PUT api/notas-pedidos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
NotaPedidoStoreUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| EjercicioPedido | integer |
None. |
|
| NroOperacionPedido | integer |
None. |
|
| Texto | string |
Required String length: inclusive between 0 and 2000 |
Request Formats
application/json, text/json
Sample:
{
"Id": "f080a465-3f07-4e9b-a1f7-931b7d99f177",
"EjercicioPedido": 1,
"NroOperacionPedido": 1,
"Texto": "sample string 2"
}
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.