POST api/Customers/ModifyCustomerContactsType
Request Information
URI Parameters
None.
Body Parameters
CustomerContactsTypeModify| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | string |
None. |
|
| ContactTypeIDCurrent | string |
None. |
|
| ContactInTypeIDCurrent | integer |
None. |
|
| ContactTypeIDNew | string |
None. |
Request Formats
application/xml, text/xml
Sample:
<CustomerContactsTypeModify xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CustomerID>sample string 1</CustomerID> <ContactTypeIDCurrent>sample string 2</ContactTypeIDCurrent> <ContactInTypeIDCurrent>3</ContactInTypeIDCurrent> <ContactTypeIDNew>sample string 4</ContactTypeIDNew> </CustomerContactsTypeModify>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UpdateResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultCode | ExternalResultCode |
None. |
|
| Errors | Collection of Error |
None. |
Response Formats
application/xml, text/xml
Sample:
<UpdateResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ResultCode>None</ResultCode>
<Errors>
<Error>
<Level>Warning</Level>
<Message>sample string 1</Message>
</Error>
<Error>
<Level>Warning</Level>
<Message>sample string 1</Message>
</Error>
</Errors>
</UpdateResult>