POST api/v1/pedido/desintegraPedidos
Pesquisa por pedidos no ERP.
Request Information
URI Parameters
None.
Body Parameters
PedidoDesintegraERPRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| cdPedido | integer |
None. |
|
| cdFilial | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"cdPedido": 1,
"cdFilial": 2
}
application/xml, text/xml
Sample:
<PedidoDesintegraERPRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/B2B.Integration.GenericIntegration.Contracts.Pedido"> <cdFilial>2</cdFilial> <cdPedido>1</cdPedido> </PedidoDesintegraERPRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PedidoDesintegraERPRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| cdPedido | integer |
None. |
|
| cdFilial | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"cdPedido": 1,
"cdFilial": 2
}
application/xml, text/xml
Sample:
<PedidoDesintegraERPRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/B2B.Integration.GenericIntegration.Contracts.Pedido"> <cdFilial>2</cdFilial> <cdPedido>1</cdPedido> </PedidoDesintegraERPRequest>