PUT api/notas-pedidos/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

NotaPedidoStoreUpdateModel
NameDescriptionTypeAdditional 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": "e7be8311-4908-4c43-bc7a-295de21da56a",
  "EjercicioPedido": 1,
  "NroOperacionPedido": 1,
  "Texto": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NotaPedidoStoreUpdateModel'.

multipart/form-data

Sample:

Failed to generate the sample for media type 'multipart/form-data'. Cannot use formatter 'MultipartFormDataFormatter' to write type 'NotaPedidoStoreUpdateModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.