GET api/Quotations

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of v_Quotations
NameDescriptionTypeAdditional information
CreateDate

date

None.

CreatedByUserId

integer

None.

OrderNumber

string

String length: inclusive between 0 and 20

OrderStatus

string

String length: inclusive between 0 and 50

CustomerRef

string

String length: inclusive between 0 and 50

DealerId

integer

None.

OrderTypeId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "createDate": "2025-09-01T00:37:03.5130765+00:00",
    "createdByUserId": 2,
    "orderNumber": "sample string 3",
    "orderStatus": "sample string 4",
    "customerRef": "sample string 5",
    "dealerId": 6,
    "orderTypeId": 7
  },
  {
    "$ref": "2"
  }
]