JiwaAPI

<back to all web services

CB_BatchTranLinesAllocsQuery

Requires Authentication
CB_BatchTranLinesAllocsQuery Parameters:
NameParameterData TypeRequiredDescription
CBBatchTranLineAllocIDquerystringNo
CBBatchTranLineAllocIDStartsWithquerystringNo
CBBatchTranLineAllocIDEndsWithquerystringNo
CBBatchTranLineAllocIDContainsquerystringNo
CBBatchTranLineAllocIDLikequerystringNo
CBBatchTranLineAllocIDBetweenquerystring[]No
CBBatchTranLineAllocIDInquerystring[]No
CBBatchTranLineIDquerystringNo
CBBatchTranLineIDStartsWithquerystringNo
CBBatchTranLineIDEndsWithquerystringNo
CBBatchTranLineIDContainsquerystringNo
CBBatchTranLineIDLikequerystringNo
CBBatchTranLineIDBetweenquerystring[]No
CBBatchTranLineIDInquerystring[]No
AllocatedTransIDquerystringNo
AllocatedTransIDStartsWithquerystringNo
AllocatedTransIDEndsWithquerystringNo
AllocatedTransIDContainsquerystringNo
AllocatedTransIDLikequerystringNo
AllocatedTransIDBetweenquerystring[]No
AllocatedTransIDInquerystring[]No
AllocatedAmountquerydecimal?No
AllocatedAmountGreaterThanOrEqualToquerydecimal?No
AllocatedAmountGreaterThanquerydecimal?No
AllocatedAmountLessThanquerydecimal?No
AllocatedAmountLessThanOrEqualToquerydecimal?No
AllocatedAmountNotEqualToquerydecimal?No
AllocatedAmountBetweenqueryNullable<Decimal>[]No
AllocatedAmountInqueryNullable<Decimal>[]No
AllocTypequeryshort?No
AllocTypeGreaterThanOrEqualToqueryshort?No
AllocTypeGreaterThanqueryshort?No
AllocTypeLessThanqueryshort?No
AllocTypeLessThanOrEqualToqueryshort?No
AllocTypeNotEqualToqueryshort?No
AllocTypeBetweenqueryshort[]No
AllocTypeInqueryshort[]No
CBBatchIDquerystringNo
CBBatchIDStartsWithquerystringNo
CBBatchIDEndsWithquerystringNo
CBBatchIDContainsquerystringNo
CBBatchIDLikequerystringNo
CBBatchIDBetweenquerystring[]No
CBBatchIDInquerystring[]No
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
CB_BatchTranLinesAllocs Parameters:
NameParameterData TypeRequiredDescription
CBBatchTranLineAllocIDformstringNo
CBBatchTranLineIDformstringNo
AllocatedTransIDformstringNo
AllocatedAmountformdecimal?No
AllocTypeformshortNo
CBBatchIDformstringNo
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/CB_BatchTranLinesAllocsQuery HTTP/1.1 
Host: api.jiwa.com.au 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"CBBatchTranLineAllocID":"String","CBBatchTranLineAllocIDStartsWith":"String","CBBatchTranLineAllocIDEndsWith":"String","CBBatchTranLineAllocIDContains":"String","CBBatchTranLineAllocIDLike":"String","CBBatchTranLineAllocIDBetween":["String"],"CBBatchTranLineAllocIDIn":["String"],"CBBatchTranLineID":"String","CBBatchTranLineIDStartsWith":"String","CBBatchTranLineIDEndsWith":"String","CBBatchTranLineIDContains":"String","CBBatchTranLineIDLike":"String","CBBatchTranLineIDBetween":["String"],"CBBatchTranLineIDIn":["String"],"AllocatedTransID":"String","AllocatedTransIDStartsWith":"String","AllocatedTransIDEndsWith":"String","AllocatedTransIDContains":"String","AllocatedTransIDLike":"String","AllocatedTransIDBetween":["String"],"AllocatedTransIDIn":["String"],"AllocatedAmount":0,"AllocatedAmountGreaterThanOrEqualTo":0,"AllocatedAmountGreaterThan":0,"AllocatedAmountLessThan":0,"AllocatedAmountLessThanOrEqualTo":0,"AllocatedAmountNotEqualTo":0,"AllocatedAmountBetween":[0],"AllocatedAmountIn":[0],"AllocType":0,"AllocTypeGreaterThanOrEqualTo":0,"AllocTypeGreaterThan":0,"AllocTypeLessThan":0,"AllocTypeLessThanOrEqualTo":0,"AllocTypeNotEqualTo":0,"AllocTypeBetween":[0],"AllocTypeIn":[0],"CBBatchID":"String","CBBatchIDStartsWith":"String","CBBatchIDEndsWith":"String","CBBatchIDContains":"String","CBBatchIDLike":"String","CBBatchIDBetween":["String"],"CBBatchIDIn":["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":[{"CBBatchTranLineAllocID":"String","CBBatchTranLineID":"String","AllocatedTransID":"String","AllocatedAmount":0,"CBBatchID":"String"}],"Meta":{"String":"String"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}