Contacts REST Endpoints

Business Objects/Locations/Contacts
The operations from the Business Objects/Locations/Contacts category.
Create a Contact
Method: post
Path: /locations/{locationGid}/contacts
Get a Contact
Method: get
Path: /locations/{locationGid}/contacts/{contactGid}
Get Contacts
Method: get
Path: /locations/{locationGid}/contacts
Update a Contact
Method: patch
Path: /locations/{locationGid}/contacts/{contactGid}
Update Contacts
Method: patch
Path: /locations/{locationGid}/contacts