Approve Quote

POST | https://[api | sandbox].strakertranslations.com/v3/jobs/acceptQuote

The jobs/acceptQuote method is a POST and is used to accept the quote for a job. The parameter that must be passed is a tj_number. The quote will be accepted for jobs that have a JOB_QUOTED status.

Request Headers

API requests are authenticated by the Bearer Token.

Content-Type: multipart/form-data; charset=utf-8;
Authorization: Bearer {access_token}

Request Body

tj_number=1234567890

Parameters

Name Type Description Required
tj_number String The tj_number you received when the quote was sent. A single tj_number should be passed.

Response Example

{
"messsage": "Quote accepted successfully for TJ1234.",
"success": true
}