POST api/CHA/DeleteUploadLicence

Request Information

URI Parameters

None.

Body Parameters

UploadLicenceInputs
NameDescriptionTypeAdditional information
SLD_ID

integer

None.

SLD_SB_JOB_NO

string

None.

SLD_SID_SI_NO

integer

None.

SLD_SBI_PRODUCT_SL_NO

integer

None.

SLD_LIC_NO

string

None.

SLD_LIC_TYPE_CODE

string

None.

SLD_LIC_DATE

date

None.

SLD_DESC

string

None.

SLD_EXP_ITEM

string

None.

SLD_IMP_ITEM

string

None.

SLD_EXP_QTY

decimal number

None.

SLD_IMP_QTY

decimal number

None.

SLD_WHETHER_INDIGENOUS_CODE

string

None.

SLD_EXP_UOM_CODE

string

None.

SLD_IMP_UOM_CODE

string

None.

SB_ID

integer

None.

SLD_CP_ID

integer

None.

SLD_SBI_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SLD_ID": 1,
  "SLD_SB_JOB_NO": "sample string 1",
  "SLD_SID_SI_NO": 1,
  "SLD_SBI_PRODUCT_SL_NO": 1,
  "SLD_LIC_NO": "sample string 2",
  "SLD_LIC_TYPE_CODE": "sample string 3",
  "SLD_LIC_DATE": "2025-12-06T04:26:16.041916+00:00",
  "SLD_DESC": "sample string 4",
  "SLD_EXP_ITEM": "sample string 5",
  "SLD_IMP_ITEM": "sample string 6",
  "SLD_EXP_QTY": 1.1,
  "SLD_IMP_QTY": 1.1,
  "SLD_WHETHER_INDIGENOUS_CODE": "sample string 7",
  "SLD_EXP_UOM_CODE": "sample string 8",
  "SLD_IMP_UOM_CODE": "sample string 9",
  "SB_ID": 1,
  "SLD_CP_ID": 1,
  "SLD_SBI_ID": 1
}

application/xml, text/xml

Sample:
<UploadLicenceInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SB_ID>1</SB_ID>
  <SLD_CP_ID>1</SLD_CP_ID>
  <SLD_DESC>sample string 4</SLD_DESC>
  <SLD_EXP_ITEM>sample string 5</SLD_EXP_ITEM>
  <SLD_EXP_QTY>1.1</SLD_EXP_QTY>
  <SLD_EXP_UOM_CODE>sample string 8</SLD_EXP_UOM_CODE>
  <SLD_ID>1</SLD_ID>
  <SLD_IMP_ITEM>sample string 6</SLD_IMP_ITEM>
  <SLD_IMP_QTY>1.1</SLD_IMP_QTY>
  <SLD_IMP_UOM_CODE>sample string 9</SLD_IMP_UOM_CODE>
  <SLD_LIC_DATE>2025-12-06T04:26:16.041916+00:00</SLD_LIC_DATE>
  <SLD_LIC_NO>sample string 2</SLD_LIC_NO>
  <SLD_LIC_TYPE_CODE>sample string 3</SLD_LIC_TYPE_CODE>
  <SLD_SBI_ID>1</SLD_SBI_ID>
  <SLD_SBI_PRODUCT_SL_NO>1</SLD_SBI_PRODUCT_SL_NO>
  <SLD_SB_JOB_NO>sample string 1</SLD_SB_JOB_NO>
  <SLD_SID_SI_NO>1</SLD_SID_SI_NO>
  <SLD_WHETHER_INDIGENOUS_CODE>sample string 7</SLD_WHETHER_INDIGENOUS_CODE>
</UploadLicenceInputs>

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.