The Moving Portal API documentationThe Moving Portal API documentation
Key concepts
API concepts
Services
Key concepts
API concepts
Services
  • Key concepts
  • API concepts
  • GDPR
  • Development
  • Releases
  • Services
  • Authentication
  • Instruction
  • Instruction search
  • Notes
  • Data
  • Referral
  • Quote
  • Quotes search
  • Supplier operations
  • Notifications
  • Testing
  • Email integration
  • Objects
  • Examples
    • Introducer
      • Authentication
      • Data
      • Quote
      • Quotes search
      • Referral
      • Instruction
      • Instructions search
      • Instruction notification
      • Notes
    • Supplier
      • Authentication
      • Data
      • Instruction
      • Instructions search
      • Instruction notification
      • Notes
      • Supplier operations
  • OTHER

Examples - Quote search service Introducer

Quotes search service
@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
}
Last Updated: 11/4/25, 10:52 AM
Prev
Quote
Next
Referral