POST RegisterDeliveryInfo
Request Information
URI Parameters
None.
Body Parameters
PersonDeliveryInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Phone | string |
None. |
|
| Address | string |
None. |
|
| MunicipalityID | integer |
None. |
|
| Phone2 | string |
None. |
|
| ReferenceAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Phone": "sample string 1",
"Address": "sample string 2",
"MunicipalityID": 3,
"Phone2": "sample string 4",
"ReferenceAddress": "sample string 5"
}
application/xml, text/xml
Sample:
<PersonDeliveryInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models"> <Address>sample string 2</Address> <MunicipalityID>3</MunicipalityID> <Phone>sample string 1</Phone> <Phone2>sample string 4</Phone2> <ReferenceAddress>sample string 5</ReferenceAddress> </PersonDeliveryInfo>
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. |