GET api/QuotationsDetails?orderNumber={orderNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderNumber

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of v_QuotationsDeatils
NameDescriptionTypeAdditional information
DealerId

integer

None.

CreateDate

date

None.

OrderType

string

String length: inclusive between 0 and 100

CustomerRef

string

String length: inclusive between 0 and 50

OrderNumber

string

String length: inclusive between 0 and 20

OrderAddressId

integer

None.

AlternativeAddressId

integer

None.

GCSUserId

integer

None.

GCSAddressId

integer

None.

PartId

integer

None.

Quantity

integer

None.

OrderStatus

string

String length: inclusive between 0 and 50

LineCost

decimal number

None.

AsnDate

date

None.

PartNumber

string

String length: inclusive between 0 and 20

PartDescription

string

String length: inclusive between 0 and 50

CreatedByUserId

integer

None.

NonReturnable

boolean

None.

SalesOrderLineId

integer

None.

ShippedQuantity

integer

None.

Discount

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "dealerId": 1,
    "createDate": "2025-09-01T00:40:31.0452305+00:00",
    "orderType": "sample string 3",
    "customerRef": "sample string 4",
    "orderNumber": "sample string 5",
    "orderAddressId": 1,
    "alternativeAddressId": 1,
    "gcsUserId": 1,
    "gcsAddressId": 1,
    "partId": 6,
    "quantity": 7,
    "orderStatus": "sample string 8",
    "lineCost": 1.0,
    "asnDate": "2025-09-01T00:40:31.0452305+00:00",
    "partNumber": "sample string 9",
    "partDescription": "sample string 10",
    "createdByUserId": 11,
    "nonReturnable": true,
    "salesOrderLineId": 12,
    "shippedQuantity": 1,
    "discount": 13.0
  },
  {
    "$ref": "2"
  }
]