Contact Endpoints

Operations

Method Route Docs Auth
GET Contact/GetAll GetAll Authorize
GET Contact/GetById/{code} GetById Authorize
POST Contact/Create Create Authorize
PUT Contact/Update/{code} Update Authorize
DELETE Contact/Delete/{code} Delete Authorize

Scoping And Permissions

Reads default to the authenticated user's account (CustomerCode claim). Create, update, and read accept optional customerCode so master contacts and account administrators can target another allowed account.