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": "aa5f9171-91fd-4652-9c4c-26cc02cc2f7b",
"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.