GET api/atpMmlGather/GetBillStatus
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
BarcodeModal | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "jobId": 1, "jobNo": "sample string 2", "timestamp": "sample string 3", "taskId": 4, "status": 5, "errorCode": 6, "errorMsg": "sample string 7" }
application/xml, text/xml
Sample:
<ATPMmlGatherBillStatusModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers"> <errorCode xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">6</errorCode> <errorMsg xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">sample string 7</errorMsg> <jobId>1</jobId> <jobNo>sample string 2</jobNo> <status>5</status> <taskId>4</taskId> <timestamp>sample string 3</timestamp> </ATPMmlGatherBillStatusModal>