JiwaAPI

<back to all web services

v_DebtorTransactionSourcesQuery

Requires Authentication
v_DebtorTransactionSourcesQuery Parameters:
NameParameterData TypeRequiredDescription
SourceNoqueryint?No
SourceNoGreaterThanOrEqualToqueryint?No
SourceNoGreaterThanqueryint?No
SourceNoLessThanqueryint?No
SourceNoLessThanOrEqualToqueryint?No
SourceNoNotEqualToqueryint?No
SourceNoBetweenqueryint[]No
SourceNoInqueryint[]No
SourceNamequerystringNo
SourceNameStartsWithquerystringNo
SourceNameEndsWithquerystringNo
SourceNameContainsquerystringNo
SourceNameLikequerystringNo
SourceNameBetweenquerystring[]No
SourceNameInquerystring[]No
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
v_DebtorTransactionSources Parameters:
NameParameterData TypeRequiredDescription
SourceNoformintNo
SourceNameformstringNo
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/v_DebtorTransactionSourcesQuery HTTP/1.1 
Host: api.jiwa.com.au 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"SourceNo":0,"SourceNoGreaterThanOrEqualTo":0,"SourceNoGreaterThan":0,"SourceNoLessThan":0,"SourceNoLessThanOrEqualTo":0,"SourceNoNotEqualTo":0,"SourceNoBetween":[0],"SourceNoIn":[0],"SourceName":"String","SourceNameStartsWith":"String","SourceNameEndsWith":"String","SourceNameContains":"String","SourceNameLike":"String","SourceNameBetween":["String"],"SourceNameIn":["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":[{"SourceName":"String"}],"Meta":{"String":"String"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}