POST GetSession
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"user": "sample string 1",
"token": "sample string 2",
"function": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<GetSessionRequest> <token>sample string 2</token> <function>AddCleanBag</function> <user>sample string 1</user> </GetSessionRequest>
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"data": [
{
"user": "sample string 1",
"payment": 2.0,
"credit": 3.0,
"cash": 4.0,
"discnt": 5.0,
"nonAr": 6.0,
"writeof": 7.0,
"latechg": 8.0,
"retchk": 9.0,
"stmtmin": 10.0,
"eft": 11.0,
"arStat": "sample string 12",
"session": 13,
"sdCode": "sample string 14"
},
{
"user": "sample string 1",
"payment": 2.0,
"credit": 3.0,
"cash": 4.0,
"discnt": 5.0,
"nonAr": 6.0,
"writeof": 7.0,
"latechg": 8.0,
"retchk": 9.0,
"stmtmin": 10.0,
"eft": 11.0,
"arStat": "sample string 12",
"session": 13,
"sdCode": "sample string 14"
},
{
"user": "sample string 1",
"payment": 2.0,
"credit": 3.0,
"cash": 4.0,
"discnt": 5.0,
"nonAr": 6.0,
"writeof": 7.0,
"latechg": 8.0,
"retchk": 9.0,
"stmtmin": 10.0,
"eft": 11.0,
"arStat": "sample string 12",
"session": 13,
"sdCode": "sample string 14"
}
],
"valid": true,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<GetSessionResponse>
<valid>true</valid>
<message>sample string 2</message>
<data>
<Session>
<user>sample string 1</user>
<payment>2</payment>
<credit>3</credit>
<cash>4</cash>
<discnt>5</discnt>
<nonAr>6</nonAr>
<writeof>7</writeof>
<latechg>8</latechg>
<retchk>9</retchk>
<stmtmin>10</stmtmin>
<eft>11</eft>
<arStat>sample string 12</arStat>
<session>13</session>
<sdCode>sample string 14</sdCode>
</Session>
<Session>
<user>sample string 1</user>
<payment>2</payment>
<credit>3</credit>
<cash>4</cash>
<discnt>5</discnt>
<nonAr>6</nonAr>
<writeof>7</writeof>
<latechg>8</latechg>
<retchk>9</retchk>
<stmtmin>10</stmtmin>
<eft>11</eft>
<arStat>sample string 12</arStat>
<session>13</session>
<sdCode>sample string 14</sdCode>
</Session>
<Session>
<user>sample string 1</user>
<payment>2</payment>
<credit>3</credit>
<cash>4</cash>
<discnt>5</discnt>
<nonAr>6</nonAr>
<writeof>7</writeof>
<latechg>8</latechg>
<retchk>9</retchk>
<stmtmin>10</stmtmin>
<eft>11</eft>
<arStat>sample string 12</arStat>
<session>13</session>
<sdCode>sample string 14</sdCode>
</Session>
</data>
</GetSessionResponse>