PUT api/tbTM
Request Information
URI Parameters
None.
Body Parameters
mdtbRRH| Name | Description | Type | Additional information |
|---|---|---|---|
| vMethod | string |
None. |
|
| vType | 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_DATE | string |
None. |
|
| APPRV_USER | 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",
"vType": "sample string 2",
"acdid": "sample string 3",
"periodtype": "sample string 4",
"typekey": "sample string 5",
"isgarantee": "sample string 6",
"gP_TYPE": "sample string 7",
"datE_STR": "sample string 8",
"datE_END": "sample string 9",
"amT_STR": "sample string 10",
"amT_END": "sample string 11",
"gp": "sample string 12",
"reQ_NAME": "sample string 13",
"reQ_DATE": "sample string 14",
"apprV_USER": "sample string 15",
"apprV_STATUS": "sample string 16",
"apprV_REMARK": "sample string 17",
"apprV_KEY": "sample string 18"
}
application/xml, text/xml
Sample:
<mdtbRRH xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAPI1.Models"> <ACDID>sample string 3</ACDID> <AMT_END>sample string 11</AMT_END> <AMT_STR>sample string 10</AMT_STR> <APPRV_KEY>sample string 18</APPRV_KEY> <APPRV_REMARK>sample string 17</APPRV_REMARK> <APPRV_STATUS>sample string 16</APPRV_STATUS> <APPRV_USER>sample string 15</APPRV_USER> <DATE_END>sample string 9</DATE_END> <DATE_STR>sample string 8</DATE_STR> <GP>sample string 12</GP> <GP_TYPE>sample string 7</GP_TYPE> <ISGARANTEE>sample string 6</ISGARANTEE> <PERIODTYPE>sample string 4</PERIODTYPE> <REQ_DATE>sample string 14</REQ_DATE> <REQ_NAME>sample string 13</REQ_NAME> <TYPEKEY>sample string 5</TYPEKEY> <vMethod>sample string 1</vMethod> <vType>sample string 2</vType> </mdtbRRH>
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.