JiwaAPI

<back to all web services

CR_AllocationBatchTransactionsQuery

Requires Authentication
CR_AllocationBatchTransactionsQuery Parameters:
NameParameterData TypeRequiredDescription
CR_TransAlloc_AllocIDquerystringNo
CR_TransAlloc_AllocIDStartsWithquerystringNo
CR_TransAlloc_AllocIDEndsWithquerystringNo
CR_TransAlloc_AllocIDContainsquerystringNo
CR_TransAlloc_AllocIDLikequerystringNo
CR_TransAlloc_AllocIDBetweenquerystring[]No
CR_TransAlloc_AllocIDInquerystring[]No
CR_AllocationBatch_RecIDquerystringNo
CR_AllocationBatch_RecIDStartsWithquerystringNo
CR_AllocationBatch_RecIDEndsWithquerystringNo
CR_AllocationBatch_RecIDContainsquerystringNo
CR_AllocationBatch_RecIDLikequerystringNo
CR_AllocationBatch_RecIDBetweenquerystring[]No
CR_AllocationBatch_RecIDInquerystring[]No
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
CR_AllocationBatchTransactions Parameters:
NameParameterData TypeRequiredDescription
CR_TransAlloc_AllocIDformstringNo
CR_AllocationBatch_RecIDformstringNo
QueryResponse<T> Parameters:
NameParameterData TypeRequiredDescription
OffsetformintNo
TotalformintNo
ResultsformList<T>No
MetaformDictionary<string, string>No
ResponseStatusformResponseStatusNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

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"}}}