The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/CR_AllocationBatchTransactionsQuery HTTP/1.1
Host: api.jiwa.com.au
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"CR_TransAlloc_AllocID":"String","CR_TransAlloc_AllocIDStartsWith":"String","CR_TransAlloc_AllocIDEndsWith":"String","CR_TransAlloc_AllocIDContains":"String","CR_TransAlloc_AllocIDLike":"String","CR_TransAlloc_AllocIDBetween":["String"],"CR_TransAlloc_AllocIDIn":["String"],"CR_AllocationBatch_RecID":"String","CR_AllocationBatch_RecIDStartsWith":"String","CR_AllocationBatch_RecIDEndsWith":"String","CR_AllocationBatch_RecIDContains":"String","CR_AllocationBatch_RecIDLike":"String","CR_AllocationBatch_RecIDBetween":["String"],"CR_AllocationBatch_RecIDIn":["String"],"Skip":0,"Take":0,"OrderBy":"String","OrderByDesc":"String","Include":"String","Fields":"String","Meta":{"String":"String"}}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"Results":[{"CR_TransAlloc_AllocID":"String","CR_AllocationBatch_RecID":"String"}],"Meta":{"String":"String"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}