POST api/Customer/CreateOrUpdateContactTelephone
Request Information
URI Parameters
None.
Body Parameters
CustomerTelephoneRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CustomerId | globally unique identifier |
None. |
|
TelephoneNumberTypeId | globally unique identifier |
None. |
|
TelephoneNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "c38c3d99-9698-4562-9175-8f435364bbb4", "CustomerId": "831ca529-ef32-4bb0-b020-58ab97aeb386", "TelephoneNumberTypeId": "09e8d5e3-0486-4eda-a673-6b6590bb5b52", "TelephoneNumber": "sample string 2" }
application/xml, text/xml
Sample:
<CustomerTelephoneRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models"> <CustomerId>831ca529-ef32-4bb0-b020-58ab97aeb386</CustomerId> <Id>c38c3d99-9698-4562-9175-8f435364bbb4</Id> <TelephoneNumber>sample string 2</TelephoneNumber> <TelephoneNumberTypeId>09e8d5e3-0486-4eda-a673-6b6590bb5b52</TelephoneNumberTypeId> </CustomerTelephoneRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.