POST api/PostProveedorContrato
Request Information
URI Parameters
None.
Body Parameters
TB_ProveedorContrato| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| Contrato | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"idProveedor": "018dad83-14a3-45bc-9951-e9d18287d126",
"Contrato": "QEA="
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.