POST api/v1/CardBalanceReport
Request Information
URI Parameters
None.
Body Parameters
CardBalanceReportInput| Name | Description | Type | Additional information |
|---|---|---|---|
| CardNoOutside | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Cardtype | integer |
None. |
|
| TransactedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CardNoOutside": "sample string 1",
"StartDate": "2025-12-10T12:34:47.1987271+05:30",
"EndDate": "2025-12-10T12:34:47.1987271+05:30",
"Cardtype": 2,
"TransactedBy": "sample string 3"
}
application/xml, text/xml
Sample:
<CardBalanceReportInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CardNoOutside>sample string 1</CardNoOutside> <Cardtype>2</Cardtype> <EndDate>2025-12-10T12:34:47.1987271+05:30</EndDate> <StartDate>2025-12-10T12:34:47.1987271+05:30</StartDate> <TransactedBy>sample string 3</TransactedBy> </CardBalanceReportInput>
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. |