Update Business Contact
Make changes to existing business contacts.
Body
The properties of the business contact to update.
-
The unique id of the contact type.
-
The end or side of the transaction with which the contact is associated.
Values are
BorS. -
The prefix for the contact, such as Mr., Mrs., Ms., Dr., etc.
-
The first name of the contact.
-
The last name of the contact.
-
The name of the company.
-
The full street address for the company of the contact.
-
The second line of the street address, if applicable (e.g., suite number).
-
The city of the contact's address.
-
The postal code of the contact's address. This will be unformatted.
-
The two character code for the province or state.
-
The two character code for the country of the contact's address.
-
The main phone number for the contact. This will be unformatted.
-
The phone number of the business for the contact. This will be unformatted.
-
The mobile or cell phone number for the contact. This will be unformatted.
-
The main fax number for the contact. This will be unformatted.
-
The main email address of the contact.
-
The main email address of the contact.
curl \
--request PATCH 'https://api.lwolf.com/backoffice/v1/business-contacts/{businessContactId}' \
--header "Content-Type: application/json" \
--data '{"prefix":"string","endCode":"B","lastName":"string","firstName":"string","addressCity":"string","companyName":"string","addressLine1":"string","addressLine2":"string","contactTypeId":"string","faxNumberMain":"string","phoneNumberMain":"string","emailAddressMain":"string","emailAddressWork":"string","addressPostalCode":"string","phoneNumberMobile":"string","addressCountryCode":"string","addressProvinceCode":"string","phoneNumberBusiness":"string"}'
{
"prefix": "string",
"endCode": "B",
"lastName": "string",
"firstName": "string",
"addressCity": "string",
"companyName": "string",
"addressLine1": "string",
"addressLine2": "string",
"contactTypeId": "string",
"faxNumberMain": "string",
"phoneNumberMain": "string",
"emailAddressMain": "string",
"emailAddressWork": "string",
"addressPostalCode": "string",
"phoneNumberMobile": "string",
"addressCountryCode": "string",
"addressProvinceCode": "string",
"phoneNumberBusiness": "string"
}
{
"id": "string",
"prefix": "string",
"endCode": "B",
"lastName": "string",
"firstName": "string",
"addressCity": "string",
"companyName": "string",
"contactType": {
"code": "string",
"name": "string"
},
"addressLine1": "string",
"addressLine2": "string",
"contactTypeId": "string",
"faxNumberMain": "string",
"phoneNumberMain": "string",
"createdTimestamp": "string",
"emailAddressMain": "string",
"emailAddressWork": "string",
"addressPostalCode": "string",
"modifiedTimestamp": "string",
"phoneNumberMobile": "string",
"addressCountryCode": "string",
"addressProvinceCode": "string",
"phoneNumberBusiness": "string"
}
{
"id": "string",
"code": 0,
"details": [
"string"
],
"message": "string"
}
{
"id": "string",
"code": 0,
"details": [
"string"
],
"message": "string"
}
{
"id": "string",
"code": 0,
"details": [
"string"
],
"message": "string"
}
{
"id": "string",
"code": 0,
"details": [
"string"
],
"message": "string"
}
{
"id": "string",
"code": 0,
"details": [
"string"
],
"message": "string"
}