POST api/Tools/RealiseCardTransaction
Request Information
URI Parameters
None.
Body Parameters
RealiseCardTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| BranchList | string |
None. |
|
| CardTypeList | string |
None. |
|
| CardBankList | string |
None. |
|
| NumberofEMIsList | string |
None. |
|
| Period_R_Until | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"StartDate": 4,
"EndDate": 5,
"BranchList": "sample string 6",
"CardTypeList": "sample string 7",
"CardBankList": "sample string 8",
"NumberofEMIsList": "sample string 9",
"Period_R_Until": 10.1
}
application/xml, text/xml
Sample:
<RealiseCardTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <BranchInternalCode>sample string 2</BranchInternalCode> <BranchList>sample string 6</BranchList> <CardBankList>sample string 8</CardBankList> <CardTypeList>sample string 7</CardTypeList> <DBName>sample string 1</DBName> <EndDate>5</EndDate> <NumberofEMIsList>sample string 9</NumberofEMIsList> <Period_R_Until>10.1</Period_R_Until> <StartDate>4</StartDate> <UserInternalCode>sample string 3</UserInternalCode> </RealiseCardTransaction>
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. |