POST api/CHA/PostFRThirdpartyDtls
Request Information
URI Parameters
None.
Body Parameters
ThirdpartyInput| Name | Description | Type | Additional information |
|---|---|---|---|
| SB_ID | integer |
None. |
|
| SB_THIRDPARTY_DETAILS | Collection of SB_THIRDPARTY_DETAILS |
None. |
|
| SB_CREATED_BY | integer |
None. |
|
| STP_ID | integer |
None. |
|
| SB_TP_FLAG | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SB_ID": 1,
"SB_THIRDPARTY_DETAILS": [
{
"STP_ID": 1,
"STP_SB_ID": 1,
"STP_SBI_ID": 1,
"STP_SID_SI_NO": 1,
"STP_SID_INV_NO": "sample string 2",
"STP_CP_ID": 1,
"STP_EXPORTER_NAME": "sample string 3",
"STP_IEC": "sample string 4",
"STP_ADDRESS": "sample string 5",
"STP_CITY": "sample string 6",
"STP_PIN": 1,
"STP_DOC_TYPE": "sample string 7",
"STP_DOC_NO": 1,
"STP_EXPORTER_AR_ID": 1,
"STP_EXPORTER_AR_NAME": "sample string 8",
"STP_GSTN_TYPE": "sample string 9",
"STP_GSTN_TYPE_CODE": "sample string 10",
"STP_GSTN_ID": "sample string 11",
"STP_BRANCH_SL_ID": 1,
"STP_BRANCH_SL_CODE": "sample string 12",
"STP_SMT_ID": 1,
"STP_SMT_CODE": "sample string 13",
"STP_SBI_PRODUCT_SL_NO": 1
},
{
"STP_ID": 1,
"STP_SB_ID": 1,
"STP_SBI_ID": 1,
"STP_SID_SI_NO": 1,
"STP_SID_INV_NO": "sample string 2",
"STP_CP_ID": 1,
"STP_EXPORTER_NAME": "sample string 3",
"STP_IEC": "sample string 4",
"STP_ADDRESS": "sample string 5",
"STP_CITY": "sample string 6",
"STP_PIN": 1,
"STP_DOC_TYPE": "sample string 7",
"STP_DOC_NO": 1,
"STP_EXPORTER_AR_ID": 1,
"STP_EXPORTER_AR_NAME": "sample string 8",
"STP_GSTN_TYPE": "sample string 9",
"STP_GSTN_TYPE_CODE": "sample string 10",
"STP_GSTN_ID": "sample string 11",
"STP_BRANCH_SL_ID": 1,
"STP_BRANCH_SL_CODE": "sample string 12",
"STP_SMT_ID": 1,
"STP_SMT_CODE": "sample string 13",
"STP_SBI_PRODUCT_SL_NO": 1
}
],
"SB_CREATED_BY": 1,
"STP_ID": 1,
"SB_TP_FLAG": "sample string 1"
}
application/xml, text/xml
Sample:
<ThirdpartyInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<SB_CREATED_BY>1</SB_CREATED_BY>
<SB_ID>1</SB_ID>
<SB_THIRDPARTY_DETAILS>
<SB_THIRDPARTY_DETAILS>
<STP_ADDRESS>sample string 5</STP_ADDRESS>
<STP_BRANCH_SL_CODE>sample string 12</STP_BRANCH_SL_CODE>
<STP_BRANCH_SL_ID>1</STP_BRANCH_SL_ID>
<STP_CITY>sample string 6</STP_CITY>
<STP_CP_ID>1</STP_CP_ID>
<STP_DOC_NO>1</STP_DOC_NO>
<STP_DOC_TYPE>sample string 7</STP_DOC_TYPE>
<STP_EXPORTER_AR_ID>1</STP_EXPORTER_AR_ID>
<STP_EXPORTER_AR_NAME>sample string 8</STP_EXPORTER_AR_NAME>
<STP_EXPORTER_NAME>sample string 3</STP_EXPORTER_NAME>
<STP_GSTN_ID>sample string 11</STP_GSTN_ID>
<STP_GSTN_TYPE>sample string 9</STP_GSTN_TYPE>
<STP_GSTN_TYPE_CODE>sample string 10</STP_GSTN_TYPE_CODE>
<STP_ID>1</STP_ID>
<STP_IEC>sample string 4</STP_IEC>
<STP_PIN>1</STP_PIN>
<STP_SBI_ID>1</STP_SBI_ID>
<STP_SBI_PRODUCT_SL_NO>1</STP_SBI_PRODUCT_SL_NO>
<STP_SB_ID>1</STP_SB_ID>
<STP_SID_INV_NO>sample string 2</STP_SID_INV_NO>
<STP_SID_SI_NO>1</STP_SID_SI_NO>
<STP_SMT_CODE>sample string 13</STP_SMT_CODE>
<STP_SMT_ID>1</STP_SMT_ID>
</SB_THIRDPARTY_DETAILS>
<SB_THIRDPARTY_DETAILS>
<STP_ADDRESS>sample string 5</STP_ADDRESS>
<STP_BRANCH_SL_CODE>sample string 12</STP_BRANCH_SL_CODE>
<STP_BRANCH_SL_ID>1</STP_BRANCH_SL_ID>
<STP_CITY>sample string 6</STP_CITY>
<STP_CP_ID>1</STP_CP_ID>
<STP_DOC_NO>1</STP_DOC_NO>
<STP_DOC_TYPE>sample string 7</STP_DOC_TYPE>
<STP_EXPORTER_AR_ID>1</STP_EXPORTER_AR_ID>
<STP_EXPORTER_AR_NAME>sample string 8</STP_EXPORTER_AR_NAME>
<STP_EXPORTER_NAME>sample string 3</STP_EXPORTER_NAME>
<STP_GSTN_ID>sample string 11</STP_GSTN_ID>
<STP_GSTN_TYPE>sample string 9</STP_GSTN_TYPE>
<STP_GSTN_TYPE_CODE>sample string 10</STP_GSTN_TYPE_CODE>
<STP_ID>1</STP_ID>
<STP_IEC>sample string 4</STP_IEC>
<STP_PIN>1</STP_PIN>
<STP_SBI_ID>1</STP_SBI_ID>
<STP_SBI_PRODUCT_SL_NO>1</STP_SBI_PRODUCT_SL_NO>
<STP_SB_ID>1</STP_SB_ID>
<STP_SID_INV_NO>sample string 2</STP_SID_INV_NO>
<STP_SID_SI_NO>1</STP_SID_SI_NO>
<STP_SMT_CODE>sample string 13</STP_SMT_CODE>
<STP_SMT_ID>1</STP_SMT_ID>
</SB_THIRDPARTY_DETAILS>
</SB_THIRDPARTY_DETAILS>
<SB_TP_FLAG>sample string 1</SB_TP_FLAG>
<STP_ID>1</STP_ID>
</ThirdpartyInput>
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. |