POST utils/v2/ServiceRequestEvent/UpdateContact

The update SRE Contact.

Request Information

URI Parameters

None.

Body Parameters

The phone and persona request dto.

ServiceRequestEventContactRequestDTO
NameDescriptionTypeAdditional information
ServiceRequestEventId

string

None.

ContactId

string

None.

ContactType

string

None.

PhoneType

string

None.

PhoneNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "serviceRequestEventId": "sample string 1",
  "contactId": "sample string 2",
  "contactType": "sample string 3",
  "phoneType": "sample string 4",
  "phoneNumber": "sample string 5"
}

application/xml, text/xml

Sample:
<ServiceRequestEventContactRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LimaBean.Common.DTO">
  <ContactId>sample string 2</ContactId>
  <ContactType>sample string 3</ContactType>
  <PhoneNumber>sample string 5</PhoneNumber>
  <PhoneType>sample string 4</PhoneType>
  <ServiceRequestEventId>sample string 1</ServiceRequestEventId>
</ServiceRequestEventContactRequestDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The .

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.