Examples - Quote search service Introducer
@host=https://api.themovingportal.dev
@auth=BASICAUTHHEADER
###
GET {{host}}/quotes
Authorization: Basic {{auth}}
Content-Type: application/json
{
"pageNumber": 1,
"pageSize": 50,
"tmpReference": "",
"productCode": "",
"partialCustomerName": "",
"partialPostcode": "",
"searchTypeCode": "",
"dateSearchCode": "",
"dateFromTimestamp": null,
"dateToTimestamp": null,
"sortColumnName": "Created",
"sortAscending": true
}
