The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/PTSFundsTransfer2 HTTP/1.1
Host: testkioskapi.netcard.net.au
Content-Type: application/json
Content-Length: length
{"TransactionLog":{"TransactionLogId":0,"PreviousTransactionLogId":0,"AccountCode":"String","TransactionTypeId":0,"DeviceId":0,"TransactionAmount":0,"AmountAvailable":0,"Tax":0,"TransactionTime":"0001-01-01T00:00:00.0000000","AssistedUserId":0,"Options":"String","UserAccountTypeId":0,"ReferenceNumber":"String","OrderId":0,"CustomerId":0},"MessageId":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]},"TransactionLog":{"TransactionLogId":0,"PreviousTransactionLogId":0,"AccountCode":"String","TransactionTypeId":0,"DeviceId":0,"TransactionAmount":0,"AmountAvailable":0,"Tax":0,"TransactionTime":"0001-01-01T00:00:00.0000000","AssistedUserId":0,"Options":"String","UserAccountTypeId":0,"ReferenceNumber":"String","OrderId":0,"CustomerId":0},"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]}