JiwaAPI

<back to all web services

IN_StockTakeLineDetailsQuery

Requires Authentication
IN_StockTakeLineDetailsQuery Parameters:
NameParameterData TypeRequiredDescription
StockTakeDetailsIDquerystringNo
StockTakeDetailsIDStartsWithquerystringNo
StockTakeDetailsIDEndsWithquerystringNo
StockTakeDetailsIDContainsquerystringNo
StockTakeDetailsIDLikequerystringNo
StockTakeDetailsIDBetweenquerystring[]No
StockTakeDetailsIDInquerystring[]No
StockTakeLineIDquerystringNo
StockTakeLineIDStartsWithquerystringNo
StockTakeLineIDEndsWithquerystringNo
StockTakeLineIDContainsquerystringNo
StockTakeLineIDLikequerystringNo
StockTakeLineIDBetweenquerystring[]No
StockTakeLineIDInquerystring[]No
SerialNumberquerystringNo
SerialNumberStartsWithquerystringNo
SerialNumberEndsWithquerystringNo
SerialNumberContainsquerystringNo
SerialNumberLikequerystringNo
SerialNumberBetweenquerystring[]No
SerialNumberInquerystring[]No
LinkIDquerystringNo
LinkIDStartsWithquerystringNo
LinkIDEndsWithquerystringNo
LinkIDContainsquerystringNo
LinkIDLikequerystringNo
LinkIDBetweenquerystring[]No
LinkIDInquerystring[]No
QtyFoundquerydecimal?No
QtyFoundGreaterThanOrEqualToquerydecimal?No
QtyFoundGreaterThanquerydecimal?No
QtyFoundLessThanquerydecimal?No
QtyFoundLessThanOrEqualToquerydecimal?No
QtyFoundNotEqualToquerydecimal?No
QtyFoundBetweenqueryNullable<Decimal>[]No
QtyFoundInqueryNullable<Decimal>[]No
QtyNotFoundquerydecimal?No
QtyNotFoundGreaterThanOrEqualToquerydecimal?No
QtyNotFoundGreaterThanquerydecimal?No
QtyNotFoundLessThanquerydecimal?No
QtyNotFoundLessThanOrEqualToquerydecimal?No
QtyNotFoundNotEqualToquerydecimal?No
QtyNotFoundBetweenqueryNullable<Decimal>[]No
QtyNotFoundInqueryNullable<Decimal>[]No
QtyAddedquerydecimal?No
QtyAddedGreaterThanOrEqualToquerydecimal?No
QtyAddedGreaterThanquerydecimal?No
QtyAddedLessThanquerydecimal?No
QtyAddedLessThanOrEqualToquerydecimal?No
QtyAddedNotEqualToquerydecimal?No
QtyAddedBetweenqueryNullable<Decimal>[]No
QtyAddedInqueryNullable<Decimal>[]No
Costquerydecimal?No
CostGreaterThanOrEqualToquerydecimal?No
CostGreaterThanquerydecimal?No
CostLessThanquerydecimal?No
CostLessThanOrEqualToquerydecimal?No
CostNotEqualToquerydecimal?No
CostBetweenqueryNullable<Decimal>[]No
CostInqueryNullable<Decimal>[]No
ExpiryDatequeryDateTime?No
ExpiryDateGreaterThanOrEqualToqueryDateTime?No
ExpiryDateGreaterThanqueryDateTime?No
ExpiryDateLessThanqueryDateTime?No
ExpiryDateLessThanOrEqualToqueryDateTime?No
ExpiryDateNotEqualToqueryDateTime?No
ExpiryDateBetweenqueryNullable<DateTime>[]No
ExpiryDateInqueryNullable<DateTime>[]No
IN_BinLocationLookup_RecIDquerystringNo
IN_BinLocationLookup_RecIDStartsWithquerystringNo
IN_BinLocationLookup_RecIDEndsWithquerystringNo
IN_BinLocationLookup_RecIDContainsquerystringNo
IN_BinLocationLookup_RecIDLikequerystringNo
IN_BinLocationLookup_RecIDBetweenquerystring[]No
IN_BinLocationLookup_RecIDInquerystring[]No
ItemNoqueryint?No
ItemNoGreaterThanOrEqualToqueryint?No
ItemNoGreaterThanqueryint?No
ItemNoLessThanqueryint?No
ItemNoLessThanOrEqualToqueryint?No
ItemNoNotEqualToqueryint?No
ItemNoBetweenqueryint[]No
ItemNoInqueryint[]No
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
IN_StockTakeLineDetails Parameters:
NameParameterData TypeRequiredDescription
StockTakeDetailsIDformstringNo
StockTakeLineIDformstringNo
SerialNumberformstringNo
LinkIDformstringNo
QtyFoundformdecimal?No
QtyNotFoundformdecimal?No
QtyAddedformdecimal?No
Costformdecimal?No
ExpiryDateformDateTime?No
IN_BinLocationLookup_RecIDformstringNo
ItemNoformintNo
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 .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/IN_StockTakeLineDetailsQuery HTTP/1.1 
Host: api.jiwa.com.au 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<IN_StockTakeLineDetailsQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JiwaFinancials.Jiwa.JiwaServiceModel.Tables">
  <Fields xmlns="http://schemas.servicestack.net/types">String</Fields>
  <Include xmlns="http://schemas.servicestack.net/types">String</Include>
  <Meta xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.servicestack.net/types">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>String</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Meta>
  <OrderBy xmlns="http://schemas.servicestack.net/types">String</OrderBy>
  <OrderByDesc xmlns="http://schemas.servicestack.net/types">String</OrderByDesc>
  <Skip xmlns="http://schemas.servicestack.net/types">0</Skip>
  <Take xmlns="http://schemas.servicestack.net/types">0</Take>
  <Cost>0</Cost>
  <CostBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:decimal>0</d2p1:decimal>
  </CostBetween>
  <CostGreaterThan>0</CostGreaterThan>
  <CostGreaterThanOrEqualTo>0</CostGreaterThanOrEqualTo>
  <CostIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:decimal>0</d2p1:decimal>
  </CostIn>
  <CostLessThan>0</CostLessThan>
  <CostLessThanOrEqualTo>0</CostLessThanOrEqualTo>
  <CostNotEqualTo>0</CostNotEqualTo>
  <ExpiryDate>0001-01-01T00:00:00</ExpiryDate>
  <ExpiryDateBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:dateTime>0001-01-01T00:00:00</d2p1:dateTime>
  </ExpiryDateBetween>
  <ExpiryDateGreaterThan>0001-01-01T00:00:00</ExpiryDateGreaterThan>
  <ExpiryDateGreaterThanOrEqualTo>0001-01-01T00:00:00</ExpiryDateGreaterThanOrEqualTo>
  <ExpiryDateIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:dateTime>0001-01-01T00:00:00</d2p1:dateTime>
  </ExpiryDateIn>
  <ExpiryDateLessThan>0001-01-01T00:00:00</ExpiryDateLessThan>
  <ExpiryDateLessThanOrEqualTo>0001-01-01T00:00:00</ExpiryDateLessThanOrEqualTo>
  <ExpiryDateNotEqualTo>0001-01-01T00:00:00</ExpiryDateNotEqualTo>
  <IN_BinLocationLookup_RecID>String</IN_BinLocationLookup_RecID>
  <IN_BinLocationLookup_RecIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </IN_BinLocationLookup_RecIDBetween>
  <IN_BinLocationLookup_RecIDContains>String</IN_BinLocationLookup_RecIDContains>
  <IN_BinLocationLookup_RecIDEndsWith>String</IN_BinLocationLookup_RecIDEndsWith>
  <IN_BinLocationLookup_RecIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </IN_BinLocationLookup_RecIDIn>
  <IN_BinLocationLookup_RecIDLike>String</IN_BinLocationLookup_RecIDLike>
  <IN_BinLocationLookup_RecIDStartsWith>String</IN_BinLocationLookup_RecIDStartsWith>
  <ItemNo>0</ItemNo>
  <ItemNoBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>0</d2p1:int>
  </ItemNoBetween>
  <ItemNoGreaterThan>0</ItemNoGreaterThan>
  <ItemNoGreaterThanOrEqualTo>0</ItemNoGreaterThanOrEqualTo>
  <ItemNoIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>0</d2p1:int>
  </ItemNoIn>
  <ItemNoLessThan>0</ItemNoLessThan>
  <ItemNoLessThanOrEqualTo>0</ItemNoLessThanOrEqualTo>
  <ItemNoNotEqualTo>0</ItemNoNotEqualTo>
  <LinkID>String</LinkID>
  <LinkIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </LinkIDBetween>
  <LinkIDContains>String</LinkIDContains>
  <LinkIDEndsWith>String</LinkIDEndsWith>
  <LinkIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </LinkIDIn>
  <LinkIDLike>String</LinkIDLike>
  <LinkIDStartsWith>String</LinkIDStartsWith>
  <QtyAdded>0</QtyAdded>
  <QtyAddedBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:decimal>0</d2p1:decimal>
  </QtyAddedBetween>
  <QtyAddedGreaterThan>0</QtyAddedGreaterThan>
  <QtyAddedGreaterThanOrEqualTo>0</QtyAddedGreaterThanOrEqualTo>
  <QtyAddedIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:decimal>0</d2p1:decimal>
  </QtyAddedIn>
  <QtyAddedLessThan>0</QtyAddedLessThan>
  <QtyAddedLessThanOrEqualTo>0</QtyAddedLessThanOrEqualTo>
  <QtyAddedNotEqualTo>0</QtyAddedNotEqualTo>
  <QtyFound>0</QtyFound>
  <QtyFoundBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:decimal>0</d2p1:decimal>
  </QtyFoundBetween>
  <QtyFoundGreaterThan>0</QtyFoundGreaterThan>
  <QtyFoundGreaterThanOrEqualTo>0</QtyFoundGreaterThanOrEqualTo>
  <QtyFoundIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:decimal>0</d2p1:decimal>
  </QtyFoundIn>
  <QtyFoundLessThan>0</QtyFoundLessThan>
  <QtyFoundLessThanOrEqualTo>0</QtyFoundLessThanOrEqualTo>
  <QtyFoundNotEqualTo>0</QtyFoundNotEqualTo>
  <QtyNotFound>0</QtyNotFound>
  <QtyNotFoundBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:decimal>0</d2p1:decimal>
  </QtyNotFoundBetween>
  <QtyNotFoundGreaterThan>0</QtyNotFoundGreaterThan>
  <QtyNotFoundGreaterThanOrEqualTo>0</QtyNotFoundGreaterThanOrEqualTo>
  <QtyNotFoundIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:decimal>0</d2p1:decimal>
  </QtyNotFoundIn>
  <QtyNotFoundLessThan>0</QtyNotFoundLessThan>
  <QtyNotFoundLessThanOrEqualTo>0</QtyNotFoundLessThanOrEqualTo>
  <QtyNotFoundNotEqualTo>0</QtyNotFoundNotEqualTo>
  <SerialNumber>String</SerialNumber>
  <SerialNumberBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </SerialNumberBetween>
  <SerialNumberContains>String</SerialNumberContains>
  <SerialNumberEndsWith>String</SerialNumberEndsWith>
  <SerialNumberIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </SerialNumberIn>
  <SerialNumberLike>String</SerialNumberLike>
  <SerialNumberStartsWith>String</SerialNumberStartsWith>
  <StockTakeDetailsID>String</StockTakeDetailsID>
  <StockTakeDetailsIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </StockTakeDetailsIDBetween>
  <StockTakeDetailsIDContains>String</StockTakeDetailsIDContains>
  <StockTakeDetailsIDEndsWith>String</StockTakeDetailsIDEndsWith>
  <StockTakeDetailsIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </StockTakeDetailsIDIn>
  <StockTakeDetailsIDLike>String</StockTakeDetailsIDLike>
  <StockTakeDetailsIDStartsWith>String</StockTakeDetailsIDStartsWith>
  <StockTakeLineID>String</StockTakeLineID>
  <StockTakeLineIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </StockTakeLineIDBetween>
  <StockTakeLineIDContains>String</StockTakeLineIDContains>
  <StockTakeLineIDEndsWith>String</StockTakeLineIDEndsWith>
  <StockTakeLineIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </StockTakeLineIDIn>
  <StockTakeLineIDLike>String</StockTakeLineIDLike>
  <StockTakeLineIDStartsWith>String</StockTakeLineIDStartsWith>
</IN_StockTakeLineDetailsQuery>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<QueryResponseOfIN_StockTakeLineDetails7kRqkrSv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
  <Offset>0</Offset>
  <Total>0</Total>
  <Results xmlns:d2p1="http://schemas.datacontract.org/2004/07/JiwaFinancials.Jiwa.JiwaServiceModel.Tables">
    <d2p1:IN_StockTakeLineDetails>
      <d2p1:_x003C_Cost_x003E_k__BackingField>0</d2p1:_x003C_Cost_x003E_k__BackingField>
      <d2p1:_x003C_ExpiryDate_x003E_k__BackingField>0001-01-01T00:00:00</d2p1:_x003C_ExpiryDate_x003E_k__BackingField>
      <d2p1:_x003C_IN_BinLocationLookup_RecID_x003E_k__BackingField>String</d2p1:_x003C_IN_BinLocationLookup_RecID_x003E_k__BackingField>
      <d2p1:_x003C_ItemNo_x003E_k__BackingField>0</d2p1:_x003C_ItemNo_x003E_k__BackingField>
      <d2p1:_x003C_LinkID_x003E_k__BackingField>String</d2p1:_x003C_LinkID_x003E_k__BackingField>
      <d2p1:_x003C_QtyAdded_x003E_k__BackingField>0</d2p1:_x003C_QtyAdded_x003E_k__BackingField>
      <d2p1:_x003C_QtyFound_x003E_k__BackingField>0</d2p1:_x003C_QtyFound_x003E_k__BackingField>
      <d2p1:_x003C_QtyNotFound_x003E_k__BackingField>0</d2p1:_x003C_QtyNotFound_x003E_k__BackingField>
      <d2p1:_x003C_SerialNumber_x003E_k__BackingField>String</d2p1:_x003C_SerialNumber_x003E_k__BackingField>
      <d2p1:_x003C_StockTakeDetailsID_x003E_k__BackingField>String</d2p1:_x003C_StockTakeDetailsID_x003E_k__BackingField>
      <d2p1:_x003C_StockTakeLineID_x003E_k__BackingField>String</d2p1:_x003C_StockTakeLineID_x003E_k__BackingField>
    </d2p1:IN_StockTakeLineDetails>
  </Results>
  <Meta xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>String</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Meta>
  <ResponseStatus>
    <ErrorCode>String</ErrorCode>
    <Message>String</Message>
    <StackTrace>String</StackTrace>
    <Errors>
      <ResponseError>
        <ErrorCode>String</ErrorCode>
        <FieldName>String</FieldName>
        <Message>String</Message>
        <Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value>String</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </Meta>
      </ResponseError>
    </Errors>
    <Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>String</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </Meta>
  </ResponseStatus>
</QueryResponseOfIN_StockTakeLineDetails7kRqkrSv>