POST api/ForwadingBilling/UploadForwadingBuyingContCost
Request Information
URI Parameters
None.
Body Parameters
ForwadingCostDtlsInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| RRC_ID | integer |
None. |
|
| RRC_COST_TYPE_ID | string |
None. |
|
| RRC_COST_TYPE_CODE | string |
None. |
|
| RRC_CHG_ID | integer |
None. |
|
| RRC_CHG_CODE | string |
None. |
|
| RRC_BASIS_ID | integer |
None. |
|
| RRC_BASIS_CODE | string |
None. |
|
| RRC_CUR_ID | integer |
None. |
|
| RRC_CUR_CODE | string |
None. |
|
| RRC_AMOUNT | decimal number |
None. |
|
| RRC_CONT_TYPE_ID | integer |
None. |
|
| RRC_CONT_TYPE_CODE | string |
None. |
|
| RRC_COMMODITY_ID | integer |
None. |
|
| RRC_COMMODITY_CODE | string |
None. |
|
| RRC_CP_ID | integer |
None. |
|
| RRC_CP_CODE | string |
None. |
|
| RRC_CHG_OWNER | string |
None. |
|
| RRC_CHG_OWNER_CODE | string |
None. |
|
| RRC_REMARKS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RRC_ID": 1,
"RRC_COST_TYPE_ID": "sample string 1",
"RRC_COST_TYPE_CODE": "sample string 2",
"RRC_CHG_ID": 1,
"RRC_CHG_CODE": "sample string 3",
"RRC_BASIS_ID": 1,
"RRC_BASIS_CODE": "sample string 4",
"RRC_CUR_ID": 1,
"RRC_CUR_CODE": "sample string 5",
"RRC_AMOUNT": 1.1,
"RRC_CONT_TYPE_ID": 1,
"RRC_CONT_TYPE_CODE": "sample string 6",
"RRC_COMMODITY_ID": 1,
"RRC_COMMODITY_CODE": "sample string 7",
"RRC_CP_ID": 1,
"RRC_CP_CODE": "sample string 8",
"RRC_CHG_OWNER": "sample string 9",
"RRC_CHG_OWNER_CODE": "sample string 10",
"RRC_REMARKS": "sample string 11"
}
application/xml, text/xml
Sample:
<ForwadingCostDtlsInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <RRC_AMOUNT>1.1</RRC_AMOUNT> <RRC_BASIS_CODE>sample string 4</RRC_BASIS_CODE> <RRC_BASIS_ID>1</RRC_BASIS_ID> <RRC_CHG_CODE>sample string 3</RRC_CHG_CODE> <RRC_CHG_ID>1</RRC_CHG_ID> <RRC_CHG_OWNER>sample string 9</RRC_CHG_OWNER> <RRC_CHG_OWNER_CODE>sample string 10</RRC_CHG_OWNER_CODE> <RRC_COMMODITY_CODE>sample string 7</RRC_COMMODITY_CODE> <RRC_COMMODITY_ID>1</RRC_COMMODITY_ID> <RRC_CONT_TYPE_CODE>sample string 6</RRC_CONT_TYPE_CODE> <RRC_CONT_TYPE_ID>1</RRC_CONT_TYPE_ID> <RRC_COST_TYPE_CODE>sample string 2</RRC_COST_TYPE_CODE> <RRC_COST_TYPE_ID>sample string 1</RRC_COST_TYPE_ID> <RRC_CP_CODE>sample string 8</RRC_CP_CODE> <RRC_CP_ID>1</RRC_CP_ID> <RRC_CUR_CODE>sample string 5</RRC_CUR_CODE> <RRC_CUR_ID>1</RRC_CUR_ID> <RRC_ID>1</RRC_ID> <RRC_REMARKS>sample string 11</RRC_REMARKS> </ForwadingCostDtlsInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |