POST utils/v2/Contact/UpdatePhoneAndPersona
The update phone and persona.
Request Information
URI Parameters
None.
Body Parameters
The phone and persona request dto.
PhoneAndPersonaRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactOId | string |
None. |
|
| PhoneOId | string |
None. |
|
| PhoneType | string |
None. |
|
| PhoneNumber | string |
None. |
|
| IsDefault | boolean |
None. |
|
| PersonaName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"contactOId": "sample string 1",
"phoneOId": "sample string 2",
"phoneType": "sample string 3",
"phoneNumber": "sample string 4",
"isDefault": true,
"personaName": "sample string 5"
}
application/xml, text/xml
Sample:
<PhoneAndPersonaRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NexusFieldServices.Module.DTOs"> <ContactOId>sample string 1</ContactOId> <IsDefault>true</IsDefault> <PersonaName>sample string 5</PersonaName> <PhoneNumber>sample string 4</PhoneNumber> <PhoneOId>sample string 2</PhoneOId> <PhoneType>sample string 3</PhoneType> </PhoneAndPersonaRequestDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The .
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. |