Request Information

URI Parameters

NameDescriptionTypeAdditional information
priceAdjustmentTypeId

The price adjustment type identifier.

integer

Required

propertyTypeId

string

None.

Body Parameters

None.

Response Information

Resource Description

The price adjustment type.

Nano.PriceAdjustmentType
NameDescriptionTypeAdditional information
code

Gets or sets the code.

string

None.

description

Gets or sets the description.

string

None.

isActive

Gets or sets a value indicating whether price adjustment type is active.

boolean

None.

isManual

Gets or sets a value indicating whether price adjustment type is manual.

boolean

None.

marginPurpose

Gets or sets the margin purpose.

string

None.

preNegativeCostAdjustment

Gets or sets a value indicating whether price adjustment type is a pre-negative cost adjustment.

boolean

None.

priceAdjustmentTier

Gets or sets the price adjustment tier.

integer

None.

id

Gets or sets the price adjustment type identifier.

integer

None.

manualPriceAdjustments

Gets or sets the manual price adjustment identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "code": "sample String 1",
  "description": "sample String 2",
  "isActive": true,
  "isManual": true,
  "marginPurpose": "sample String 5",
  "preNegativeCostAdjustment": true,
  "priceAdjustmentTier": 7,
  "id": "8",
  "manualPriceAdjustments": [
    1,
    2
  ]
}

text/html

Sample:
{"code":"sample String 1","description":"sample String 2","isActive":true,"isManual":true,"marginPurpose":"sample String 5","preNegativeCostAdjustment":true,"priceAdjustmentTier":7,"id":"8","manualPriceAdjustments":[1,2]}

application/vnd.api+json

Sample:

Sample not available.