Skip to main content
Skip table of contents

IN Advanced Pricing Analysis Code

URL

Verbs

Function

Version

/INAPAnalysisCodeOnly

GET

Query a list of IN Advanced Prices by Analysis Code

2021.2
/INAPAnalysisCodeOnlyPOSTCreate a new IN Advanced Price by Analysis Code2021.2*

/INAPAnalysisCodeOnly/<analysisCode>

GET

Query a list of IN Advanced Prices by Analysis Code for a particular Analysis Code

2021.2
/INAPAnalysisCodeOnly/<analysisCode>POSTUpdate an existing IN Advanced Price by Analysis Code2021.2*

* Does not yet support update/create of Quantity Breaks - as at 2021.2

Advanced Prices support a composite primary key based on a list of properties used in conjunction with each types specific "properties".  When performing a GET to try and lookup a particular Advanced Price, or POST to update an existing Advanced Price you can use a combination of the Lookup modifiers defined below.

Lookup modifiers

Query String

Definition

Sample

Version
unitOfMeasureLook for an Advanced Price for a particular Unit of MeasureunitOfMeasure=EA2021.2
currencyLook for an Advanced Price for a particular Currencycurrency=USD2021.2
locationLook for an Advanced Price for a particular IN Locationlocation=Warehouse2021.2
isActiveLook for an Advanced Price that is Active or notisActive=true2021.2

Supported modifiers

Query String

Definition

Sample

Version
groupReturn a list of Advanced Prices for a Pricing Groupgroup=Black Friday2021.2
analysisCodeReturn a list of Advanced Prices for an Analysis CodeanalysisCode=022021.2

Security Linked Menu

Menu Item

Located

Advanced Pricing MaintenanceData Entry / Inventory

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<INAPAnalysisCodeOnlys collection='true' count='2'>
    <INAPAnalysisCodeOnly>
        <Edition>2</Edition>
        <OidString>4581.1</OidString>
        <IsActive>true</IsActive>
        <IsDiscountUsed>false</IsDiscountUsed>
        <IsIgnoreMaxDisc>false</IsIgnoreMaxDisc>
        <IsIgnoreMinGP>false</IsIgnoreMinGP>
        <IsMarkupUsed>true</IsMarkupUsed>
        <IsPriceUsed>false</IsPriceUsed>
        <IsUseDateRange>false</IsUseDateRange>
        <MarginPercentage>31.03</MarginPercentage>
        <MarginValue>0.0000</MarginValue>
        <MarkupPercentage>45.00</MarkupPercentage>
        <DiscountPercentage>0.00</DiscountPercentage>
        <NetPrice>0.0000</NetPrice>
        <Currency>AUD</Currency>
        <Group>Black Friday</Group>
        <AnalysisCode>CDROM</AnalysisCode>
    </INAPAnalysisCodeOnly>
    <INAPAnalysisCodeOnly>
        <Edition>1</Edition>
        <OidString>4581.3</OidString>
        <IsActive>true</IsActive>
        <IsDiscountUsed>false</IsDiscountUsed>
        <IsIgnoreMaxDisc>false</IsIgnoreMaxDisc>
        <IsIgnoreMinGP>false</IsIgnoreMinGP>
        <IsMarkupUsed>false</IsMarkupUsed>
        <IsPriceUsed>true</IsPriceUsed>
        <IsUseDateRange>false</IsUseDateRange>
        <MarginPercentage>0.00</MarginPercentage>
        <MarginValue>0.0000</MarginValue>
        <MarkupPercentage>0.00</MarkupPercentage>
        <DiscountPercentage>0.00</DiscountPercentage>
        <NetPrice>23.0000</NetPrice>
        <Currency>AUD</Currency>
        <Group>Black Friday</Group>
        <UnitOfMeasure>HOUR</UnitOfMeasure>
        <AnalysisCode>CDROM</AnalysisCode>
    </INAPAnalysisCodeOnly>
</INAPAnalysisCodeOnlys>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.