POST Paydue/PostMonthEntry
Request Information
URI Parameters
None.
Body Parameters
MonthEntry| Name | Description | Type | Additional information |
|---|---|---|---|
| GROUPCODE | string |
None. |
|
| REGNO | string |
None. |
|
| RATE | string |
None. |
|
| AMOUNT | string |
None. |
|
| SCHEME | string |
None. |
|
| WEIGHT | string |
None. |
|
| INS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GROUPCODE": "sample string 1",
"REGNO": "sample string 2",
"RATE": "sample string 3",
"AMOUNT": "sample string 4",
"SCHEME": "sample string 5",
"WEIGHT": "sample string 6",
"INS": "sample string 7"
}
application/xml, text/xml
Sample:
<Modelclass.MonthEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonSavings.Models"> <AMOUNT>sample string 4</AMOUNT> <GROUPCODE>sample string 1</GROUPCODE> <INS>sample string 7</INS> <RATE>sample string 3</RATE> <REGNO>sample string 2</REGNO> <SCHEME>sample string 5</SCHEME> <WEIGHT>sample string 6</WEIGHT> </Modelclass.MonthEntry>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.