Quotation Request

Retrieve Vendor Quotation List

get

This endpoint retrieves the list of vendor quotations based on filters like limit, offset, keywords, email, quotation number, status, and first name.

Query parameters
limitintegerOptional

The number of items to retrieve per page

Default: 10
offsetintegerOptional

The number of items to skip before starting to collect the result set

Default: 0
countbooleanOptional

Indicates whether the response should include the total count

Default: 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

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