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": "62e34c1a-534c-4e5e-902a-0e5402b024bb",
"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.