- Overview
- Account Settings
- Assets
- Connectors Framework
- Customer Portal
- Customers
- Dashboards
- Devices
- Dispatching
- Forms
- Inventory
- Invoices & Billing
- Locations
- Payments
- Parts
- Projects
- Quotes
- Recurrent Routes
- Recurrent Services
- Reports
- Sales Orders
- Schedule
- Services
- Tasks
- Text Messaging
- Time Tracking
- Users
- Work Orders
Overview
Add the specified address with the customer's contact.
Add the specified address with the customer's contact.
URL Format
https://{domain}.mobiwork.com/api/rest/{clientId}/{versionNumber}/customer/{customerId}/address/{addressId}/contact/add.html?token=XXXXXXXX&userId={userId}
https://{domain}.mobiwork.com/api/rest/{clientId}/{versionNumber}/customer/{customerId}/address/{addressId}/contact/add.html?token=XXXXXXXX&userId={userId}
Example
clientId required |
MobiWork assigned unique ID of the company |
versionNumber required |
Version number of MobiWork API SDK release. Current version is: 10.0.78 |
token required |
Part of URL as a request parameter and is required in every call to verify access to API calls |
customerId required |
Specified in the URL, the identifier of the customer's Id |
addressId required |
Specified in the URL, the identifier of the address to be added with the contact |
userId optional |
If provided, this User ID will be taken as a logged in user. If not provided we use an active global administrator ID |
Return
Returns a Customer Contact Object if creation was successful. Returns an error if it was not a valid request
Returns a Customer Contact Object if creation was successful. Returns an error if it was not a valid request
Request Body XSD
Response Body XSD
Curl Example
HTTP Method: | POST |
Request: | |
Response: |