PUT api/ContactPhoneNumber/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
puM | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "ContactIdnt": "sample string 1", "ContactAddressIdnt": "sample string 2", "PhoneIdnts": "sample string 3", "PhoneNumbers": "sample string 4", "PrimaryEmailIdnt": "sample string 5", "PhoneTypeIdnts": "sample string 6", "PrimaryPhoneNumberIdnt": "sample string 7", "ReminderPhoneNumberIdnt": "sample string 8" }
application/xml, text/xml
Sample:
<PhoneUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Intranet.Models"> <ContactAddressIdnt>sample string 2</ContactAddressIdnt> <ContactIdnt>sample string 1</ContactIdnt> <PhoneIdnts>sample string 3</PhoneIdnts> <PhoneNumbers>sample string 4</PhoneNumbers> <PhoneTypeIdnts>sample string 6</PhoneTypeIdnts> <PrimaryEmailIdnt>sample string 5</PrimaryEmailIdnt> <PrimaryPhoneNumberIdnt>sample string 7</PrimaryPhoneNumberIdnt> <ReminderPhoneNumberIdnt>sample string 8</ReminderPhoneNumberIdnt> </PhoneUpdateModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.