Materials
This api is used to sync materials with WorkorderApp. Each material record can contain the following data:
code
Y
Varchar (255)
description
Y
Text (64kb)
price
Y
Decimal
unit
Y
Varchar (255)
eancode
N
Varchar (55)
barcode
N
Varchar (55)
freefield1
N
Varchar (255)
freefield2
N
Varchar (255)
freefield3
N
Varchar (255)
freefield4
N
Varchar (255)
freefield5
N
Varchar (255)
{{client_token}}{{software_token}}Response_200
No content
GET /materials/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
This api is used to sync materials with WorkorderApp. Each material record can contain the following data:
code
Y
Varchar (255)
description
Y
Text (64kb)
price
Y
Decimal
unit
Y
Varchar (255)
eancode
N
Varchar (55)
barcode
N
Varchar (55)
freefield1
N
Varchar (255)
freefield2
N
Varchar (255)
freefield3
N
Varchar (255)
freefield4
N
Varchar (255)
freefield5
N
Varchar (255)
{{client_token}}{{software_token}}Response_200
No content
POST /materials/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
Last updated
Was this helpful?
