POST api/Webhook/StatusPedidoVenda?cdempresa={cdempresa}&cdPedidoVenda={cdPedidoVenda}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cdempresa | integer |
Required |
|
| cdPedidoVenda | integer |
Required |
Body Parameters
WebhookBase| Name | Description | Type | Additional information |
|---|---|---|---|
| UrlApiCliente | string |
Required |
|
| TokenApiCliente | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UrlApiCliente": "sample string 1",
"TokenApiCliente": "sample string 2"
}
application/xml, text/xml
Sample:
<WebhookBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models.Webhooks"> <TokenApiCliente>sample string 2</TokenApiCliente> <UrlApiCliente>sample string 1</UrlApiCliente> </WebhookBase>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.