POST api/PurchaseQuotationChargeDetailv

Request Information

URI Parameters

None.

Body Parameters

PurchaseQuotationChargeDetailv
NameDescriptionTypeAdditional information
PurchaseQuotationChargeDetailvId

integer

None.

PurchaseQuotationDetailvId

integer

None.

PurchaseQuotationChargevId

integer

None.

ChargePercentage

decimal number

None.

TotalAmount

decimal number

None.

ChargeAmount

decimal number

None.

TaxAmount

decimal number

None.

Selected

boolean

None.

PurchaseQuotationDetailv

PurchaseQuotationDetailv

None.

CreatedDate

date

Data type: DateTime

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PurchaseQuotationChargeDetailvId": 1,
  "PurchaseQuotationDetailvId": 2,
  "PurchaseQuotationChargevId": 3,
  "ChargePercentage": 4.1,
  "TotalAmount": 5.1,
  "ChargeAmount": 6.1,
  "TaxAmount": 7.1,
  "Selected": true,
  "PurchaseQuotationDetailv": {
    "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-08T02:41:07.392588+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-08T02:41:07.392588+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-08T02:41:07.392588+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-08T02:41:07.392588+05:30",
        "CreatedBy": "sample string 8"
      }
    ],
    "CreatedDate": "2025-12-08T02:41:07.392588+05:30",
    "CreatedBy": "sample string 15"
  },
  "CreatedDate": "2025-12-08T02:41:07.392588+05:30",
  "CreatedBy": "sample string 10"
}

application/xml, text/xml

Sample:
<PurchaseQuotationChargeDetailv 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 10</CreatedBy>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T02:41:07.392588+05:30</CreatedDate>
  <ChargeAmount>6.1</ChargeAmount>
  <ChargePercentage>4.1</ChargePercentage>
  <PurchaseQuotationChargeDetailvId>1</PurchaseQuotationChargeDetailvId>
  <PurchaseQuotationChargevId>3</PurchaseQuotationChargevId>
  <PurchaseQuotationDetailv>
    <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-08T02:41:07.392588+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-08T02:41:07.392588+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-08T02:41:07.392588+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-08T02:41:07.392588+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-08T02:41:07.392588+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>
  <PurchaseQuotationDetailvId>2</PurchaseQuotationDetailvId>
  <Selected>true</Selected>
  <TaxAmount>7.1</TaxAmount>
  <TotalAmount>5.1</TotalAmount>
</PurchaseQuotationChargeDetailv>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.