PUT api/PurchaseQuotationDetailImagev/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

PurchaseQuotationDetailImagev
NameDescriptionTypeAdditional information
PurchaseQuotationDetailImagevId

integer

None.

PurchaseQuotationDetailvId

integer

None.

PurchaseQuotationvId

integer

None.

ImageId

integer

None.

ImageName

string

None.

ImageDescription

string

None.

PurchaseQuotationDetailv

PurchaseQuotationDetailv

None.

CreatedDate

date

Data type: DateTime

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PurchaseQuotationDetailImagevId": 1,
  "PurchaseQuotationDetailvId": 2,
  "PurchaseQuotationvId": 3,
  "ImageId": 4,
  "ImageName": "sample string 5",
  "ImageDescription": "sample string 6",
  "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-08T01:55:12.8301032+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:55:12.8301032+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:55:12.8301032+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:55:12.8301032+05:30",
        "CreatedBy": "sample string 8"
      }
    ],
    "CreatedDate": "2025-12-08T01:55:12.8301032+05:30",
    "CreatedBy": "sample string 15"
  },
  "CreatedDate": "2025-12-08T01:55:12.8301032+05:30",
  "CreatedBy": "sample string 8"
}

application/xml, text/xml

Sample:
<PurchaseQuotationDetailImagev 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 8</CreatedBy>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:55:12.8301032+05:30</CreatedDate>
  <ImageDescription>sample string 6</ImageDescription>
  <ImageId>4</ImageId>
  <ImageName>sample string 5</ImageName>
  <PurchaseQuotationDetailImagevId>1</PurchaseQuotationDetailImagevId>
  <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-08T01:55:12.8301032+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:55:12.8301032+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:55:12.8301032+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:55:12.8301032+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:55:12.8301032+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>
  <PurchaseQuotationvId>3</PurchaseQuotationvId>
</PurchaseQuotationDetailImagev>

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.