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": "6fa3260e-216e-4be3-8d8b-76dbb4041bf6",
"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.