JiwaAPI

<back to all web services

SH_BookInDetailLinesCostAuditQuery

Requires Authentication
SH_BookInDetailLinesCostAuditQuery Parameters:
NameParameterData TypeRequiredDescription
RecIDquerystringNo
RecIDStartsWithquerystringNo
RecIDEndsWithquerystringNo
RecIDContainsquerystringNo
RecIDLikequerystringNo
RecIDBetweenquerystring[]No
RecIDInquerystring[]No
BookInDetailLineIDquerystringNo
BookInDetailLineIDStartsWithquerystringNo
BookInDetailLineIDEndsWithquerystringNo
BookInDetailLineIDContainsquerystringNo
BookInDetailLineIDLikequerystringNo
BookInDetailLineIDBetweenquerystring[]No
BookInDetailLineIDInquerystring[]No
DateCostChangedqueryDateTime?No
DateCostChangedGreaterThanOrEqualToqueryDateTime?No
DateCostChangedGreaterThanqueryDateTime?No
DateCostChangedLessThanqueryDateTime?No
DateCostChangedLessThanOrEqualToqueryDateTime?No
DateCostChangedNotEqualToqueryDateTime?No
DateCostChangedBetweenqueryDateTime[]No
DateCostChangedInqueryDateTime[]No
CostBeforequerydecimal?No
CostBeforeGreaterThanOrEqualToquerydecimal?No
CostBeforeGreaterThanquerydecimal?No
CostBeforeLessThanquerydecimal?No
CostBeforeLessThanOrEqualToquerydecimal?No
CostBeforeNotEqualToquerydecimal?No
CostBeforeBetweenqueryNullable<Decimal>[]No
CostBeforeInqueryNullable<Decimal>[]No
CostAfterquerydecimal?No
CostAfterGreaterThanOrEqualToquerydecimal?No
CostAfterGreaterThanquerydecimal?No
CostAfterLessThanquerydecimal?No
CostAfterLessThanOrEqualToquerydecimal?No
CostAfterNotEqualToquerydecimal?No
CostAfterBetweenqueryNullable<Decimal>[]No
CostAfterInqueryNullable<Decimal>[]No
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
SH_BookInDetailLinesCostAudit Parameters:
NameParameterData TypeRequiredDescription
RecIDformstringNo
BookInDetailLineIDformstringNo
DateCostChangedformDateTimeNo
CostBeforeformdecimal?No
CostAfterformdecimal?No
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/SH_BookInDetailLinesCostAuditQuery HTTP/1.1 
Host: api.jiwa.com.au 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"RecID":"String","RecIDStartsWith":"String","RecIDEndsWith":"String","RecIDContains":"String","RecIDLike":"String","RecIDBetween":["String"],"RecIDIn":["String"],"BookInDetailLineID":"String","BookInDetailLineIDStartsWith":"String","BookInDetailLineIDEndsWith":"String","BookInDetailLineIDContains":"String","BookInDetailLineIDLike":"String","BookInDetailLineIDBetween":["String"],"BookInDetailLineIDIn":["String"],"DateCostChanged":"0001-01-01T00:00:00.0000000","DateCostChangedGreaterThanOrEqualTo":"0001-01-01T00:00:00.0000000","DateCostChangedGreaterThan":"0001-01-01T00:00:00.0000000","DateCostChangedLessThan":"0001-01-01T00:00:00.0000000","DateCostChangedLessThanOrEqualTo":"0001-01-01T00:00:00.0000000","DateCostChangedNotEqualTo":"0001-01-01T00:00:00.0000000","DateCostChangedBetween":["0001-01-01T00:00:00.0000000"],"DateCostChangedIn":["0001-01-01T00:00:00.0000000"],"CostBefore":0,"CostBeforeGreaterThanOrEqualTo":0,"CostBeforeGreaterThan":0,"CostBeforeLessThan":0,"CostBeforeLessThanOrEqualTo":0,"CostBeforeNotEqualTo":0,"CostBeforeBetween":[0],"CostBeforeIn":[0],"CostAfter":0,"CostAfterGreaterThanOrEqualTo":0,"CostAfterGreaterThan":0,"CostAfterLessThan":0,"CostAfterLessThanOrEqualTo":0,"CostAfterNotEqualTo":0,"CostAfterBetween":[0],"CostAfterIn":[0],"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":[{"RecID":"String","BookInDetailLineID":"String","CostBefore":0,"CostAfter":0}],"Meta":{"String":"String"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}