POST api/ExImRateCalculator/History
Request Information
URI Parameters
None.
Body Parameters
ExImRateCalculator| Name | Description | Type | Additional information |
|---|---|---|---|
| BPAmount | decimal number |
None. |
|
| BpPrcnt | decimal number |
None. |
|
| BPWeight | decimal number |
None. |
|
| BrokeryComm | decimal number |
None. |
|
| BrokeryCommAmount | decimal number |
None. |
|
| ExportCost | decimal number |
None. |
|
| ExportRateUsd | decimal number |
None. |
|
| FgAmount | decimal number |
None. |
|
| FgWeight | decimal number |
None. |
|
| FreightInwardAmount | decimal number |
None. |
|
| FreightInwardRate | decimal number |
None. |
|
| MarketRate | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| PackingCost | decimal number |
None. |
|
| ProcessingAmount | decimal number |
None. |
|
| ProcessingRate | decimal number |
None. |
|
| RmAmount | decimal number |
None. |
|
| UsdExcngRate | decimal number |
None. |
|
| XFactoryRateRs | decimal number |
None. |
|
| BPRate | decimal number |
None. |
|
| BranchId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| FinancialYearId | integer |
None. |
|
| Id | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| ProjectId | integer |
None. |
|
| Qty | integer |
None. |
|
| VarietyBrandName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BPAmount": 1.1,
"BpPrcnt": 2.1,
"BPWeight": 3.1,
"BrokeryComm": 4.1,
"BrokeryCommAmount": 5.1,
"ExportCost": 6.1,
"ExportRateUsd": 7.1,
"FgAmount": 8.1,
"FgWeight": 9.1,
"FreightInwardAmount": 10.1,
"FreightInwardRate": 11.1,
"MarketRate": 12.1,
"NetWeight": 13.1,
"PackingCost": 14.1,
"ProcessingAmount": 15.1,
"ProcessingRate": 16.1,
"RmAmount": 17.1,
"UsdExcngRate": 18.1,
"XFactoryRateRs": 19.1,
"BPRate": 20.1,
"BranchId": 21,
"CompanyId": 22,
"FinancialYearId": 23,
"Id": 24,
"OrganizationId": 25,
"ProjectId": 26,
"Qty": 27,
"VarietyBrandName": "sample string 28"
}
application/xml, text/xml
Sample:
<ExImRateCalculator xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Export"> <BPAmount>1.1</BPAmount> <BPRate>20.1</BPRate> <BPWeight>3.1</BPWeight> <BpPrcnt>2.1</BpPrcnt> <BranchId>21</BranchId> <BrokeryComm>4.1</BrokeryComm> <BrokeryCommAmount>5.1</BrokeryCommAmount> <CompanyId>22</CompanyId> <ExportCost>6.1</ExportCost> <ExportRateUsd>7.1</ExportRateUsd> <FgAmount>8.1</FgAmount> <FgWeight>9.1</FgWeight> <FinancialYearId>23</FinancialYearId> <FreightInwardAmount>10.1</FreightInwardAmount> <FreightInwardRate>11.1</FreightInwardRate> <Id>24</Id> <MarketRate>12.1</MarketRate> <NetWeight>13.1</NetWeight> <OrganizationId>25</OrganizationId> <PackingCost>14.1</PackingCost> <ProcessingAmount>15.1</ProcessingAmount> <ProcessingRate>16.1</ProcessingRate> <ProjectId>26</ProjectId> <Qty>27</Qty> <RmAmount>17.1</RmAmount> <UsdExcngRate>18.1</UsdExcngRate> <VarietyBrandName>sample string 28</VarietyBrandName> <XFactoryRateRs>19.1</XFactoryRateRs> </ExImRateCalculator>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.