POST api/OrderAPI/AddUpdateOrderItemDescription
Request Information
URI Parameters
None.
Body Parameters
ObjAddUpdateOrderItemDescription| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjOrderItemDescription | Collection of ObjOrderItemDescription |
None. |
|
| OrderInfoId | integer |
None. |
|
| ReportedCurrencyRate | decimal number |
None. |
|
| FreightAmountQAR | decimal number |
None. |
|
| FreightRemark | string |
None. |
|
| VatRate | decimal number |
None. |
|
| TotalQuotedSalesValue | decimal number |
None. |
|
| TotalReportedQuotedSalesValue | decimal number |
None. |
|
| TotalPriceWithVat | decimal number |
None. |
|
| TotalPricewithVatQAR | decimal number |
None. |
|
| TotalTaxAmount | decimal number |
None. |
|
| TotalTaxAmountQAR | decimal number |
None. |
|
| freightCharges | decimal number |
None. |
|
| TotalDiscountQAR | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ObjOrderItemDescription": [
{
"RowNo": 1,
"InquiryProductId": 2,
"InquiryQuantity": 3,
"OrderQuantity": 4,
"BalanceQuantity": 5,
"UnitRate": 6.0,
"DiscountPer": 7.0,
"DiscountValue": 8.0,
"TotalPrice": 9.0,
"TotalPriceQAR": 10.0,
"VatRate": 11.0,
"VatValue": 12.0,
"TotalPriceWithVat": 13.0,
"TotalPriceQARWithVat": 14.0,
"INST": true,
"TandC": true,
"HandingOver": true,
"Warranty": true,
"ProductId": 15
},
{
"RowNo": 1,
"InquiryProductId": 2,
"InquiryQuantity": 3,
"OrderQuantity": 4,
"BalanceQuantity": 5,
"UnitRate": 6.0,
"DiscountPer": 7.0,
"DiscountValue": 8.0,
"TotalPrice": 9.0,
"TotalPriceQAR": 10.0,
"VatRate": 11.0,
"VatValue": 12.0,
"TotalPriceWithVat": 13.0,
"TotalPriceQARWithVat": 14.0,
"INST": true,
"TandC": true,
"HandingOver": true,
"Warranty": true,
"ProductId": 15
}
],
"OrderInfoId": 1,
"ReportedCurrencyRate": 2.0,
"FreightAmountQAR": 3.0,
"FreightRemark": "sample string 4",
"VatRate": 5.0,
"TotalQuotedSalesValue": 6.0,
"TotalReportedQuotedSalesValue": 7.0,
"TotalPriceWithVat": 8.0,
"TotalPricewithVatQAR": 9.0,
"TotalTaxAmount": 10.0,
"TotalTaxAmountQAR": 11.0,
"freightCharges": 12.0,
"TotalDiscountQAR": 13.0
}
application/xml, text/xml
Sample:
<ObjAddUpdateOrderItemDescription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Maven_CRM.Models">
<FreightAmountQAR>3</FreightAmountQAR>
<FreightRemark>sample string 4</FreightRemark>
<ObjOrderItemDescription>
<ObjOrderItemDescription>
<BalanceQuantity>5</BalanceQuantity>
<DiscountPer>7</DiscountPer>
<DiscountValue>8</DiscountValue>
<HandingOver>true</HandingOver>
<INST>true</INST>
<InquiryProductId>2</InquiryProductId>
<InquiryQuantity>3</InquiryQuantity>
<OrderQuantity>4</OrderQuantity>
<ProductId>15</ProductId>
<RowNo>1</RowNo>
<TandC>true</TandC>
<TotalPrice>9</TotalPrice>
<TotalPriceQAR>10</TotalPriceQAR>
<TotalPriceQARWithVat>14</TotalPriceQARWithVat>
<TotalPriceWithVat>13</TotalPriceWithVat>
<UnitRate>6</UnitRate>
<VatRate>11</VatRate>
<VatValue>12</VatValue>
<Warranty>true</Warranty>
</ObjOrderItemDescription>
<ObjOrderItemDescription>
<BalanceQuantity>5</BalanceQuantity>
<DiscountPer>7</DiscountPer>
<DiscountValue>8</DiscountValue>
<HandingOver>true</HandingOver>
<INST>true</INST>
<InquiryProductId>2</InquiryProductId>
<InquiryQuantity>3</InquiryQuantity>
<OrderQuantity>4</OrderQuantity>
<ProductId>15</ProductId>
<RowNo>1</RowNo>
<TandC>true</TandC>
<TotalPrice>9</TotalPrice>
<TotalPriceQAR>10</TotalPriceQAR>
<TotalPriceQARWithVat>14</TotalPriceQARWithVat>
<TotalPriceWithVat>13</TotalPriceWithVat>
<UnitRate>6</UnitRate>
<VatRate>11</VatRate>
<VatValue>12</VatValue>
<Warranty>true</Warranty>
</ObjOrderItemDescription>
</ObjOrderItemDescription>
<OrderInfoId>1</OrderInfoId>
<ReportedCurrencyRate>2</ReportedCurrencyRate>
<TotalDiscountQAR>13</TotalDiscountQAR>
<TotalPriceWithVat>8</TotalPriceWithVat>
<TotalPricewithVatQAR>9</TotalPricewithVatQAR>
<TotalQuotedSalesValue>6</TotalQuotedSalesValue>
<TotalReportedQuotedSalesValue>7</TotalReportedQuotedSalesValue>
<TotalTaxAmount>10</TotalTaxAmount>
<TotalTaxAmountQAR>11</TotalTaxAmountQAR>
<VatRate>5</VatRate>
<freightCharges>12</freightCharges>
</ObjAddUpdateOrderItemDescription>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.