v1.0 REST Endpoints

Sites and Depots/Contact/v1.0
The operations from the Sites and Depots/Contact/v1.0 category.
Create contact.
Method: post
Path: /ec-site-svc/rest/v1.0/contacts
Delete contact by ID
Method: delete
Path: /ec-site-svc/rest/v1.0/contacts/contact/{contactId}
Delete contact by ID with a reason
Method: put
Path: /ec-site-svc/rest/v1.0/contacts/deleteContact/{id}
Get contacts
Method: get
Path: /ec-site-svc/rest/v1.0/contacts
Get contacts by contact ID
Method: get
Path: /ec-site-svc/rest/v1.0/contacts/{contactId}
Update contact
Method: put
Path: /ec-site-svc/rest/v1.0/contacts/{contactId}
Validate contact fields
Method: post
Path: /ec-site-svc/rest/v1.0/contacts/validateFields