POST api/CargaPedidos/PostGuardaPedidoDetalle?data={data}&pedido={pedido}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| data | string |
Required |
|
| pedido | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PedidosMerketing| Name | Description | Type | Additional information |
|---|---|---|---|
| Clave | string |
None. |
|
| Cantidad | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Clave": "sample string 1",
"Cantidad": 2
}