PUT client/{clientid}/address/{addressid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientid | string |
Required |
|
| addressid | string |
Required |
Body Parameters
clientaddreseditdto| Name | Description | Type | Additional information |
|---|---|---|---|
| provincedesc | string |
None. |
|
| citydesc | string |
None. |
|
| bldgname | string |
None. |
|
| bldgno | string |
None. |
|
| address1 | string |
None. |
|
| address2 | string |
None. |
|
| country | string |
None. |
|
| destination | string |
None. |
|
| addressNotes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"provincedesc": "sample string 1",
"citydesc": "sample string 2",
"bldgname": "sample string 3",
"bldgno": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"country": "sample string 7",
"destination": "sample string 8",
"addressNotes": "sample string 9"
}
application/xml, text/xml
Sample:
<clientaddreseditdto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/palmeo.api.Models.DTO"> <address1>sample string 5</address1> <address2>sample string 6</address2> <addressNotes>sample string 9</addressNotes> <bldgname>sample string 3</bldgname> <bldgno>sample string 4</bldgno> <citydesc>sample string 2</citydesc> <country>sample string 7</country> <destination>sample string 8</destination> <provincedesc>sample string 1</provincedesc> </clientaddreseditdto>
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.