GET api/PurchaseQuoteDetail/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

PurchaseQuoteDetailBL
NameDescriptionTypeAdditional information
PurchaseQuoteDetailId

integer

None.

PurchaseQuoteId

integer

None.

ProductId

integer

None.

Quantity

integer

None.

UnitPrice

decimal number

None.

IsActive

boolean

None.

CreatedDate

date

None.

PurchaseQuoteName

string

None.

ProductName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PurchaseQuoteDetailId": 1,
  "PurchaseQuoteId": 1,
  "ProductId": 1,
  "Quantity": 1,
  "UnitPrice": 1.0,
  "IsActive": true,
  "CreatedDate": "2025-12-06T04:37:21.3506002Z",
  "PurchaseQuoteName": "sample string 2",
  "ProductName": "sample string 3"
}