POST Api/Pedido
Request Information
URI Parameters
None.
Body Parameters
InsertPedidoName | Description | Type | Additional information |
---|---|---|---|
IDPEDIDO | globally unique identifier |
None. |
|
IDCLIENTE | globally unique identifier |
None. |
|
IDEMPRESA | globally unique identifier |
None. |
|
IDITEM | globally unique identifier |
None. |
|
CANTIDAD | decimal number |
None. |
|
SUMARCANTIDAD | integer |
None. |
|
TIENECREDITO | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "IDPEDIDO": "c38980f3-6ee9-444f-8b0d-55940d09698a", "IDCLIENTE": "ef925ef3-5a73-46bc-baf3-2cb45af66e45", "IDEMPRESA": "0a26f3d8-380b-41c8-9708-ab5d4d8672ed", "IDITEM": "eeb17722-8f45-4672-832d-a292a4d5b089", "CANTIDAD": 5.0, "SUMARCANTIDAD": 6, "TIENECREDITO": 7 }
Response Information
Resource Description
ApiResponseName | Description | Type | Additional information |
---|---|---|---|
CodResult | integer |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "CodResult": 1, "Message": "sample string 2", "Data": {} }