POST api/TestData
Documentation for 'Post'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| value | Documentation for 'value'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MANDT": "sample string 1",
"USERID": "sample string 2",
"USERNAME": "sample string 3",
"APPLICATION": "sample string 4",
"PASSWORD": "sample string 5",
"ROLEID": "sample string 6",
"FIRSTNAME": "sample string 7",
"LASTNAME": "sample string 8",
"LASTCHANGEBY": "sample string 9",
"LASTCHANGEDATE": "sample string 10",
"EMAIL": "sample string 11",
"APPROVER": "sample string 12",
"INACTIVE": "sample string 13",
"GRP_HEAD": "sample string 14"
}
application/xml, text/xml
Sample:
<ZLOGIN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VistalandWebservice"> <APPLICATION>sample string 4</APPLICATION> <APPROVER>sample string 12</APPROVER> <EMAIL>sample string 11</EMAIL> <FIRSTNAME>sample string 7</FIRSTNAME> <GRP_HEAD>sample string 14</GRP_HEAD> <INACTIVE>sample string 13</INACTIVE> <LASTCHANGEBY>sample string 9</LASTCHANGEBY> <LASTCHANGEDATE>sample string 10</LASTCHANGEDATE> <LASTNAME>sample string 8</LASTNAME> <MANDT>sample string 1</MANDT> <PASSWORD>sample string 5</PASSWORD> <ROLEID>sample string 6</ROLEID> <USERID>sample string 2</USERID> <USERNAME>sample string 3</USERNAME> </ZLOGIN>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>