POST api/ItemRates/Retrieve

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
paramList
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {},
  {},
  {}
]

text/html

Sample:
[{},{},{}]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
  <anyType />
</ArrayOfanyType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ID": "63235f05-5d6e-4842-8bc5-a9cd7636b7bb",
  "CompID": "fde0b82c-ba1d-49c6-98ed-5139cef57ea7",
  "ItemID": "e46e9af0-8c1f-44a1-81b7-c91026dd5866",
  "GroupId": "7dd1296c-26ae-41e5-8c93-3139ab5bbdd9",
  "ItemName": "sample string 5",
  "GroupName": "sample string 6",
  "FromDate": "2025-11-02T15:58:47.9783048+05:30",
  "EffectiveDate": "sample string 8",
  "PartyCategory": "84730697-cb6c-457a-aaca-0618a17e8571",
  "PartyCategoryName": "sample string 10",
  "SaleRate": 11.0,
  "SaleRateCaption": "sample string 12",
  "PurchaseRate": 13.0,
  "PurchaseRateCaption": "sample string 14",
  "ExciseRate": 15.0,
  "ExciseRateCaption": "sample string 16",
  "AbatementRate": 17.0,
  "MRPRate": 18.0,
  "MRPRateCaption": "sample string 19",
  "CreatedBy": "6ecf6c05-f9a8-42cd-a33c-9559cef61329",
  "CreatedDate": "2025-11-02T15:58:47.9783048+05:30",
  "ModifiedBy": "6483e3a2-7b25-4eed-aa93-51ee77675659",
  "ModifiedDate": "2025-11-02T15:58:47.9783048+05:30",
  "RowVer": "QEBA",
  "PartyId": "1b2b0257-d00b-4366-b888-609793cafdd5",
  "itrnType": "sample string 22",
  "ActionFlag": 23,
  "databaseKey": "124efa97-6c6d-48c6-8b98-2dd858bd09f4",
  "NewPurchaseRate": 25.0,
  "NewSaleRate": 26.0,
  "NewMRPRate": 27.0,
  "UnitOfMeasurementSale": "sample string 28",
  "UnitOfMeasurementPurchase": "sample string 29",
  "UnitOfMeasurementMRP": "sample string 30",
  "SaleRateIncludingGST": true,
  "PurchaseRateIncludingGST": true,
  "MRPRateIncludingGST": true
}

text/html

Sample:
{"ID":"63235f05-5d6e-4842-8bc5-a9cd7636b7bb","CompID":"fde0b82c-ba1d-49c6-98ed-5139cef57ea7","ItemID":"e46e9af0-8c1f-44a1-81b7-c91026dd5866","GroupId":"7dd1296c-26ae-41e5-8c93-3139ab5bbdd9","ItemName":"sample string 5","GroupName":"sample string 6","FromDate":"2025-11-02T15:58:47.9783048+05:30","EffectiveDate":"sample string 8","PartyCategory":"84730697-cb6c-457a-aaca-0618a17e8571","PartyCategoryName":"sample string 10","SaleRate":11.0,"SaleRateCaption":"sample string 12","PurchaseRate":13.0,"PurchaseRateCaption":"sample string 14","ExciseRate":15.0,"ExciseRateCaption":"sample string 16","AbatementRate":17.0,"MRPRate":18.0,"MRPRateCaption":"sample string 19","CreatedBy":"6ecf6c05-f9a8-42cd-a33c-9559cef61329","CreatedDate":"2025-11-02T15:58:47.9783048+05:30","ModifiedBy":"6483e3a2-7b25-4eed-aa93-51ee77675659","ModifiedDate":"2025-11-02T15:58:47.9783048+05:30","RowVer":"QEBA","PartyId":"1b2b0257-d00b-4366-b888-609793cafdd5","itrnType":"sample string 22","ActionFlag":23,"databaseKey":"124efa97-6c6d-48c6-8b98-2dd858bd09f4","NewPurchaseRate":25.0,"NewSaleRate":26.0,"NewMRPRate":27.0,"UnitOfMeasurementSale":"sample string 28","UnitOfMeasurementPurchase":"sample string 29","UnitOfMeasurementMRP":"sample string 30","SaleRateIncludingGST":true,"PurchaseRateIncludingGST":true,"MRPRateIncludingGST":true}

application/xml, text/xml

Sample:
<ItemRatesModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <AbatementRate>17</AbatementRate>
  <ActionFlag>23</ActionFlag>
  <CompID>fde0b82c-ba1d-49c6-98ed-5139cef57ea7</CompID>
  <CreatedBy>6ecf6c05-f9a8-42cd-a33c-9559cef61329</CreatedBy>
  <CreatedDate>2025-11-02T15:58:47.9783048+05:30</CreatedDate>
  <EffectiveDate>sample string 8</EffectiveDate>
  <ExciseRate>15</ExciseRate>
  <ExciseRateCaption>sample string 16</ExciseRateCaption>
  <FromDate>2025-11-02T15:58:47.9783048+05:30</FromDate>
  <GroupId>7dd1296c-26ae-41e5-8c93-3139ab5bbdd9</GroupId>
  <GroupName>sample string 6</GroupName>
  <ID>63235f05-5d6e-4842-8bc5-a9cd7636b7bb</ID>
  <ItemID>e46e9af0-8c1f-44a1-81b7-c91026dd5866</ItemID>
  <ItemName>sample string 5</ItemName>
  <MRPRate>18</MRPRate>
  <MRPRateCaption>sample string 19</MRPRateCaption>
  <MRPRateIncludingGST>true</MRPRateIncludingGST>
  <ModifiedBy>6483e3a2-7b25-4eed-aa93-51ee77675659</ModifiedBy>
  <ModifiedDate>2025-11-02T15:58:47.9783048+05:30</ModifiedDate>
  <NewMRPRate>27</NewMRPRate>
  <NewPurchaseRate>25</NewPurchaseRate>
  <NewSaleRate>26</NewSaleRate>
  <PartyCategory>84730697-cb6c-457a-aaca-0618a17e8571</PartyCategory>
  <PartyCategoryName>sample string 10</PartyCategoryName>
  <PartyId>1b2b0257-d00b-4366-b888-609793cafdd5</PartyId>
  <PurchaseRate>13</PurchaseRate>
  <PurchaseRateCaption>sample string 14</PurchaseRateCaption>
  <PurchaseRateIncludingGST>true</PurchaseRateIncludingGST>
  <RowVer>QEBA</RowVer>
  <SaleRate>11</SaleRate>
  <SaleRateCaption>sample string 12</SaleRateCaption>
  <SaleRateIncludingGST>true</SaleRateIncludingGST>
  <UnitOfMeasurementMRP>sample string 30</UnitOfMeasurementMRP>
  <UnitOfMeasurementPurchase>sample string 29</UnitOfMeasurementPurchase>
  <UnitOfMeasurementSale>sample string 28</UnitOfMeasurementSale>
  <databaseKey>124efa97-6c6d-48c6-8b98-2dd858bd09f4</databaseKey>
  <itrnType>sample string 22</itrnType>
</ItemRatesModels>