POST GetPieceRail

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:
{
  "rfid": "sample string 1",
  "token": "sample string 2",
  "function": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<GetPieceRailRequest>
  <token>sample string 2</token>
  <function>AddCleanBag</function>
  <rfid>sample string 1</rfid>
</GetPieceRailRequest>

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "railNumber": 1,
  "valid": true,
  "message": "sample string 3"
}

application/xml, text/xml

Sample:
<GetPieceRailResponse>
  <valid>true</valid>
  <message>sample string 3</message>
  <railNumber>1</railNumber>
</GetPieceRailResponse>