POST api/UploadBalance
Request Information
URI Parameters
None.
Body Parameters
UploadPhotoBPCL| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | string |
None. |
|
| BPCLCARD_NO | string |
None. |
|
| BALANCE_AMT | string |
None. |
|
| NOTE | string |
None. |
|
| TRANSACTION_NO | string |
None. |
|
| TRANSACTION_DATE | string |
None. |
|
| TASK | string |
None. |
|
| TRANSACTION_PIC | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_ID": "sample string 1",
"BPCLCARD_NO": "sample string 2",
"BALANCE_AMT": "sample string 3",
"NOTE": "sample string 4",
"TRANSACTION_NO": "sample string 5",
"TRANSACTION_DATE": "sample string 6",
"TASK": "sample string 7",
"TRANSACTION_PIC": "QEA="
}
application/xml, text/xml
Sample:
<UploadPhotoBPCL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiIfcoIndia.Models"> <BALANCE_AMT>sample string 3</BALANCE_AMT> <BPCLCARD_NO>sample string 2</BPCLCARD_NO> <NOTE>sample string 4</NOTE> <TASK>sample string 7</TASK> <TRANSACTION_DATE>sample string 6</TRANSACTION_DATE> <TRANSACTION_NO>sample string 5</TRANSACTION_NO> <TRANSACTION_PIC>QEA=</TRANSACTION_PIC> <USER_ID>sample string 1</USER_ID> </UploadPhotoBPCL>
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. |