Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CR_TransAlloc_AllocID | query | string | No | |
CR_TransAlloc_AllocIDStartsWith | query | string | No | |
CR_TransAlloc_AllocIDEndsWith | query | string | No | |
CR_TransAlloc_AllocIDContains | query | string | No | |
CR_TransAlloc_AllocIDLike | query | string | No | |
CR_TransAlloc_AllocIDBetween | query | string[] | No | |
CR_TransAlloc_AllocIDIn | query | string[] | No | |
CR_AllocationBatch_RecID | query | string | No | |
CR_AllocationBatch_RecIDStartsWith | query | string | No | |
CR_AllocationBatch_RecIDEndsWith | query | string | No | |
CR_AllocationBatch_RecIDContains | query | string | No | |
CR_AllocationBatch_RecIDLike | query | string | No | |
CR_AllocationBatch_RecIDBetween | query | string[] | No | |
CR_AllocationBatch_RecIDIn | query | string[] | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Skip | form | int? | No | |
Take | form | int? | No | |
OrderBy | form | string | No | |
OrderByDesc | form | string | No | |
Include | form | string | No | |
Fields | form | string | No | |
Meta | form | Dictionary<string, string> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CR_TransAlloc_AllocID | form | string | No | |
CR_AllocationBatch_RecID | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Offset | form | int | No | |
Total | form | int | No | |
Results | form | List<T> | No | |
Meta | form | Dictionary<string, string> | No | |
ResponseStatus | form | ResponseStatus | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/reply/CR_AllocationBatchTransactionsQuery HTTP/1.1
Host: api.jiwa.com.au
Accept: application/json
Content-Type: application/json
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: application/json 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"}}}