Quotation Request
This endpoint retrieves the list of vendor quotations based on filters like limit, offset, keywords, email, quotation number, status, and first name.
Query parameters
limitintegerOptionalDefault:
The number of items to retrieve per page
10
offsetintegerOptionalDefault:
The number of items to skip before starting to collect the result set
0
countbooleanOptionalDefault:
Indicates whether the response should include the total count
false
keywordsstringOptional
Search term for filtering quotations
emailstringOptional
Filter by email address
quotationNostringOptional
Filter by quotation number
quotationStatusIdintegerOptional
Filter by quotation status ID
firstnamestringOptional
Filter by vendor's first name
Header parameters
AuthorizationstringRequired
Bearer token for vendor authentication
Responses
200
Successfully retrieved the quotation list
400
Invalid request parameters
500
Internal server error
get
GET /backend/api/vendor-quotation HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Quotation list retrieved successfully!</message>
</object>
Last updated