POST SoilTicketCount
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:
{
"TicketNumber": 1,
"TicketDate": "2025-12-05T23:04:49.9385876-05:00",
"Page": 3,
"Bag": 4,
"LineNumber": 5,
"CountType": "sample string 6",
"token": "sample string 7",
"function": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<SoilTicketCountRequest> <token>sample string 7</token> <function>AddCleanBag</function> <TicketNumber>1</TicketNumber> <TicketDate>2025-12-05T23:04:49.9385876-05:00</TicketDate> <Page>3</Page> <Bag>4</Bag> <LineNumber>5</LineNumber> <CountType>sample string 6</CountType> </SoilTicketCountRequest>
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Success": true,
"valid": true,
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<SoilTicketCountResponse> <valid>true</valid> <message>sample string 3</message> <Success>true</Success> </SoilTicketCountResponse>