JiwaAPI

<back to all web services

IN_PricingGroupMatrixQuery

Requires Authentication
IN_PricingGroupMatrixQuery Parameters:
NameParameterData TypeRequiredDescription
RecIDquerystringNo
RecIDStartsWithquerystringNo
RecIDEndsWithquerystringNo
RecIDContainsquerystringNo
RecIDLikequerystringNo
RecIDBetweenquerystring[]No
RecIDInquerystring[]No
IN_PricingGroups_RecIDquerystringNo
IN_PricingGroups_RecIDStartsWithquerystringNo
IN_PricingGroups_RecIDEndsWithquerystringNo
IN_PricingGroups_RecIDContainsquerystringNo
IN_PricingGroups_RecIDLikequerystringNo
IN_PricingGroups_RecIDBetweenquerystring[]No
IN_PricingGroups_RecIDInquerystring[]No
DB_PricingGroups_RecIDquerystringNo
DB_PricingGroups_RecIDStartsWithquerystringNo
DB_PricingGroups_RecIDEndsWithquerystringNo
DB_PricingGroups_RecIDContainsquerystringNo
DB_PricingGroups_RecIDLikequerystringNo
DB_PricingGroups_RecIDBetweenquerystring[]No
DB_PricingGroups_RecIDInquerystring[]No
SourcePricequeryshort?No
SourcePriceGreaterThanOrEqualToqueryshort?No
SourcePriceGreaterThanqueryshort?No
SourcePriceLessThanqueryshort?No
SourcePriceLessThanOrEqualToqueryshort?No
SourcePriceNotEqualToqueryshort?No
SourcePriceBetweenqueryshort[]No
SourcePriceInqueryshort[]No
Modequeryshort?No
ModeGreaterThanOrEqualToqueryshort?No
ModeGreaterThanqueryshort?No
ModeLessThanqueryshort?No
ModeLessThanOrEqualToqueryshort?No
ModeNotEqualToqueryshort?No
ModeBetweenqueryshort[]No
ModeInqueryshort[]No
Amountquerydecimal?No
AmountGreaterThanOrEqualToquerydecimal?No
AmountGreaterThanquerydecimal?No
AmountLessThanquerydecimal?No
AmountLessThanOrEqualToquerydecimal?No
AmountNotEqualToquerydecimal?No
AmountBetweenquerydecimal[]No
AmountInquerydecimal[]No
UseQuantityBreakquerybool?No
QuantityBreakquerydecimal?No
QuantityBreakGreaterThanOrEqualToquerydecimal?No
QuantityBreakGreaterThanquerydecimal?No
QuantityBreakLessThanquerydecimal?No
QuantityBreakLessThanOrEqualToquerydecimal?No
QuantityBreakNotEqualToquerydecimal?No
QuantityBreakBetweenqueryNullable<Decimal>[]No
QuantityBreakInqueryNullable<Decimal>[]No
RowHashquerybyte[]No
ItemNoqueryint?No
ItemNoGreaterThanOrEqualToqueryint?No
ItemNoGreaterThanqueryint?No
ItemNoLessThanqueryint?No
ItemNoLessThanOrEqualToqueryint?No
ItemNoNotEqualToqueryint?No
ItemNoBetweenqueryint[]No
ItemNoInqueryint[]No
StartDatequeryDateTime?No
StartDateGreaterThanOrEqualToqueryDateTime?No
StartDateGreaterThanqueryDateTime?No
StartDateLessThanqueryDateTime?No
StartDateLessThanOrEqualToqueryDateTime?No
StartDateNotEqualToqueryDateTime?No
StartDateBetweenqueryNullable<DateTime>[]No
StartDateInqueryNullable<DateTime>[]No
EndDatequeryDateTime?No
EndDateGreaterThanOrEqualToqueryDateTime?No
EndDateGreaterThanqueryDateTime?No
EndDateLessThanqueryDateTime?No
EndDateLessThanOrEqualToqueryDateTime?No
EndDateNotEqualToqueryDateTime?No
EndDateBetweenqueryNullable<DateTime>[]No
EndDateInqueryNullable<DateTime>[]No
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
IN_PricingGroupMatrix Parameters:
NameParameterData TypeRequiredDescription
RecIDformstringNo
IN_PricingGroups_RecIDformstringNo
DB_PricingGroups_RecIDformstringNo
SourcePriceformshortNo
ModeformshortNo
AmountformdecimalNo
UseQuantityBreakformbool?No
QuantityBreakformdecimal?No
RowHashformbyte[]No
ItemNoformintNo
StartDateformDateTime?No
EndDateformDateTime?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 .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_PricingGroupMatrixQuery HTTP/1.1 
Host: api.jiwa.com.au 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<IN_PricingGroupMatrixQuery 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>
  <Amount>0</Amount>
  <AmountBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:decimal>0</d2p1:decimal>
  </AmountBetween>
  <AmountGreaterThan>0</AmountGreaterThan>
  <AmountGreaterThanOrEqualTo>0</AmountGreaterThanOrEqualTo>
  <AmountIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:decimal>0</d2p1:decimal>
  </AmountIn>
  <AmountLessThan>0</AmountLessThan>
  <AmountLessThanOrEqualTo>0</AmountLessThanOrEqualTo>
  <AmountNotEqualTo>0</AmountNotEqualTo>
  <DB_PricingGroups_RecID>String</DB_PricingGroups_RecID>
  <DB_PricingGroups_RecIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </DB_PricingGroups_RecIDBetween>
  <DB_PricingGroups_RecIDContains>String</DB_PricingGroups_RecIDContains>
  <DB_PricingGroups_RecIDEndsWith>String</DB_PricingGroups_RecIDEndsWith>
  <DB_PricingGroups_RecIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </DB_PricingGroups_RecIDIn>
  <DB_PricingGroups_RecIDLike>String</DB_PricingGroups_RecIDLike>
  <DB_PricingGroups_RecIDStartsWith>String</DB_PricingGroups_RecIDStartsWith>
  <EndDate>0001-01-01T00:00:00</EndDate>
  <EndDateBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:dateTime>0001-01-01T00:00:00</d2p1:dateTime>
  </EndDateBetween>
  <EndDateGreaterThan>0001-01-01T00:00:00</EndDateGreaterThan>
  <EndDateGreaterThanOrEqualTo>0001-01-01T00:00:00</EndDateGreaterThanOrEqualTo>
  <EndDateIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:dateTime>0001-01-01T00:00:00</d2p1:dateTime>
  </EndDateIn>
  <EndDateLessThan>0001-01-01T00:00:00</EndDateLessThan>
  <EndDateLessThanOrEqualTo>0001-01-01T00:00:00</EndDateLessThanOrEqualTo>
  <EndDateNotEqualTo>0001-01-01T00:00:00</EndDateNotEqualTo>
  <IN_PricingGroups_RecID>String</IN_PricingGroups_RecID>
  <IN_PricingGroups_RecIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </IN_PricingGroups_RecIDBetween>
  <IN_PricingGroups_RecIDContains>String</IN_PricingGroups_RecIDContains>
  <IN_PricingGroups_RecIDEndsWith>String</IN_PricingGroups_RecIDEndsWith>
  <IN_PricingGroups_RecIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </IN_PricingGroups_RecIDIn>
  <IN_PricingGroups_RecIDLike>String</IN_PricingGroups_RecIDLike>
  <IN_PricingGroups_RecIDStartsWith>String</IN_PricingGroups_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>
  <Mode>0</Mode>
  <ModeBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:short>0</d2p1:short>
  </ModeBetween>
  <ModeGreaterThan>0</ModeGreaterThan>
  <ModeGreaterThanOrEqualTo>0</ModeGreaterThanOrEqualTo>
  <ModeIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:short>0</d2p1:short>
  </ModeIn>
  <ModeLessThan>0</ModeLessThan>
  <ModeLessThanOrEqualTo>0</ModeLessThanOrEqualTo>
  <ModeNotEqualTo>0</ModeNotEqualTo>
  <QuantityBreak>0</QuantityBreak>
  <QuantityBreakBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:decimal>0</d2p1:decimal>
  </QuantityBreakBetween>
  <QuantityBreakGreaterThan>0</QuantityBreakGreaterThan>
  <QuantityBreakGreaterThanOrEqualTo>0</QuantityBreakGreaterThanOrEqualTo>
  <QuantityBreakIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:decimal>0</d2p1:decimal>
  </QuantityBreakIn>
  <QuantityBreakLessThan>0</QuantityBreakLessThan>
  <QuantityBreakLessThanOrEqualTo>0</QuantityBreakLessThanOrEqualTo>
  <QuantityBreakNotEqualTo>0</QuantityBreakNotEqualTo>
  <RecID>String</RecID>
  <RecIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </RecIDBetween>
  <RecIDContains>String</RecIDContains>
  <RecIDEndsWith>String</RecIDEndsWith>
  <RecIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </RecIDIn>
  <RecIDLike>String</RecIDLike>
  <RecIDStartsWith>String</RecIDStartsWith>
  <RowHash>AA==</RowHash>
  <SourcePrice>0</SourcePrice>
  <SourcePriceBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:short>0</d2p1:short>
  </SourcePriceBetween>
  <SourcePriceGreaterThan>0</SourcePriceGreaterThan>
  <SourcePriceGreaterThanOrEqualTo>0</SourcePriceGreaterThanOrEqualTo>
  <SourcePriceIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:short>0</d2p1:short>
  </SourcePriceIn>
  <SourcePriceLessThan>0</SourcePriceLessThan>
  <SourcePriceLessThanOrEqualTo>0</SourcePriceLessThanOrEqualTo>
  <SourcePriceNotEqualTo>0</SourcePriceNotEqualTo>
  <StartDate>0001-01-01T00:00:00</StartDate>
  <StartDateBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:dateTime>0001-01-01T00:00:00</d2p1:dateTime>
  </StartDateBetween>
  <StartDateGreaterThan>0001-01-01T00:00:00</StartDateGreaterThan>
  <StartDateGreaterThanOrEqualTo>0001-01-01T00:00:00</StartDateGreaterThanOrEqualTo>
  <StartDateIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:dateTime>0001-01-01T00:00:00</d2p1:dateTime>
  </StartDateIn>
  <StartDateLessThan>0001-01-01T00:00:00</StartDateLessThan>
  <StartDateLessThanOrEqualTo>0001-01-01T00:00:00</StartDateLessThanOrEqualTo>
  <StartDateNotEqualTo>0001-01-01T00:00:00</StartDateNotEqualTo>
  <UseQuantityBreak>false</UseQuantityBreak>
</IN_PricingGroupMatrixQuery>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<QueryResponseOfIN_PricingGroupMatrix7kRqkrSv 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_PricingGroupMatrix>
      <d2p1:_x003C_Amount_x003E_k__BackingField>0</d2p1:_x003C_Amount_x003E_k__BackingField>
      <d2p1:_x003C_DB_PricingGroups_RecID_x003E_k__BackingField>String</d2p1:_x003C_DB_PricingGroups_RecID_x003E_k__BackingField>
      <d2p1:_x003C_EndDate_x003E_k__BackingField>0001-01-01T00:00:00</d2p1:_x003C_EndDate_x003E_k__BackingField>
      <d2p1:_x003C_IN_PricingGroups_RecID_x003E_k__BackingField>String</d2p1:_x003C_IN_PricingGroups_RecID_x003E_k__BackingField>
      <d2p1:_x003C_ItemNo_x003E_k__BackingField>0</d2p1:_x003C_ItemNo_x003E_k__BackingField>
      <d2p1:_x003C_Mode_x003E_k__BackingField>0</d2p1:_x003C_Mode_x003E_k__BackingField>
      <d2p1:_x003C_QuantityBreak_x003E_k__BackingField>0</d2p1:_x003C_QuantityBreak_x003E_k__BackingField>
      <d2p1:_x003C_RecID_x003E_k__BackingField>String</d2p1:_x003C_RecID_x003E_k__BackingField>
      <d2p1:_x003C_RowHash_x003E_k__BackingField>AA==</d2p1:_x003C_RowHash_x003E_k__BackingField>
      <d2p1:_x003C_SourcePrice_x003E_k__BackingField>0</d2p1:_x003C_SourcePrice_x003E_k__BackingField>
      <d2p1:_x003C_StartDate_x003E_k__BackingField>0001-01-01T00:00:00</d2p1:_x003C_StartDate_x003E_k__BackingField>
      <d2p1:_x003C_UseQuantityBreak_x003E_k__BackingField>false</d2p1:_x003C_UseQuantityBreak_x003E_k__BackingField>
    </d2p1:IN_PricingGroupMatrix>
  </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_PricingGroupMatrix7kRqkrSv>