Projects
This api is used to sync external projects with WorkorderApp. Each project record can contain the following data:
code
Y
Varchar (255)
code_ext
N
Varchar (255)
debtor_number
Y
Varchar (255)
debtor_number_invoice
N
Varchar (255)
status
Y
Varchar (255)
name
Y
Varchar (255)
description
N
Text
progress
N
Integer
date_start
Y
Varchar (255)
date_end
N
Varchar (255)
active
N
Integer (1 or 0)
id
N
Integer
{{client_token}}{{software_token}}code_ext1eqGET /projects/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
This api is used to sync external projects with WorkorderApp. Each project record can contain the following data:
code
Y
Varchar (255)
code_ext
N
Varchar (255)
debtor_number
Y
Varchar (255)
debtor_number_invoice
N
Varchar (255)
status
Y
Varchar (255)
name
Y
Varchar (255)
description
N
Text
progress
N
Integer
date_start
Y
Varchar (255)
date_end
N
Varchar (255)
active
N
Integer (1 or 0)
{{client_token}}{{software_token}}Response_200
No content
POST /projects/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
Last updated
Was this helpful?
