POST v1/08/IWAI

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
details
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "IWAI01": {},
  "IWAI02": {},
  "IWAI03": {
    "year1": "sample string 1",
    "year2": "sample string 2",
    "nwtype": "sample string 3",
    "terminal": "sample string 4"
  },
  "IWAI04": {
    "fYear": "sample string 1"
  },
  "IWAI05": {
    "year1": "sample string 1",
    "year2": "sample string 2"
  },
  "IWAI06": {
    "year1": "sample string 1",
    "year2": "sample string 2"
  },
  "IWAI07": {
    "fYear": "sample string 1"
  },
  "IWAI08": {
    "year1": "sample string 1",
    "year2": "sample string 2",
    "nwtype": "sample string 3",
    "type": "sample string 4"
  },
  "IWAI09": {
    "nwtype": "sample string 1",
    "historical": "sample string 2"
  },
  "IWAI10": {},
  "IWAI11": {},
  "IWAI12": {},
  "IWAI13": {
    "id": "sample string 1"
  },
  "IWAI14": {
    "id": "sample string 1"
  },
  "IWAI15": {},
  "IWAI16": {},
  "IWAI17": {},
  "IWAI18": {},
  "IWAI19": {},
  "IWAI20": {}
}

application/xml, text/xml

Sample:
<IWAI_UlipClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eonepayapi.Models">
  <IWAI01 />
  <IWAI02 />
  <IWAI03>
    <nwtype>sample string 3</nwtype>
    <terminal>sample string 4</terminal>
    <year1>sample string 1</year1>
    <year2>sample string 2</year2>
  </IWAI03>
  <IWAI04>
    <fYear>sample string 1</fYear>
  </IWAI04>
  <IWAI05>
    <year1>sample string 1</year1>
    <year2>sample string 2</year2>
  </IWAI05>
  <IWAI06>
    <year1>sample string 1</year1>
    <year2>sample string 2</year2>
  </IWAI06>
  <IWAI07>
    <fYear>sample string 1</fYear>
  </IWAI07>
  <IWAI08>
    <nwtype>sample string 3</nwtype>
    <type>sample string 4</type>
    <year1>sample string 1</year1>
    <year2>sample string 2</year2>
  </IWAI08>
  <IWAI09>
    <historical>sample string 2</historical>
    <nwtype>sample string 1</nwtype>
  </IWAI09>
  <IWAI10 />
  <IWAI11 />
  <IWAI12 />
  <IWAI13>
    <id>sample string 1</id>
  </IWAI13>
  <IWAI14>
    <id>sample string 1</id>
  </IWAI14>
  <IWAI15 />
  <IWAI16 />
  <IWAI17 />
  <IWAI18 />
  <IWAI19 />
  <IWAI20 />
</IWAI_UlipClass>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'IWAI_UlipClass'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "Data": {},
  "ReturnValue": "sample string 4",
  "DataList": [
    {},
    {},
    {}
  ],
  "error": {
    "status": true,
    "message": "sample string 2",
    "data": {}
  }
}

application/xml, text/xml

Sample:
<ResponsesData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eonepayapi.Models">
  <Data />
  <DataList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
    <d2p1:anyType />
  </DataList>
  <Message>sample string 2</Message>
  <ReturnValue>sample string 4</ReturnValue>
  <Status>true</Status>
  <error>
    <data />
    <message>sample string 2</message>
    <status>true</status>
  </error>
</ResponsesData>