POST api/ForwadingBilling/PutLocalCharges

Request Information

URI Parameters

None.

Body Parameters

LocalChargeInputs
NameDescriptionTypeAdditional information
PLC_ID

integer

None.

PLC_TRF_TYPE

string

None.

PLC_SHIP_TYPE

string

None.

PLC_PT_ID

integer

None.

PLC_CT_ID

integer

None.

PLC_TR_ID

integer

None.

PLC_CP_ID

integer

None.

PLC_INC_FRT

string

None.

PLC_CHG_TYPE

string

None.

PLC_CHG_CATEGORY

string

None.

PLC_CHG_ID

integer

None.

PLC_APPLICABILITY

integer

None.

PLC_APPLICABILITY_AT

integer

None.

PLC_BASIS

integer

None.

PLC_CUR_ID

integer

None.

PLC_AMOUNT

decimal number

None.

PLC_AR_ID

integer

None.

PLC_AP_ID

integer

None.

PLC_CONT_TYPE

integer

None.

PLC_COMMODITY_ID

integer

None.

PLC_COL_MODE

string

None.

PLC_COL_AT

integer

None.

PLC_RATE_TYPE

string

None.

PLC_SLAB_FROM

decimal number

None.

PLC_SLAB_TO

decimal number

None.

PLC_CHG_OWNER

string

None.

PLC_OWNER_ID

integer

None.

PLC_STATUS

string

None.

PLC_REMARKS

string

None.

PLC_VALID_FROM

date

None.

PLC_VALID_TILL

date

None.

PLC_PROGRAM_ID

string

None.

PLC_CREATED_BY

integer

None.

PLC_SRV_TYPE

string

None.

PLC_CARGO

string

None.

PLC_DEPOT

string

None.

PLC_BASIS_CONT

string

None.

PLC_FROM_DATE

date

None.

PLC_TO_DATE

date

None.

PLC_CO_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PLC_ID": 1,
  "PLC_TRF_TYPE": "sample string 1",
  "PLC_SHIP_TYPE": "sample string 2",
  "PLC_PT_ID": 1,
  "PLC_CT_ID": 1,
  "PLC_TR_ID": 1,
  "PLC_CP_ID": 1,
  "PLC_INC_FRT": "sample string 3",
  "PLC_CHG_TYPE": "sample string 4",
  "PLC_CHG_CATEGORY": "sample string 5",
  "PLC_CHG_ID": 1,
  "PLC_APPLICABILITY": 1,
  "PLC_APPLICABILITY_AT": 1,
  "PLC_BASIS": 1,
  "PLC_CUR_ID": 1,
  "PLC_AMOUNT": 1.1,
  "PLC_AR_ID": 1,
  "PLC_AP_ID": 1,
  "PLC_CONT_TYPE": 1,
  "PLC_COMMODITY_ID": 1,
  "PLC_COL_MODE": "sample string 6",
  "PLC_COL_AT": 1,
  "PLC_RATE_TYPE": "sample string 7",
  "PLC_SLAB_FROM": 1.1,
  "PLC_SLAB_TO": 1.1,
  "PLC_CHG_OWNER": "sample string 8",
  "PLC_OWNER_ID": 1,
  "PLC_STATUS": "sample string 9",
  "PLC_REMARKS": "sample string 10",
  "PLC_VALID_FROM": "2025-12-06T04:25:13.5560113+00:00",
  "PLC_VALID_TILL": "2025-12-06T04:25:13.5560113+00:00",
  "PLC_PROGRAM_ID": "sample string 11",
  "PLC_CREATED_BY": 1,
  "PLC_SRV_TYPE": "sample string 12",
  "PLC_CARGO": "sample string 13",
  "PLC_DEPOT": "sample string 14",
  "PLC_BASIS_CONT": "sample string 15",
  "PLC_FROM_DATE": "2025-12-06T04:25:13.5560113+00:00",
  "PLC_TO_DATE": "2025-12-06T04:25:13.5560113+00:00",
  "PLC_CO_ID": 1
}

application/xml, text/xml

Sample:
<LocalChargeInputs 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>1</PLC_APPLICABILITY>
  <PLC_APPLICABILITY_AT>1</PLC_APPLICABILITY_AT>
  <PLC_AP_ID>1</PLC_AP_ID>
  <PLC_AR_ID>1</PLC_AR_ID>
  <PLC_BASIS>1</PLC_BASIS>
  <PLC_BASIS_CONT>sample string 15</PLC_BASIS_CONT>
  <PLC_CARGO>sample string 13</PLC_CARGO>
  <PLC_CHG_CATEGORY>sample string 5</PLC_CHG_CATEGORY>
  <PLC_CHG_ID>1</PLC_CHG_ID>
  <PLC_CHG_OWNER>sample string 8</PLC_CHG_OWNER>
  <PLC_CHG_TYPE>sample string 4</PLC_CHG_TYPE>
  <PLC_COL_AT>1</PLC_COL_AT>
  <PLC_COL_MODE>sample string 6</PLC_COL_MODE>
  <PLC_COMMODITY_ID>1</PLC_COMMODITY_ID>
  <PLC_CONT_TYPE>1</PLC_CONT_TYPE>
  <PLC_CO_ID>1</PLC_CO_ID>
  <PLC_CP_ID>1</PLC_CP_ID>
  <PLC_CREATED_BY>1</PLC_CREATED_BY>
  <PLC_CT_ID>1</PLC_CT_ID>
  <PLC_CUR_ID>1</PLC_CUR_ID>
  <PLC_DEPOT>sample string 14</PLC_DEPOT>
  <PLC_FROM_DATE>2025-12-06T04:25:13.5560113+00:00</PLC_FROM_DATE>
  <PLC_ID>1</PLC_ID>
  <PLC_INC_FRT>sample string 3</PLC_INC_FRT>
  <PLC_OWNER_ID>1</PLC_OWNER_ID>
  <PLC_PROGRAM_ID>sample string 11</PLC_PROGRAM_ID>
  <PLC_PT_ID>1</PLC_PT_ID>
  <PLC_RATE_TYPE>sample string 7</PLC_RATE_TYPE>
  <PLC_REMARKS>sample string 10</PLC_REMARKS>
  <PLC_SHIP_TYPE>sample string 2</PLC_SHIP_TYPE>
  <PLC_SLAB_FROM>1.1</PLC_SLAB_FROM>
  <PLC_SLAB_TO>1.1</PLC_SLAB_TO>
  <PLC_SRV_TYPE>sample string 12</PLC_SRV_TYPE>
  <PLC_STATUS>sample string 9</PLC_STATUS>
  <PLC_TO_DATE>2025-12-06T04:25:13.5560113+00:00</PLC_TO_DATE>
  <PLC_TRF_TYPE>sample string 1</PLC_TRF_TYPE>
  <PLC_TR_ID>1</PLC_TR_ID>
  <PLC_VALID_FROM>2025-12-06T04:25:13.5560113+00:00</PLC_VALID_FROM>
  <PLC_VALID_TILL>2025-12-06T04:25:13.5560113+00:00</PLC_VALID_TILL>
</LocalChargeInputs>

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.