Footer Section
Explore

The company ID to get locations
An array of company locations
curl --request GET \--url https://app1.congacontracts.com/Contracts/rest/v2/company/id/locations \--header 'Accept: application/json'
1[2{3"id": "string",4"name": "string",5"state": "string",6"addressLine1": "string",7"addressLine2": "string",8"city": "string",9"postalCode": "string",10"country": "string",11"webAddress": "string",12"phoneCountryCode": "string",13"phoneAreaCode": "string",14"phoneNumber": "string",15"phoneExtension": "string",16"faxCountryCode": "string",17"faxAreaCode": "string",18"faxNumber": "string",19"faxExtension": "string",20"type": "string",21"createdOn": "2019-08-24T14:15:22Z",22"lastUpdatedOn": "2019-08-24T14:15:22Z",23"createdBy": "string",24"lastUpdatedBy": "string"25}26]