POST api/UploadConfig/UploadLR
Request Information
URI Parameters
None.
Body Parameters
LRUpload| Name | Description | Type | Additional information |
|---|---|---|---|
| LR_UPLOAD | Collection of LR_CRC_UPLOAD |
None. |
|
| LR_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LR_UPLOAD": [
{
"LR_ID": 1,
"LR_NUMBER": "sample string 1",
"LR_DEL_TO_CP_ID": 1,
"LR_BKG_COM_AMT": 1.1,
"LR_DEL_PAYOUT_AMT": 1.1,
"LR_DIS_COM_AMT": 1.1,
"STATUS": "sample string 2",
"RESULT": "sample string 3"
},
{
"LR_ID": 1,
"LR_NUMBER": "sample string 1",
"LR_DEL_TO_CP_ID": 1,
"LR_BKG_COM_AMT": 1.1,
"LR_DEL_PAYOUT_AMT": 1.1,
"LR_DIS_COM_AMT": 1.1,
"STATUS": "sample string 2",
"RESULT": "sample string 3"
}
],
"LR_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<LRUpload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<LR_CREATED_BY>1</LR_CREATED_BY>
<LR_UPLOAD>
<LR_CRC_UPLOAD>
<LR_BKG_COM_AMT>1.1</LR_BKG_COM_AMT>
<LR_DEL_PAYOUT_AMT>1.1</LR_DEL_PAYOUT_AMT>
<LR_DEL_TO_CP_ID>1</LR_DEL_TO_CP_ID>
<LR_DIS_COM_AMT>1.1</LR_DIS_COM_AMT>
<LR_ID>1</LR_ID>
<LR_NUMBER>sample string 1</LR_NUMBER>
<RESULT>sample string 3</RESULT>
<STATUS>sample string 2</STATUS>
</LR_CRC_UPLOAD>
<LR_CRC_UPLOAD>
<LR_BKG_COM_AMT>1.1</LR_BKG_COM_AMT>
<LR_DEL_PAYOUT_AMT>1.1</LR_DEL_PAYOUT_AMT>
<LR_DEL_TO_CP_ID>1</LR_DEL_TO_CP_ID>
<LR_DIS_COM_AMT>1.1</LR_DIS_COM_AMT>
<LR_ID>1</LR_ID>
<LR_NUMBER>sample string 1</LR_NUMBER>
<RESULT>sample string 3</RESULT>
<STATUS>sample string 2</STATUS>
</LR_CRC_UPLOAD>
</LR_UPLOAD>
</LRUpload>
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. |