PUT api/documentos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
DocumentoStoreUpdateMultipartFormModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Documento | string |
None. |
|
| HttpFileBase |
None. |
Request Formats
application/json, text/json
Sample:
{
"Documento": "sample string 1",
"Pdf": null
}
application/x-www-form-urlencoded
Sample:
multipart/form-data
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.