Regions
This api is used to sync regions with WorkorderApp. Each region record can contain the following data:
reg_code
Unique code
Y
Varchar (255)
reg_name
Name of the region.
Y
Varchar (255)
reg_zip_start
Zip start of the region.
N
Integer (11)
reg_zip_end
Zip end of the region.
N
Integer (11)
reg_city
City of the region.
N
Varchar (255)
reg_country
Country of the region.
N
Varchar (255)
{{client_token}}{{software_token}}Response_200
No content
GET /regions/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
This api is used to sync regions with WorkorderApp. Each region record can contain the following data:
reg_code
Unique code
Y
Varchar (255)
reg_name
Name of the region.
Y
Varchar (255)
reg_zip_start
Zip start of the region.
N
Integer (11)
reg_zip_end
Zip end of the region.
N
Integer (11)
reg_city
City of the region.
N
Varchar (255)
reg_country
Country of the region.
N
Varchar (255)
{{client_token}}{{software_token}}Response_200
No content
POST /regions/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
Last updated
Was this helpful?
