Introduction
The purpose of this service is to provide information on confirmed collections
See Service for information about request limit
Parameters
Parameter | Details | Required |
---|---|---|
CustomerCode | The Customer Code of the account | Mandatory |
SiteCode | The Site Code of the account | Mandatory |
...
https://<pathtoapi>/service/POCExport/CustomerCode/XYZ/SiteCode/AB
Response
See: POC (Proof of Collection) Export
Code Block | ||||
---|---|---|---|---|
| ||||
<POCExtr> <HD> <UID>35102</UID> <DRef>35102</DRef> <ORef /> <DPRef /> <CCode>TEST</CCode> <Site>CO</Site> <DPName /> <DPTown /> <DPPC /> <CTrans>testr</CTrans> <CStatus>1</CStatus> <CDate>29/04/2020</CDate> <CTime>07:51</CTime> <CName /> <CReg /> <LD> <PC>000PET</PC> <Rtn>17/0002013</Rtn> <RtnLn /> <OCse>1</OCse> <OSgl>0</OSgl> <TOSgl>12</TOSgl> <CCse>1</CCse> <CSgl>0</CSgl> <TCSgl>12</TCSgl> <SOLn>0</SOLn> </LD> </HD> </POCExtr> |
Response Codes
Code | Message |
---|---|
200 | Order found and response prepared successfully. |
204 | No order found for the parameters provided. |
...