PUT client/{clientid}/contact
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientid | integer |
Required |
Body Parameters
contacteditdto| Name | Description | Type | Additional information |
|---|---|---|---|
| oldnumber | string |
None. |
|
| type | string |
None. |
|
| newnumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"oldnumber": "sample string 1",
"type": "sample string 2",
"newnumber": "sample string 3"
}
application/xml, text/xml
Sample:
<contacteditdto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/palmeo.api.Models.DTO"> <newnumber>sample string 3</newnumber> <oldnumber>sample string 1</oldnumber> <type>sample string 2</type> </contacteditdto>
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.