GET Api/PurchaseQuotationDetailv/{PurchaseQuotationvId}/Item/{ItemId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PurchaseQuotationvId

integer

Required

ItemId

integer

Required

Body Parameters

None.

Response Information

Resource Description

PurchaseQuotationDetailv
NameDescriptionTypeAdditional information
PurchaseQuotationDetailvId

integer

None.

PurchaseQuotationvId

integer

None.

ItemId

integer

None.

UomId

integer

None.

QuotationQty

decimal number

None.

Rate

decimal number

None.

ItemDescription

string

None.

Discount

decimal number

None.

DiscountAmount

decimal number

None.

TaxTemplateId

integer

None.

ItemName

string

None.

ItemCode

string

None.

UomName

string

None.

UomAbbr

string

None.

PurchaseQuotationv

PurchaseQuotationv

None.

PurchaseQuotationDetailTaxv

Collection of PurchaseQuotationDetailTaxv

None.

CreatedDate

date

Data type: DateTime

CreatedBy

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PurchaseQuotationDetailvId": 1,
  "PurchaseQuotationvId": 2,
  "ItemId": 3,
  "UomId": 4,
  "QuotationQty": 5.1,
  "Rate": 6.1,
  "ItemDescription": "sample string 7",
  "Discount": 8.1,
  "DiscountAmount": 9.1,
  "TaxTemplateId": 1,
  "ItemName": "sample string 10",
  "ItemCode": "sample string 11",
  "UomName": "sample string 12",
  "UomAbbr": "sample string 13",
  "PurchaseQuotationv": {
    "PurchaseQuotationvId": 1,
    "PurchaseEnquiryvId": 1,
    "AccountId": 2,
    "QuotationNo": "sample string 3",
    "QuotationVersionNo": "sample string 4",
    "QuotationDate": "2025-12-08T01:57:05.4238556+05:30",
    "SupplierQuotationNo": "sample string 6",
    "EnquiryNo": "sample string 7",
    "QuotationStatusId": 8,
    "EntityTypeAttributeId": 1,
    "CurrencyId": 1,
    "PQTypeName": "sample string 9",
    "AccountName": "sample string 10",
    "CreatedDate": "2025-12-08T01:57:05.4238556+05:30",
    "CreatedBy": "sample string 12"
  },
  "PurchaseQuotationDetailTaxv": [
    {
      "PurchaseQuotationDetailTaxvId": 1,
      "PurchaseQuotationDetailvId": 2,
      "TaxId": 3,
      "Rate": 4.1,
      "Amount": 5.1,
      "TaxName": "sample string 6",
      "CreatedDate": "2025-12-08T01:57:05.4238556+05:30",
      "CreatedBy": "sample string 8"
    },
    {
      "PurchaseQuotationDetailTaxvId": 1,
      "PurchaseQuotationDetailvId": 2,
      "TaxId": 3,
      "Rate": 4.1,
      "Amount": 5.1,
      "TaxName": "sample string 6",
      "CreatedDate": "2025-12-08T01:57:05.4238556+05:30",
      "CreatedBy": "sample string 8"
    }
  ],
  "CreatedDate": "2025-12-08T01:57:05.4238556+05:30",
  "CreatedBy": "sample string 15"
}

application/xml, text/xml

Sample:
<PurchaseQuotationDetailv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities.VirtualEntities">
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 15</CreatedBy>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:57:05.4238556+05:30</CreatedDate>
  <Discount>8.1</Discount>
  <DiscountAmount>9.1</DiscountAmount>
  <ItemCode>sample string 11</ItemCode>
  <ItemDescription>sample string 7</ItemDescription>
  <ItemId>3</ItemId>
  <ItemName>sample string 10</ItemName>
  <PurchaseQuotationDetailTaxv>
    <PurchaseQuotationDetailTaxv>
      <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 8</CreatedBy>
      <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:57:05.4238556+05:30</CreatedDate>
      <Amount>5.1</Amount>
      <PurchaseQuotationDetailTaxvId>1</PurchaseQuotationDetailTaxvId>
      <PurchaseQuotationDetailvId>2</PurchaseQuotationDetailvId>
      <Rate>4.1</Rate>
      <TaxId>3</TaxId>
      <TaxName>sample string 6</TaxName>
    </PurchaseQuotationDetailTaxv>
    <PurchaseQuotationDetailTaxv>
      <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 8</CreatedBy>
      <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:57:05.4238556+05:30</CreatedDate>
      <Amount>5.1</Amount>
      <PurchaseQuotationDetailTaxvId>1</PurchaseQuotationDetailTaxvId>
      <PurchaseQuotationDetailvId>2</PurchaseQuotationDetailvId>
      <Rate>4.1</Rate>
      <TaxId>3</TaxId>
      <TaxName>sample string 6</TaxName>
    </PurchaseQuotationDetailTaxv>
  </PurchaseQuotationDetailTaxv>
  <PurchaseQuotationDetailvId>1</PurchaseQuotationDetailvId>
  <PurchaseQuotationv>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 12</CreatedBy>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:57:05.4238556+05:30</CreatedDate>
    <AccountId>2</AccountId>
    <AccountName>sample string 10</AccountName>
    <CurrencyId>1</CurrencyId>
    <EnquiryNo>sample string 7</EnquiryNo>
    <EntityTypeAttributeId>1</EntityTypeAttributeId>
    <PQTypeName>sample string 9</PQTypeName>
    <PurchaseEnquiryvId>1</PurchaseEnquiryvId>
    <PurchaseQuotationvId>1</PurchaseQuotationvId>
    <QuotationDate>2025-12-08T01:57:05.4238556+05:30</QuotationDate>
    <QuotationNo>sample string 3</QuotationNo>
    <QuotationStatusId>8</QuotationStatusId>
    <QuotationVersionNo>sample string 4</QuotationVersionNo>
    <SupplierQuotationNo>sample string 6</SupplierQuotationNo>
  </PurchaseQuotationv>
  <PurchaseQuotationvId>2</PurchaseQuotationvId>
  <QuotationQty>5.1</QuotationQty>
  <Rate>6.1</Rate>
  <TaxTemplateId>1</TaxTemplateId>
  <UomAbbr>sample string 13</UomAbbr>
  <UomId>4</UomId>
  <UomName>sample string 12</UomName>
</PurchaseQuotationDetailv>