Suppliers
This api is used to sync suppliers with WorkorderApp. Each supplier record can contain the following data:
sup_code
Unique code of the supplier. Used as reference for other entities
Y
Varchar (255)
sup_name
Supplier name
Y
Varchar (255)
sup_image
Url of the image name. POST: An external url should be provided. GET: You will receive a workorderapp url.
N
Varchar (255)
{{client_token}}{{software_token}}Response_200
No content
GET /suppliers/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
This api is used to sync suppliers with WorkorderApp. Each supplier record can contain the following data:
sup_code
Unique code of the supplier. Used as reference for other entities
Y
Varchar (255)
sup_name
Supplier name
Y
Varchar (255)
sup_image
Url of the image name. POST: An external url should be provided. GET: You will receive a workorderapp url.
N
Varchar (255)
{{client_token}}{{software_token}}Response_200
No content
POST /suppliers/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
Last updated
Was this helpful?
