POST api/iilapi/EMDCloseApprovalReject
Request Information
URI Parameters
None.
Body Parameters
EMDApproveModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AppId | integer |
None. |
|
| ReportingMgnr | string |
None. |
|
| HeaderId | string |
None. |
|
| ReqId | string |
None. |
|
| Action | string |
None. |
|
| Remarks | string |
None. |
|
| sapEntry | boolean |
None. |
|
| PostingDate | string |
None. |
|
| strType | string |
None. |
|
| Period | string |
None. |
|
| Currency | string |
None. |
|
| strRefNo | string |
None. |
|
| Amount | string |
None. |
|
| ProvfitCenter | string |
None. |
|
| PostKey | string |
None. |
|
| EMDCustCode | string |
None. |
|
| Accounts | string |
None. |
|
| IntAccount | string |
None. |
|
| IntAmt | string |
None. |
|
| chkWithInt | boolean |
None. |
|
| IntAccount1 | string |
None. |
|
| IntAmt2 | string |
None. |
|
| EMDNo | string |
None. |
|
| Clarify | string |
None. |
|
| EmdNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppId": 1,
"ReportingMgnr": "sample string 2",
"HeaderId": "sample string 3",
"ReqId": "sample string 4",
"Action": "sample string 5",
"Remarks": "sample string 6",
"sapEntry": true,
"PostingDate": "sample string 8",
"strType": "sample string 9",
"Period": "sample string 10",
"Currency": "sample string 11",
"strRefNo": "sample string 12",
"Amount": "sample string 13",
"ProvfitCenter": "sample string 14",
"PostKey": "sample string 15",
"EMDCustCode": "sample string 16",
"Accounts": "sample string 17",
"IntAccount": "sample string 18",
"IntAmt": "sample string 19",
"chkWithInt": true,
"IntAccount1": "sample string 21",
"IntAmt2": "sample string 22",
"EMDNo": "sample string 23",
"Clarify": "sample string 24",
"EmdNo": "sample string 25"
}
application/xml, text/xml
Sample:
<EMDApproveModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IILAPIS.Models"> <Accounts>sample string 17</Accounts> <Action>sample string 5</Action> <Amount>sample string 13</Amount> <AppId>1</AppId> <Clarify>sample string 24</Clarify> <Currency>sample string 11</Currency> <EMDCustCode>sample string 16</EMDCustCode> <EMDNo>sample string 23</EMDNo> <EmdNo>sample string 25</EmdNo> <HeaderId>sample string 3</HeaderId> <IntAccount>sample string 18</IntAccount> <IntAccount1>sample string 21</IntAccount1> <IntAmt>sample string 19</IntAmt> <IntAmt2>sample string 22</IntAmt2> <Period>sample string 10</Period> <PostKey>sample string 15</PostKey> <PostingDate>sample string 8</PostingDate> <ProvfitCenter>sample string 14</ProvfitCenter> <Remarks>sample string 6</Remarks> <ReportingMgnr>sample string 2</ReportingMgnr> <ReqId>sample string 4</ReqId> <chkWithInt>true</chkWithInt> <sapEntry>true</sapEntry> <strRefNo>sample string 12</strRefNo> <strType>sample string 9</strType> </EMDApproveModel>
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.