PATCH api/Pedidos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
PedidoPatchRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| NrContrUnidVenda | string |
None. |
|
| CdVend | string |
None. |
|
| CdEquipe | string |
None. |
|
| CdMidia | string |
None. |
|
| Texto1 | string |
None. |
|
| Texto2 | string |
None. |
|
| Livre1 | string |
None. |
|
| Livre2 | string |
None. |
|
| Livre3 | string |
None. |
|
| Livre4 | string |
None. |
|
| Livre5 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NrContrUnidVenda": "sample string 1",
"CdVend": "sample string 2",
"CdEquipe": "sample string 3",
"CdMidia": "sample string 4",
"Texto1": "sample string 5",
"Texto2": "sample string 6",
"Livre1": "sample string 7",
"Livre2": "sample string 8",
"Livre3": "sample string 9",
"Livre4": "sample string 10",
"Livre5": "sample string 11"
}
application/xml, text/xml
Sample:
<PedidoPatchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VanRooy.CallSolution.Shared.API.Request"> <CdEquipe>sample string 3</CdEquipe> <CdMidia>sample string 4</CdMidia> <CdVend>sample string 2</CdVend> <Livre1>sample string 7</Livre1> <Livre2>sample string 8</Livre2> <Livre3>sample string 9</Livre3> <Livre4>sample string 10</Livre4> <Livre5>sample string 11</Livre5> <NrContrUnidVenda>sample string 1</NrContrUnidVenda> <Texto1>sample string 5</Texto1> <Texto2>sample string 6</Texto2> </PedidoPatchRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |