POST SaveSessionControlTotals

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "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",
  "token": "sample string 15",
  "function": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<SaveSessionControlTotalsRequest>
  <token>sample string 15</token>
  <function>AddCleanBag</function>
  <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>
</SaveSessionControlTotalsRequest>

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "valid": true,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<SaveSessionControlTotalsResponse>
  <valid>true</valid>
  <message>sample string 2</message>
</SaveSessionControlTotalsResponse>