POST api/TM
Request Information
URI Parameters
None.
Body Parameters
mdRRH_APPRV| Name | Description | Type | Additional information |
|---|---|---|---|
| vMethod | string |
None. |
|
| ACDID | string |
None. |
|
| PERIODTYPE | string |
None. |
|
| TYPEKEY | string |
None. |
|
| ISGARANTEE | string |
None. |
|
| GP_TYPE | string |
None. |
|
| DATE_STR | string |
None. |
|
| DATE_END | string |
None. |
|
| AMT_STR | string |
None. |
|
| AMT_END | string |
None. |
|
| GP | string |
None. |
|
| REQ_NAME | string |
None. |
|
| REQ_EMAIL | string |
None. |
|
| REQ_DATE | string |
None. |
|
| APPRV_USER | string |
None. |
|
| APPRV_DATE | string |
None. |
|
| APPRV_STATUS | string |
None. |
|
| APPRV_REMARK | string |
None. |
|
| APPRV_KEY | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"vMethod": "sample string 1",
"acdid": "sample string 2",
"periodtype": "sample string 3",
"typekey": "sample string 4",
"isgarantee": "sample string 5",
"gP_TYPE": "sample string 6",
"datE_STR": "sample string 7",
"datE_END": "sample string 8",
"amT_STR": "sample string 9",
"amT_END": "sample string 10",
"gp": "sample string 11",
"reQ_NAME": "sample string 12",
"reQ_EMAIL": "sample string 13",
"reQ_DATE": "sample string 14",
"apprV_USER": "sample string 15",
"apprV_DATE": "sample string 16",
"apprV_STATUS": "sample string 17",
"apprV_REMARK": "sample string 18",
"apprV_KEY": "sample string 19"
}
application/xml, text/xml
Sample:
<mdRRH_APPRV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAPI1.Models"> <ACDID>sample string 2</ACDID> <AMT_END>sample string 10</AMT_END> <AMT_STR>sample string 9</AMT_STR> <APPRV_DATE>sample string 16</APPRV_DATE> <APPRV_KEY>sample string 19</APPRV_KEY> <APPRV_REMARK>sample string 18</APPRV_REMARK> <APPRV_STATUS>sample string 17</APPRV_STATUS> <APPRV_USER>sample string 15</APPRV_USER> <DATE_END>sample string 8</DATE_END> <DATE_STR>sample string 7</DATE_STR> <GP>sample string 11</GP> <GP_TYPE>sample string 6</GP_TYPE> <ISGARANTEE>sample string 5</ISGARANTEE> <PERIODTYPE>sample string 3</PERIODTYPE> <REQ_DATE>sample string 14</REQ_DATE> <REQ_EMAIL>sample string 13</REQ_EMAIL> <REQ_NAME>sample string 12</REQ_NAME> <TYPEKEY>sample string 4</TYPEKEY> <vMethod>sample string 1</vMethod> </mdRRH_APPRV>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.