PUT api/UpdateContactAddressInfo/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
ci | 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", "ContactName": "sample string 3", "FullName": "sample string 4", "Address1": "sample string 5", "Address2": "sample string 6", "Address3": "sample string 7", "SuiteUnit": "sample string 8", "StreetAddress": "sample string 9", "City": "sample string 10", "StateCode": "sample string 11", "PostalCode": "sample string 12", "CountryCode": "sample string 13", "AddressText": "sample string 14", "MapQueryString": "sample string 15", "AccountBalance": "sample string 16", "AmountDue": "sample string 17", "NumberOfAccounts": "sample string 18", "Comments": "sample string 19", "BusinessDescription": "sample string 20", "PrimaryLocationFlag": true, "PrimaryMailFlag": true, "StreetNumber": "sample string 23", "StreetName": "sample string 24", "County": "sample string 25", "AccountAddressUse": "sample string 26", "ContactAddressTypeIdnt": "sample string 27", "ContactAddressTypeCode": "sample string 28", "isPOBox": true, "LastModifedDate": "sample string 30" }
application/xml, text/xml
Sample:
<ContactAddressInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Intranet.Models"> <AccountAddressUse>sample string 26</AccountAddressUse> <AccountBalance>sample string 16</AccountBalance> <Address1>sample string 5</Address1> <Address2>sample string 6</Address2> <Address3>sample string 7</Address3> <AddressText>sample string 14</AddressText> <AmountDue>sample string 17</AmountDue> <BusinessDescription>sample string 20</BusinessDescription> <City>sample string 10</City> <Comments>sample string 19</Comments> <ContactAddressIdnt>sample string 2</ContactAddressIdnt> <ContactAddressTypeCode>sample string 28</ContactAddressTypeCode> <ContactAddressTypeIdnt>sample string 27</ContactAddressTypeIdnt> <ContactIdnt>sample string 1</ContactIdnt> <ContactName>sample string 3</ContactName> <CountryCode>sample string 13</CountryCode> <County>sample string 25</County> <FullName>sample string 4</FullName> <LastModifedDate>sample string 30</LastModifedDate> <MapQueryString>sample string 15</MapQueryString> <NumberOfAccounts>sample string 18</NumberOfAccounts> <PostalCode>sample string 12</PostalCode> <PrimaryLocationFlag>true</PrimaryLocationFlag> <PrimaryMailFlag>true</PrimaryMailFlag> <StateCode>sample string 11</StateCode> <StreetAddress>sample string 9</StreetAddress> <StreetName>sample string 24</StreetName> <StreetNumber>sample string 23</StreetNumber> <SuiteUnit>sample string 8</SuiteUnit> <isPOBox>true</isPOBox> </ContactAddressInfo>
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.