GET api/QuotationDetails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of QuotationDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| QuotationDetailId | integer |
None. |
|
| QuotationId | integer |
None. |
|
| CompanyId | string |
None. |
|
| CustomerNumber | string |
None. |
|
| ItemNumber | string |
None. |
|
| ItemDescription | string |
None. |
|
| QtySold | decimal number |
None. |
|
| SerialPick | string |
None. |
|
| SerialSell | string |
None. |
|
| Tax1Used | decimal number |
None. |
|
| Tax2Used | decimal number |
None. |
|
| TicketNumber | string |
None. |
|
| UnitPrice | decimal number |
None. |
|
| OriginalPrice | decimal number |
None. |
|
| isSale | boolean |
None. |
|
| QuotationHeader | QuotationHeader |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"QuotationDetailId": 1,
"QuotationId": 2,
"CompanyId": "sample string 3",
"CustomerNumber": "sample string 4",
"ItemNumber": "sample string 5",
"ItemDescription": "sample string 6",
"QtySold": 1.0,
"SerialPick": "sample string 7",
"SerialSell": "sample string 8",
"Tax1Used": 1.0,
"Tax2Used": 1.0,
"TicketNumber": "sample string 9",
"UnitPrice": 1.0,
"OriginalPrice": 1.0,
"isSale": true,
"QuotationHeader": {
"QuotationId": 1,
"CompanyId": "sample string 2",
"CustomerNumber": "sample string 3",
"ReceiptNumber": "sample string 4",
"QuotationDate": "2025-12-10T16:39:55.7205404-04:00",
"ShipRefNumber": "sample string 6",
"ShipTo": "sample string 7",
"Address1": "sample string 8",
"Address2": "sample string 9",
"City": "sample string 10",
"State": "sample string 11",
"ZipCode": "sample string 12",
"Tax1Amount": 1.0,
"Tax2Amount": 1.0,
"TicketNumber": "sample string 13",
"TotalAmount": "sample string 14",
"UserId": "sample string 15",
"Email": "sample string 16",
"Comments": "sample string 17",
"InvSignature": "sample string 18",
"TaxLoc": "sample string 19",
"PhoneNumber": "sample string 20",
"InvReceipt": "sample string 21",
"CustomerName": "sample string 22",
"Latitude": "sample string 23",
"Longitude": "sample string 24",
"isSale": true,
"EmailToClient": true,
"PdfDocument": "QEA=",
"QuotationDetails": []
}
},
{
"QuotationDetailId": 1,
"QuotationId": 2,
"CompanyId": "sample string 3",
"CustomerNumber": "sample string 4",
"ItemNumber": "sample string 5",
"ItemDescription": "sample string 6",
"QtySold": 1.0,
"SerialPick": "sample string 7",
"SerialSell": "sample string 8",
"Tax1Used": 1.0,
"Tax2Used": 1.0,
"TicketNumber": "sample string 9",
"UnitPrice": 1.0,
"OriginalPrice": 1.0,
"isSale": true,
"QuotationHeader": {
"QuotationId": 1,
"CompanyId": "sample string 2",
"CustomerNumber": "sample string 3",
"ReceiptNumber": "sample string 4",
"QuotationDate": "2025-12-10T16:39:55.7205404-04:00",
"ShipRefNumber": "sample string 6",
"ShipTo": "sample string 7",
"Address1": "sample string 8",
"Address2": "sample string 9",
"City": "sample string 10",
"State": "sample string 11",
"ZipCode": "sample string 12",
"Tax1Amount": 1.0,
"Tax2Amount": 1.0,
"TicketNumber": "sample string 13",
"TotalAmount": "sample string 14",
"UserId": "sample string 15",
"Email": "sample string 16",
"Comments": "sample string 17",
"InvSignature": "sample string 18",
"TaxLoc": "sample string 19",
"PhoneNumber": "sample string 20",
"InvReceipt": "sample string 21",
"CustomerName": "sample string 22",
"Latitude": "sample string 23",
"Longitude": "sample string 24",
"isSale": true,
"EmailToClient": true,
"PdfDocument": "QEA=",
"QuotationDetails": []
}
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.