Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

The purpose of this service is to provide transaction audit.
See Service for information about request limit

Parameters

ParameterDetailsRequired
CustomerCodeThe Customer Code of the accountMandatory
SiteCodeThe Site Code of the accountMandatory

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

Common response codes

CodeMessage
200Order found and response prepared successfully.
204No order found for the parameters provided.
  • No labels