POST api/Master/GetChaCorrectorSummary

Request Information

URI Parameters

None.

Body Parameters

ChaCorrectorInputs
NameDescriptionTypeAdditional information
CHC_ID

integer

None.

CHA_CP_ID

integer

None.

CHA_ID

integer

None.

CHA_BL_TYPE

string

None.

CHA_BL_ID

integer

None.

CHA_SHIP_TYPE

string

None.

CHA_STATUS

string

None.

CHA_CREATED_BY

integer

None.

CHA_PROGRAM_ID

string

None.

CHA_CONT_DETAILS

Collection of ChaContInputs

None.

CHA_RATE_DETAILS

Collection of ChaRateCorInputs

None.

CHA_SB_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CHC_ID": 1,
  "CHA_CP_ID": 1,
  "CHA_ID": 1,
  "CHA_BL_TYPE": "sample string 1",
  "CHA_BL_ID": 1,
  "CHA_SHIP_TYPE": "sample string 2",
  "CHA_STATUS": "sample string 3",
  "CHA_CREATED_BY": 1,
  "CHA_PROGRAM_ID": "sample string 4",
  "CHA_CONT_DETAILS": [
    {
      "CCD_ID": 1,
      "CCD_BKC_ID": 1,
      "CCD_BKC_NUM": "sample string 1"
    },
    {
      "CCD_ID": 1,
      "CCD_BKC_ID": 1,
      "CCD_BKC_NUM": "sample string 1"
    }
  ],
  "CHA_RATE_DETAILS": [
    {
      "BCC_C_ID": 1,
      "BCC_ID": 1,
      "BCC_RT_ID": 1,
      "BCC_RT_CODE": "sample string 1",
      "BCC_BASIS": 1,
      "BCC_BASIS_CODE": "sample string 2",
      "BCC_CON_TYPE_ID": 1,
      "BCC_CON_TYPE_CODE": "sample string 3",
      "BCC_CON_ID": 1,
      "BCC_CON_NUM": "sample string 4",
      "BCC_SB_ID": 1,
      "BCC_SB_NUM": "sample string 5",
      "BCC_REF_NUM": "sample string 6",
      "BCC_ACTIVITY": "sample string 7",
      "BCC_PRINT_NAME": "sample string 8",
      "BCC_REV_CHG_ID": 1,
      "BCC_REV_CHG_CODE": "sample string 9",
      "BCC_REV_CUR_ID": 1,
      "BCC_REV_CUR_CODE": "sample string 10",
      "BCC_REV_AMT": 1.1,
      "BCC_CST_CHG_ID": 1,
      "BCC_CST_CHG_CODE": "sample string 11",
      "BCC_CST_CUR_ID": 1,
      "BCC_CST_CUR_CODE": "sample string 12",
      "BCC_CST_AMT": 1.1,
      "BCC_PROFIT_AMT": 1.1,
      "BCC_NOTES": "sample string 13",
      "BCC_CCR_ID": 1,
      "BCC_REQ_TYPE": "sample string 14",
      "BCC_REQ_TYPE_CODE": "sample string 15"
    },
    {
      "BCC_C_ID": 1,
      "BCC_ID": 1,
      "BCC_RT_ID": 1,
      "BCC_RT_CODE": "sample string 1",
      "BCC_BASIS": 1,
      "BCC_BASIS_CODE": "sample string 2",
      "BCC_CON_TYPE_ID": 1,
      "BCC_CON_TYPE_CODE": "sample string 3",
      "BCC_CON_ID": 1,
      "BCC_CON_NUM": "sample string 4",
      "BCC_SB_ID": 1,
      "BCC_SB_NUM": "sample string 5",
      "BCC_REF_NUM": "sample string 6",
      "BCC_ACTIVITY": "sample string 7",
      "BCC_PRINT_NAME": "sample string 8",
      "BCC_REV_CHG_ID": 1,
      "BCC_REV_CHG_CODE": "sample string 9",
      "BCC_REV_CUR_ID": 1,
      "BCC_REV_CUR_CODE": "sample string 10",
      "BCC_REV_AMT": 1.1,
      "BCC_CST_CHG_ID": 1,
      "BCC_CST_CHG_CODE": "sample string 11",
      "BCC_CST_CUR_ID": 1,
      "BCC_CST_CUR_CODE": "sample string 12",
      "BCC_CST_AMT": 1.1,
      "BCC_PROFIT_AMT": 1.1,
      "BCC_NOTES": "sample string 13",
      "BCC_CCR_ID": 1,
      "BCC_REQ_TYPE": "sample string 14",
      "BCC_REQ_TYPE_CODE": "sample string 15"
    }
  ],
  "CHA_SB_ID": 1
}

application/xml, text/xml

Sample:
<ChaCorrectorInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CHA_BL_ID>1</CHA_BL_ID>
  <CHA_BL_TYPE>sample string 1</CHA_BL_TYPE>
  <CHA_CONT_DETAILS>
    <ChaContInputs>
      <CCD_BKC_ID>1</CCD_BKC_ID>
      <CCD_BKC_NUM>sample string 1</CCD_BKC_NUM>
      <CCD_ID>1</CCD_ID>
    </ChaContInputs>
    <ChaContInputs>
      <CCD_BKC_ID>1</CCD_BKC_ID>
      <CCD_BKC_NUM>sample string 1</CCD_BKC_NUM>
      <CCD_ID>1</CCD_ID>
    </ChaContInputs>
  </CHA_CONT_DETAILS>
  <CHA_CP_ID>1</CHA_CP_ID>
  <CHA_CREATED_BY>1</CHA_CREATED_BY>
  <CHA_ID>1</CHA_ID>
  <CHA_PROGRAM_ID>sample string 4</CHA_PROGRAM_ID>
  <CHA_RATE_DETAILS>
    <ChaRateCorInputs>
      <BCC_ACTIVITY>sample string 7</BCC_ACTIVITY>
      <BCC_BASIS>1</BCC_BASIS>
      <BCC_BASIS_CODE>sample string 2</BCC_BASIS_CODE>
      <BCC_CCR_ID>1</BCC_CCR_ID>
      <BCC_CON_ID>1</BCC_CON_ID>
      <BCC_CON_NUM>sample string 4</BCC_CON_NUM>
      <BCC_CON_TYPE_CODE>sample string 3</BCC_CON_TYPE_CODE>
      <BCC_CON_TYPE_ID>1</BCC_CON_TYPE_ID>
      <BCC_CST_AMT>1.1</BCC_CST_AMT>
      <BCC_CST_CHG_CODE>sample string 11</BCC_CST_CHG_CODE>
      <BCC_CST_CHG_ID>1</BCC_CST_CHG_ID>
      <BCC_CST_CUR_CODE>sample string 12</BCC_CST_CUR_CODE>
      <BCC_CST_CUR_ID>1</BCC_CST_CUR_ID>
      <BCC_C_ID>1</BCC_C_ID>
      <BCC_ID>1</BCC_ID>
      <BCC_NOTES>sample string 13</BCC_NOTES>
      <BCC_PRINT_NAME>sample string 8</BCC_PRINT_NAME>
      <BCC_PROFIT_AMT>1.1</BCC_PROFIT_AMT>
      <BCC_REF_NUM>sample string 6</BCC_REF_NUM>
      <BCC_REQ_TYPE>sample string 14</BCC_REQ_TYPE>
      <BCC_REQ_TYPE_CODE>sample string 15</BCC_REQ_TYPE_CODE>
      <BCC_REV_AMT>1.1</BCC_REV_AMT>
      <BCC_REV_CHG_CODE>sample string 9</BCC_REV_CHG_CODE>
      <BCC_REV_CHG_ID>1</BCC_REV_CHG_ID>
      <BCC_REV_CUR_CODE>sample string 10</BCC_REV_CUR_CODE>
      <BCC_REV_CUR_ID>1</BCC_REV_CUR_ID>
      <BCC_RT_CODE>sample string 1</BCC_RT_CODE>
      <BCC_RT_ID>1</BCC_RT_ID>
      <BCC_SB_ID>1</BCC_SB_ID>
      <BCC_SB_NUM>sample string 5</BCC_SB_NUM>
    </ChaRateCorInputs>
    <ChaRateCorInputs>
      <BCC_ACTIVITY>sample string 7</BCC_ACTIVITY>
      <BCC_BASIS>1</BCC_BASIS>
      <BCC_BASIS_CODE>sample string 2</BCC_BASIS_CODE>
      <BCC_CCR_ID>1</BCC_CCR_ID>
      <BCC_CON_ID>1</BCC_CON_ID>
      <BCC_CON_NUM>sample string 4</BCC_CON_NUM>
      <BCC_CON_TYPE_CODE>sample string 3</BCC_CON_TYPE_CODE>
      <BCC_CON_TYPE_ID>1</BCC_CON_TYPE_ID>
      <BCC_CST_AMT>1.1</BCC_CST_AMT>
      <BCC_CST_CHG_CODE>sample string 11</BCC_CST_CHG_CODE>
      <BCC_CST_CHG_ID>1</BCC_CST_CHG_ID>
      <BCC_CST_CUR_CODE>sample string 12</BCC_CST_CUR_CODE>
      <BCC_CST_CUR_ID>1</BCC_CST_CUR_ID>
      <BCC_C_ID>1</BCC_C_ID>
      <BCC_ID>1</BCC_ID>
      <BCC_NOTES>sample string 13</BCC_NOTES>
      <BCC_PRINT_NAME>sample string 8</BCC_PRINT_NAME>
      <BCC_PROFIT_AMT>1.1</BCC_PROFIT_AMT>
      <BCC_REF_NUM>sample string 6</BCC_REF_NUM>
      <BCC_REQ_TYPE>sample string 14</BCC_REQ_TYPE>
      <BCC_REQ_TYPE_CODE>sample string 15</BCC_REQ_TYPE_CODE>
      <BCC_REV_AMT>1.1</BCC_REV_AMT>
      <BCC_REV_CHG_CODE>sample string 9</BCC_REV_CHG_CODE>
      <BCC_REV_CHG_ID>1</BCC_REV_CHG_ID>
      <BCC_REV_CUR_CODE>sample string 10</BCC_REV_CUR_CODE>
      <BCC_REV_CUR_ID>1</BCC_REV_CUR_ID>
      <BCC_RT_CODE>sample string 1</BCC_RT_CODE>
      <BCC_RT_ID>1</BCC_RT_ID>
      <BCC_SB_ID>1</BCC_SB_ID>
      <BCC_SB_NUM>sample string 5</BCC_SB_NUM>
    </ChaRateCorInputs>
  </CHA_RATE_DETAILS>
  <CHA_SB_ID>1</CHA_SB_ID>
  <CHA_SHIP_TYPE>sample string 2</CHA_SHIP_TYPE>
  <CHA_STATUS>sample string 3</CHA_STATUS>
  <CHC_ID>1</CHC_ID>
</ChaCorrectorInputs>

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.