PATCH api/v2/clientcontact/{clientContactId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientContactId | integer |
Required |
Body Parameters
ClientContactInfoName | Description | Type | Additional information |
---|---|---|---|
ClientContactID | integer |
None. |
|
Address1 | string |
None. |
|
Address2 | string |
None. |
|
UnitNumber | string |
None. |
|
City | string |
None. |
|
State | string |
None. |
|
ZipCode | string |
None. |
|
Country | string |
None. |
|
Sync | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientContactID": 1, "Address1": "sample string 2", "Address2": "sample string 3", "UnitNumber": "sample string 4", "City": "sample string 5", "State": "sample string 6", "ZipCode": "sample string 7", "Country": "sample string 8", "Sync": true }
application/xml, text/xml
Sample:
<ClientContactInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaliberAPI"> <Address1>sample string 2</Address1> <Address2>sample string 3</Address2> <City>sample string 5</City> <ClientContactID>1</ClientContactID> <Country>sample string 8</Country> <State>sample string 6</State> <Sync>true</Sync> <UnitNumber>sample string 4</UnitNumber> <ZipCode>sample string 7</ZipCode> </ClientContactInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |