POST api/ForwadingBilling/UploadLocalCharges

Request Information

URI Parameters

None.

Body Parameters

UploadLocalCharges
NameDescriptionTypeAdditional information
PLC_ID

integer

None.

PLC_AMOUNT

decimal number

None.

PLC_SLAB_FROM

decimal number

None.

PLC_SLAB_TO

decimal number

None.

PLC_REMARKS

string

None.

PLC_VALID_FROM

date

None.

PLC_VALID_TILL

date

None.

PLC_CO_CODE

string

None.

PLC_PROGRAM_ID

string

None.

PLC_CREATED_BY

integer

None.

PLC_PT_CODE

string

None.

PLC_CT_CODE

string

None.

PLC_TR_CODE

string

None.

PLC_CHG_CODE

string

None.

PLC_APPLICABILITY_CODE

string

None.

PLC_BASIS_CODE

string

None.

PLC_CUR_CODE

string

None.

PLC_CONT_TYPE_CODE

string

None.

PLC_APPLICABILITY_AT_CODE

string

None.

PLC_COMMODITY_CODE

string

None.

PLC_COL_MODE_CODE

string

None.

PLC_COL_AT_CODE

string

None.

PLC_AR_NAME

string

None.

PLC_CP_CODE

string

None.

PLC_OWNER_CODE

string

None.

PLC_SHIP_TYPE_CODE

string

None.

PLC_CHG_TYPE_CODE

string

None.

PLC_STATUS_CODE

string

None.

PLC_CHG_CATEGORY_CODE

string

None.

PLC_RATE_TYPE_CODE

string

None.

PLC_CHG_OWNER_CODE

string

None.

PLC_INC_FRT_CODE

string

None.

PLC_SRV_TYPE_CODE

string

None.

PLC_TRF_CODE

string

None.

PLC_BASIS_CONT_CODE

string

None.

PLC_DEPOT_CODE

string

None.

PLC_CARGO_CODE

string

None.

PLC_TRF_TYPE_CODE

string

None.

PLC_AP_CODE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PLC_ID": 1,
  "PLC_AMOUNT": 1.1,
  "PLC_SLAB_FROM": 1.1,
  "PLC_SLAB_TO": 1.1,
  "PLC_REMARKS": "sample string 1",
  "PLC_VALID_FROM": "2025-12-06T05:22:49.9341362+00:00",
  "PLC_VALID_TILL": "2025-12-06T05:22:49.9341362+00:00",
  "PLC_CO_CODE": "sample string 2",
  "PLC_PROGRAM_ID": "sample string 3",
  "PLC_CREATED_BY": 1,
  "PLC_PT_CODE": "sample string 4",
  "PLC_CT_CODE": "sample string 5",
  "PLC_TR_CODE": "sample string 6",
  "PLC_CHG_CODE": "sample string 7",
  "PLC_APPLICABILITY_CODE": "sample string 8",
  "PLC_BASIS_CODE": "sample string 9",
  "PLC_CUR_CODE": "sample string 10",
  "PLC_CONT_TYPE_CODE": "sample string 11",
  "PLC_APPLICABILITY_AT_CODE": "sample string 12",
  "PLC_COMMODITY_CODE": "sample string 13",
  "PLC_COL_MODE_CODE": "sample string 14",
  "PLC_COL_AT_CODE": "sample string 15",
  "PLC_AR_NAME": "sample string 16",
  "PLC_CP_CODE": "sample string 17",
  "PLC_OWNER_CODE": "sample string 18",
  "PLC_SHIP_TYPE_CODE": "sample string 19",
  "PLC_CHG_TYPE_CODE": "sample string 20",
  "PLC_STATUS_CODE": "sample string 21",
  "PLC_CHG_CATEGORY_CODE": "sample string 22",
  "PLC_RATE_TYPE_CODE": "sample string 23",
  "PLC_CHG_OWNER_CODE": "sample string 24",
  "PLC_INC_FRT_CODE": "sample string 25",
  "PLC_SRV_TYPE_CODE": "sample string 26",
  "PLC_TRF_CODE": "sample string 27",
  "PLC_BASIS_CONT_CODE": "sample string 28",
  "PLC_DEPOT_CODE": "sample string 29",
  "PLC_CARGO_CODE": "sample string 30",
  "PLC_TRF_TYPE_CODE": "sample string 31",
  "PLC_AP_CODE": "sample string 32"
}

application/xml, text/xml

Sample:
<UploadLocalCharges xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <PLC_AMOUNT>1.1</PLC_AMOUNT>
  <PLC_APPLICABILITY_AT_CODE>sample string 12</PLC_APPLICABILITY_AT_CODE>
  <PLC_APPLICABILITY_CODE>sample string 8</PLC_APPLICABILITY_CODE>
  <PLC_AP_CODE>sample string 32</PLC_AP_CODE>
  <PLC_AR_NAME>sample string 16</PLC_AR_NAME>
  <PLC_BASIS_CODE>sample string 9</PLC_BASIS_CODE>
  <PLC_BASIS_CONT_CODE>sample string 28</PLC_BASIS_CONT_CODE>
  <PLC_CARGO_CODE>sample string 30</PLC_CARGO_CODE>
  <PLC_CHG_CATEGORY_CODE>sample string 22</PLC_CHG_CATEGORY_CODE>
  <PLC_CHG_CODE>sample string 7</PLC_CHG_CODE>
  <PLC_CHG_OWNER_CODE>sample string 24</PLC_CHG_OWNER_CODE>
  <PLC_CHG_TYPE_CODE>sample string 20</PLC_CHG_TYPE_CODE>
  <PLC_COL_AT_CODE>sample string 15</PLC_COL_AT_CODE>
  <PLC_COL_MODE_CODE>sample string 14</PLC_COL_MODE_CODE>
  <PLC_COMMODITY_CODE>sample string 13</PLC_COMMODITY_CODE>
  <PLC_CONT_TYPE_CODE>sample string 11</PLC_CONT_TYPE_CODE>
  <PLC_CO_CODE>sample string 2</PLC_CO_CODE>
  <PLC_CP_CODE>sample string 17</PLC_CP_CODE>
  <PLC_CREATED_BY>1</PLC_CREATED_BY>
  <PLC_CT_CODE>sample string 5</PLC_CT_CODE>
  <PLC_CUR_CODE>sample string 10</PLC_CUR_CODE>
  <PLC_DEPOT_CODE>sample string 29</PLC_DEPOT_CODE>
  <PLC_ID>1</PLC_ID>
  <PLC_INC_FRT_CODE>sample string 25</PLC_INC_FRT_CODE>
  <PLC_OWNER_CODE>sample string 18</PLC_OWNER_CODE>
  <PLC_PROGRAM_ID>sample string 3</PLC_PROGRAM_ID>
  <PLC_PT_CODE>sample string 4</PLC_PT_CODE>
  <PLC_RATE_TYPE_CODE>sample string 23</PLC_RATE_TYPE_CODE>
  <PLC_REMARKS>sample string 1</PLC_REMARKS>
  <PLC_SHIP_TYPE_CODE>sample string 19</PLC_SHIP_TYPE_CODE>
  <PLC_SLAB_FROM>1.1</PLC_SLAB_FROM>
  <PLC_SLAB_TO>1.1</PLC_SLAB_TO>
  <PLC_SRV_TYPE_CODE>sample string 26</PLC_SRV_TYPE_CODE>
  <PLC_STATUS_CODE>sample string 21</PLC_STATUS_CODE>
  <PLC_TRF_CODE>sample string 27</PLC_TRF_CODE>
  <PLC_TRF_TYPE_CODE>sample string 31</PLC_TRF_TYPE_CODE>
  <PLC_TR_CODE>sample string 6</PLC_TR_CODE>
  <PLC_VALID_FROM>2025-12-06T05:22:49.9341362+00:00</PLC_VALID_FROM>
  <PLC_VALID_TILL>2025-12-06T05:22:49.9341362+00:00</PLC_VALID_TILL>
</UploadLocalCharges>

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.