admin/contact/update/anyaddress
Sets any address.
Request Information
Body Parameters
Body parameters need to be integrated as json key value collection followed by valid object notations, below if the list of parameters can be sent as request body by an integrator.
Any address.
Name | Description | Type | Additional information |
---|---|---|---|
AddressType |
Indicates Address type i.e. Mailing, Billing ,etc. |
string |
None. |
AddressLine1 |
Address Line 1 |
string |
None. |
AddressLine2 |
Address Line 2 |
string |
None. |
AddressLine3 |
Address Line 3 |
string |
None. |
AddressLine4 |
Address Line 4 |
string |
None. |
PostalCode |
Postal (ZIP) code |
string |
None. |
City |
City |
string |
None. |
County |
County |
string |
None. |
Country |
Country |
string |
None. |
StateRegionProvince |
Represnts the 2 digit State Code/Abbrevation. |
string |
String length: inclusive between 0 and 50 |
Plus4Code | string |
None. |
|
SetAsMailing | boolean |
None. |
|
SameAsMailing | boolean |
None. |
|
AddressCategory | string |
None. |
|
FormattedAddress | string |
None. |
|
Id | integer |
None. |
|
RelatedToId | integer |
None. |
|
MergedWith_Or_Secondary_Id | integer |
None. |
|
MergeType | string |
None. |
|
SortOrder | integer |
None. |
Request Format
Below is the typical object of the request, in order to use the API for various requirement, refer the documentation.
{ "AddressType": "String Parameter 1", "AddressLine1": "String Parameter 2", "AddressLine2": "String Parameter 3", "AddressLine3": "String Parameter 4", "AddressLine4": "String Parameter 5", "PostalCode": "String Parameter 6", "City": "String Parameter 7", "County": "String Parameter 8", "Country": "String Parameter 9", "StateRegionProvince": "String Parameter 10", "Plus4Code": "String Parameter 11", "SetAsMailing": true, "SameAsMailing": true, "AddressCategory": "String Parameter 14", "FormattedAddress": "String Parameter 15", "Id": 16, "RelatedToId": 1, "MergedWith_Or_Secondary_Id": 1, "MergeType": "String Parameter 17", "SortOrder": 1 }
Response Information
Resource Description
ITypedResponseOfNullableOfInt32Name | Description | Type | Additional information |
---|---|---|---|
Result | integer |
None. |
|
Category | string |
None. |
Response Formats
Sample not available.