Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appId |
The application identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of manual price adjustments.
Collection of Nano.ManualPriceAdjustmentName | Description | Type | Additional information |
---|---|---|---|
affectedEntity |
Gets or sets the affected entity. |
string |
None. |
amount |
Gets or sets the amount. |
decimal number |
None. |
date |
Gets or sets the date. |
date |
None. |
description |
Gets or sets the description. |
string |
None. |
maxDollarAmount |
Gets or sets the max dollar amount. |
decimal number |
None. |
adjustedBy |
Gets or sets the adjusted by. |
integer |
None. |
app |
Gets or sets the app identifier. |
integer |
None. |
id |
Gets or sets the manual price adjustment identifier. |
integer |
None. |
organization |
Gets or sets the organization identifier. |
string |
None. |
priceAdjustmentType |
Gets or sets the price adjustment type identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "affectedEntity": "sample String 1", "amount": 1.0, "date": "2025-04-25T18:38:55.4159495Z", "description": "sample String 2", "maxDollarAmount": 1.0, "adjustedBy": 3, "app": "4", "id": "5", "organization": "sample String 6", "priceAdjustmentType": "7" }, { "affectedEntity": "sample String 1", "amount": 1.0, "date": "2025-04-25T18:38:55.4159495Z", "description": "sample String 2", "maxDollarAmount": 1.0, "adjustedBy": 3, "app": "4", "id": "5", "organization": "sample String 6", "priceAdjustmentType": "7" } ]
text/html
Sample:
[{"affectedEntity":"sample String 1","amount":1.0,"date":"2025-04-25T18:38:55.4159495Z","description":"sample String 2","maxDollarAmount":1.0,"adjustedBy":3,"app":"4","id":"5","organization":"sample String 6","priceAdjustmentType":"7"},{"affectedEntity":"sample String 1","amount":1.0,"date":"2025-04-25T18:38:55.4159495Z","description":"sample String 2","maxDollarAmount":1.0,"adjustedBy":3,"app":"4","id":"5","organization":"sample String 6","priceAdjustmentType":"7"}]
application/xml, text/xml
Sample:
<ArrayOfManualPriceAdjustment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ManualPriceAdjustment> <AffectedEntity>sample String 1</AffectedEntity> <Amount>1</Amount> <Date>2025-04-25T18:38:55.4159495Z</Date> <Description>sample String 2</Description> <MaxDollarAmount>1</MaxDollarAmount> <AdjustedById>3</AdjustedById> <AppId>4</AppId> <ManualPriceAdjustmentId>5</ManualPriceAdjustmentId> <OrganizationId>sample String 6</OrganizationId> <PriceAdjustmentTypeId>7</PriceAdjustmentTypeId> </ManualPriceAdjustment> <ManualPriceAdjustment> <AffectedEntity>sample String 1</AffectedEntity> <Amount>1</Amount> <Date>2025-04-25T18:38:55.4159495Z</Date> <Description>sample String 2</Description> <MaxDollarAmount>1</MaxDollarAmount> <AdjustedById>3</AdjustedById> <AppId>4</AppId> <ManualPriceAdjustmentId>5</ManualPriceAdjustmentId> <OrganizationId>sample String 6</OrganizationId> <PriceAdjustmentTypeId>7</PriceAdjustmentTypeId> </ManualPriceAdjustment> </ArrayOfManualPriceAdjustment>
application/vnd.api+json
Sample:
Sample not available.