Quotations Line(s)
This api is used to fetch quotation lines.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
tokenstringOptionalExample:
{{client_token}}software_tokenstringOptionalExample:
{{software_token}}keystringOptionalExample:
qln_quo_idoperatorstringOptionalExample:
eqvalueintegerOptionalExample:
402Responses
get/quotations/lines/
GET /quotations/lines/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
This api is used to add a list of quotation lines.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
tokenstringOptionalExample:
{{client_token}}software_tokenstringOptionalExample:
{{software_token}}Body
quo_idstring · colorOptional
Responses
post/quotations/lines/
POST /quotations/lines/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 335
{
"quo_id": "402",
"qln_lines": [
{
"qln_note": "Test"
},
{
"qln_material_code": "CODE100",
"qln_description": " My custom description",
"qln_amount": 12.3,
"qln_price": 100,
"qln_hidden": 0,
"qln_billable": 1
},
{
"qln_material_hourtype": "HRT100",
"qln_description": " My hourtype description",
"qln_amount": 4.3,
"qln_price": 65,
"qln_hidden": 0,
"qln_billable": 1
}
]
}This api is used to fetch a single quotation line.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
tokenstringOptionalExample:
{{client_token}}software_tokenstringOptionalExample:
{{software_token}}qln_idintegerOptionalExample:
2925Responses
get/quotations/line/
GET /quotations/line/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
This api is used to update a single quotation line.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
tokenstringOptionalExample:
{{client_token}}software_tokenstringOptionalExample:
{{software_token}}qln_idintegerOptionalExample:
2925external_referencestringOptionalExample:
EXTERNAL_REF_VALUEResponses
put/quotations/line/
PUT /quotations/line/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Last updated
Was this helpful?
