Get Job Details

Returns details of the specified transaction.

Example: (SOAP:BODY) Request details of the transaction having tranID 2135

<GetJobDetail>

tranID can be taken from the GetJobs result.

<tranID>2135</tranID>
</GetJobDetail>


Example: (SOAP:BODY) Response to the GetJobDetails request

<GetJobDetailResponse tld="NZ">
<XMLSent tranid="2135" amount="">

Request XML

...
</XMLSent>

<XMLResponse status="pending">

MySRS API Server Response. (Invoice)

...
</XMLResponse>
</GetJobDetailResponse>


July 22, 2004


[ Back ]