v1.0 REST Endpoints
Sites and Depots/Contact/v1.0
The operations from the Sites and Depots/Contact/v1.0 category.
- Create contact
- Method: postPath:
/ec-site-svc/rest/v1.0/contacts
- Delete contact by ID
- Method: deletePath:
/ec-site-svc/rest/v1.0/contacts/contact/{contactId}
- Delete contact by ID with a reason
- Method: putPath:
/ec-site-svc/rest/v1.0/contacts/deleteContact/{id}
- Get contacts
- Method: getPath:
/ec-site-svc/rest/v1.0/contacts
- Get contacts by contact ID
- Method: getPath:
/ec-site-svc/rest/v1.0/contacts/{contactId}
- Update contact
- Method: putPath:
/ec-site-svc/rest/v1.0/contacts/{contactId}
- Validate contact fields
- Method: postPath:
/ec-site-svc/rest/v1.0/contacts/validateFields