PHP 7.8 - API Get and Post form

Job ID: 31282304

Budget: $30 – $250 USD

I am in need of a single PHP page (Bootstrap) that will get API ['Customer_Name'] data to a live search, fuzzy logic, then once the ['Customer_Name'] is selected, display a form with the following output in an array:

{
"customer_id": 0,
"ticket_type_id": 0,
"number": "string",
"subject": "string",
"due_date": "2021-08-25",
"start_at": "2021-08-25T19:09:02.614Z",
"end_at": "2021-08-25T19:09:02.614Z",
"location_id": 0,
"problem_type": "string",
"status": "string",
"user_id": 0,
"properties": {},
"asset_ids": [
0
],
"signature_name": "string",
"signature_data": "string",
"sla_id": 0,
"contact_id": 0,
"priority": "string",
"outtake_form_data": "string",
"outtake_form_date": "2021-08-25T19:09:02.614Z",
"outtake_form_name": "string",
"comments_attributes": [
{
"subject": "string",
"body": "string",
"hidden": true,
"sms_body": "string",
"do_not_email": true,
"tech": "string"
}
]
}

API Document here: https://api-docs.syncromsp.com/#/Ticket/post_tickets

Once the above array is submitted, display the Ticket Number for the call taker.

-S
Related categories: PHP JavaScript HTML JSON API