API

Sales APIs

GET sales/item-price-agreements/{itemPriceAgreementId}

Retrieve a specific item price agreement

HTTP method GET
URI https://api.rambase.net/sales/item-price-agreements/{itemPriceAgreementId}
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {itemPriceAgreementId} Item price agreement identifier
Integer, minimum 100000
Successful HTTP status code 200
API resource identifier 2448, version 10

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.

Read more about filters and sorting on how to use filter parameters and named filters.

Read more about filters and sorting on how to use sortable parameters

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<ItemPriceAgreement>
2
     <ItemPriceAgreementId
ItemPriceAgreementId

Item price agreement identifier

>
{Integer}</ItemPriceAgreementId>
3
     <Status
Status

Status of the item price agreement

Possible domain values can be found here

>
{Integer}</Status>
4
     <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
5
     <Title
Title

Title/name of the item price agreement

>
{String}</Title>
6
     <Description
Description

Description of the item price agreement

>
{String}</Description>
7
     <ExtractDiscount
ExtractDiscount

The discount/surcharge is by default included in the grossprice of the item. If you choose to extract the discount from the price, the discount will be extracted/seperated from the grossprice and shown as a discount in the item. Note that surcharges is always included in the grossprice, and will not show as a discount even if this field is set.

>
{Boolean}</ExtractDiscount>
8
     <MinimumQuantity
MinimumQuantity

Minimum quantity for this agreement to be valid

>
{Decimal}</MinimumQuantity>
9
     <StackPriority
StackPriority

If value is set, agreement is stackable. The stack priority specifies the order of the calculation, and is unique across all item price agreements. Agreement will be calculated in descendent order (highest stacking priority first).

>
{Integer}</StackPriority>
10
     <Validity>
11
          <EffectiveAt
EffectiveAt

The date the agreement takes effect. The agreement will be effective from from and including this date.

>
{Datetime}</EffectiveAt>
12
          <ExpireAt
ExpireAt

The date the agreement expires. The agreement will be active to and including this date.

>
{Datetime}</ExpireAt>
13
     </Validity>
14
     <AppliesTo
AppliesTo

Who this item price agreement applies to. Can be empty (all), customer or customer group.

>
15
          <ObjectType
ObjectType

Type of object

>
{String}</ObjectType>
16
          <ObjectId
ObjectId

Identifier of the object

>
{Integer}</ObjectId>
17
          <Name
Name

Name of customer or customer group

>
{String}</Name>
18
          <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

>
{String}</RamBaseKey>
19
          <ObjectLink
ObjectLink

API reference to the object

>
{String}</ObjectLink>
20
     </AppliesTo>
21
     <AppliesFor
AppliesFor

Which product, product group or product-classification this item price agreement applies for. Can also be blank to apply for all products.

>
22
          <ObjectType
ObjectType

Type of object

>
{String}</ObjectType>
23
          <ObjectId
ObjectId

Identifier of the object

>
{String}</ObjectId>
24
          <Name
Name

Name of product, product group or product classification

>
{String}</Name>
25
          <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

>
{String}</RamBaseKey>
26
          <ObjectLink
ObjectLink

API reference to the object

>
{String}</ObjectLink>
27
     </AppliesFor>
28
     <AppliesForManufacturer
AppliesForManufacturer

Which manufacturer this item price agreement applies for. Can also be blank to apply for all manufacturers.

>
29
          <ManufacturerId
ManufacturerId

Manufacturer identifier

>
{Integer}</ManufacturerId>
30
          <ShortName
ShortName

Shortname/code of the manufacturer

>
{String}</ShortName>
31
          <ManufacturerLink
ManufacturerLink

Manufacturer reference

>
{String}</ManufacturerLink>
32
     </AppliesForManufacturer>
33
     <PriceRoundingRuleset>
34
          <PriceRoundingRulesetId
PriceRoundingRulesetId

Price rounding ruleset identifier

>
{Integer}</PriceRoundingRulesetId>
35
          <Name
Name

Name/title of price rounding ruleset

>
{String}</Name>
36
          <PriceRoundingRulesetLink
PriceRoundingRulesetLink

Price rounding ruleset reference

>
{String}</PriceRoundingRulesetLink>
37
     </PriceRoundingRuleset>
38
     <FormulaDefinition>
39
          <FormulaDefinitionId
FormulaDefinitionId

Formula identifier

>
{Integer}</FormulaDefinitionId>
40
          <Title
Title

Title of the formula

>
{String}</Title>
41
          <TranslatedTitle
TranslatedTitle

Title translated to selected language. If no translation exists, the english title will show

>
{String}</TranslatedTitle>
42
          <FormulaDefinitionLink
FormulaDefinitionLink

Formula reference

>
{String}</FormulaDefinitionLink>
43
     </FormulaDefinition>
44
</ItemPriceAgreement>
1
{
2
     "itemPriceAgreement": {
3
          "itemPriceAgreementId
ItemPriceAgreementId

Item price agreement identifier

":
"{Integer}",
4
          "status
Status

Status of the item price agreement

Possible domain values can be found here

":
"{Integer}",
5
          "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
6
          "title
Title

Title/name of the item price agreement

":
"{String}",
7
          "description
Description

Description of the item price agreement

":
"{String}",
8
          "extractDiscount
ExtractDiscount

The discount/surcharge is by default included in the grossprice of the item. If you choose to extract the discount from the price, the discount will be extracted/seperated from the grossprice and shown as a discount in the item. Note that surcharges is always included in the grossprice, and will not show as a discount even if this field is set.

":
"{Boolean}",
9
          "minimumQuantity
MinimumQuantity

Minimum quantity for this agreement to be valid

":
"{Decimal}",
10
          "stackPriority
StackPriority

If value is set, agreement is stackable. The stack priority specifies the order of the calculation, and is unique across all item price agreements. Agreement will be calculated in descendent order (highest stacking priority first).

":
"{Integer}",
11
          "validity": {
12
               "effectiveAt
EffectiveAt

The date the agreement takes effect. The agreement will be effective from from and including this date.

":
"{Datetime}",
13
               "expireAt
ExpireAt

The date the agreement expires. The agreement will be active to and including this date.

":
"{Datetime}"
14
          },
15
          "appliesTo
AppliesTo

Who this item price agreement applies to. Can be empty (all), customer or customer group.

":
{
16
               "objectType
ObjectType

Type of object

":
"{String}",
17
               "objectId
ObjectId

Identifier of the object

":
"{Integer}",
18
               "name
Name

Name of customer or customer group

":
"{String}",
19
               "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

":
"{String}",
20
               "objectLink
ObjectLink

API reference to the object

":
"{String}"
21
          },
22
          "appliesFor
AppliesFor

Which product, product group or product-classification this item price agreement applies for. Can also be blank to apply for all products.

":
{
23
               "objectType
ObjectType

Type of object

":
"{String}",
24
               "objectId
ObjectId

Identifier of the object

":
"{String}",
25
               "name
Name

Name of product, product group or product classification

":
"{String}",
26
               "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

":
"{String}",
27
               "objectLink
ObjectLink

API reference to the object

":
"{String}"
28
          },
29
          "appliesForManufacturer
AppliesForManufacturer

Which manufacturer this item price agreement applies for. Can also be blank to apply for all manufacturers.

":
{
30
               "manufacturerId
ManufacturerId

Manufacturer identifier

":
"{Integer}",
31
               "shortName
ShortName

Shortname/code of the manufacturer

":
"{String}",
32
               "manufacturerLink
ManufacturerLink

Manufacturer reference

":
"{String}"
33
          },
34
          "priceRoundingRuleset": {
35
               "priceRoundingRulesetId
PriceRoundingRulesetId

Price rounding ruleset identifier

":
"{Integer}",
36
               "name
Name

Name/title of price rounding ruleset

":
"{String}",
37
               "priceRoundingRulesetLink
PriceRoundingRulesetLink

Price rounding ruleset reference

":
"{String}"
38
          },
39
          "formulaDefinition": {
40
               "formulaDefinitionId
FormulaDefinitionId

Formula identifier

":
"{Integer}",
41
               "title
Title

Title of the formula

":
"{String}",
42
               "translatedTitle
TranslatedTitle

Title translated to selected language. If no translation exists, the english title will show

":
"{String}",
43
               "formulaDefinitionLink
FormulaDefinitionLink

Formula reference

":
"{String}"
44
          }
45
     }
46
}

Possible error codes the response might return:

Error 100204 HTTP 404 Manufacturer not found