POST api/mobile/v1/getreceiptreport?isAjial={isAjial}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| isAjial | boolean |
Default value is False |
Body Parameters
GetReceiptReport| Name | Description | Type | Additional information |
|---|---|---|---|
| BROKERCODE | string |
None. |
|
| ACCOUNTNUMBER | string |
None. |
|
| ACCOUNTNAME | string |
None. |
|
| USERID | integer |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| string |
None. |
||
| pdfBase64 | string |
None. |
|
| Status | integer |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"BROKERCODE": "sample string 1",
"ACCOUNTNUMBER": "sample string 2",
"ACCOUNTNAME": "sample string 3",
"USERID": 4,
"FromDate": "sample string 5",
"ToDate": "sample string 6",
"Email": "sample string 7",
"pdfBase64": "sample string 8",
"Status": 9,
"Message": "sample string 10"
}
application/xml, text/xml
Sample:
<SenbokModel.GetReceiptReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SenbokAPI.Models"> <ACCOUNTNAME>sample string 3</ACCOUNTNAME> <ACCOUNTNUMBER>sample string 2</ACCOUNTNUMBER> <BROKERCODE>sample string 1</BROKERCODE> <Email>sample string 7</Email> <FromDate>sample string 5</FromDate> <Message>sample string 10</Message> <Status>9</Status> <ToDate>sample string 6</ToDate> <USERID>4</USERID> <pdfBase64>sample string 8</pdfBase64> </SenbokModel.GetReceiptReport>
application/x-www-form-urlencoded
Sample:
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. |