Discussions

Ask a Question
Back to All

REST API

Hello

I am using the Job REST API to try and submit a job.

I am getting a response that indicates it was successfull (Status code OK response 200(

However, the data is not appearing in the user interface.

What am i doing wrong?

[
{
"uuid":"d3395e3a-3a0c-402a-9407-380fbc3070dc",
"active":1,
"edit_date":"0001-01-01T00:00:00",
"created_by_staff_uuid":null,
"date":null,
"company_uuid":"bba4fa4c-b4f7-4653-a64b-456c8330665b",
"job_address":null,
"billing_address":null,
"status":"Work Order",
"job_description":"ACCESS - Collect keys from Leaders Guildford\n\nWork Description:\n1) Replace both elements on immersion\n2) Please use the plus button in the corner of the screen, select forms and job sheet",
"work_done_description":null,
"lng":null,
"lat":null,
"generated_job_id":null,
"payment_date":null,
"quote_date":null,
"work_order_date":null,
"completion_date":null,
"unsuccessful_date":null,
"queue_uuid":null,
"queue_expiry_date":null,
"purchase_order_number":"8765444"
}
]