Introduction
The purpose of this service is to provide transaction audit.
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 |
Example
https://<pathtoapi>/service/TransactionAudit/CustomerCode/XYZ/SiteCode/AB
Response
See: Transaction Audit
Sample
<TrsnAud> <HD> <Cust>TEST</Cust> <Site>CO</Site> <PCode /> <PDesc>CH LATOUR 1999 12 x 75 12 x 75</PDesc> <PBrand>CH LATOUR</PBrand> <Rtn>19/D000377</Rtn> <RtnLn /> <STOCK> <SVint>1999</SVint> <SSPC>6</SSPC> <SCPP>1</SCPP> <SDP>1</SDP> <SCD>0</SCD> <SReserve>DIN</SReserve> <SBBD /> <SPack>CS</SPack> <SValue>225.00000</SValue> <SValCur>GBP</SValCur> </STOCK> <GI> <GUID>73092</GUID> <GIHMRCType>OS</GIHMRCType> <PONo>VSTASK1878B</PONo> <RecdDate>21/11/19</RecdDate> <RecDelType>PUR</RecDelType> <POLine>1</POLine> <SAC>TEST</SAC> <SAN>Mr Jtest 2</SAN> </GI> <STMV> <MoveID>479486</MoveID> <MoveTypeID>18</MoveTypeID> <MoveDate>21/11/19</MoveDate> <MoveIn> <GICs>5</GICs> <GISg>0</GISg> <GITSg>30</GITSg> </MoveIn> <GO /> </STMV> </HD> </TrsnAud>
Response Codes
Code | Message |
---|---|
200 | Order found and response prepared successfully. |
204 | No order found for the parameters provided. |