POST JoinScheme/PostRecPay
Request Information
URI Parameters
None.
Body Parameters
postrecpay| Name | Description | Type | Additional information |
|---|---|---|---|
| COSTID | string |
None. |
|
| GROUPCODE | string |
None. |
|
| REGNO | integer |
None. |
|
| AMOUNT | decimal number |
None. |
|
| WEIGHT | decimal number |
None. |
|
| TRANNO | integer |
None. |
|
| TRANTYPE | string |
None. |
|
| NARRATION | string |
None. |
|
| SYSTEMID | string |
None. |
|
| USERID | string |
None. |
|
| ENTREFNO | string |
None. |
|
| PAYMODE | string |
None. |
|
| CANCEL | string |
None. |
|
| APPVER | string |
None. |
|
| FLAG | string |
None. |
|
| SCHEMEID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"COSTID": "sample string 1",
"GROUPCODE": "sample string 2",
"REGNO": 3,
"AMOUNT": 4.0,
"WEIGHT": 5.0,
"TRANNO": 6,
"TRANTYPE": "sample string 7",
"NARRATION": "sample string 8",
"SYSTEMID": "sample string 9",
"USERID": "sample string 10",
"ENTREFNO": "sample string 11",
"PAYMODE": "sample string 12",
"CANCEL": "sample string 13",
"APPVER": "sample string 14",
"FLAG": "sample string 15",
"SCHEMEID": 16
}
application/xml, text/xml
Sample:
<JoinSchemeController.postrecpay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonSavings.Controllers"> <AMOUNT>4</AMOUNT> <APPVER>sample string 14</APPVER> <CANCEL>sample string 13</CANCEL> <COSTID>sample string 1</COSTID> <ENTREFNO>sample string 11</ENTREFNO> <FLAG>sample string 15</FLAG> <GROUPCODE>sample string 2</GROUPCODE> <NARRATION>sample string 8</NARRATION> <PAYMODE>sample string 12</PAYMODE> <REGNO>3</REGNO> <SCHEMEID>16</SCHEMEID> <SYSTEMID>sample string 9</SYSTEMID> <TRANNO>6</TRANNO> <TRANTYPE>sample string 7</TRANTYPE> <USERID>sample string 10</USERID> <WEIGHT>5</WEIGHT> </JoinSchemeController.postrecpay>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>