Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
manualPriceAdjustmentId |
The manual price adjustment identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The manual price adjustment, if it exists.
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:55:37.2059188Z", "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:55:37.2059188Z","description":"sample String 2","maxDollarAmount":1.0,"adjustedBy":3,"app":"4","id":"5","organization":"sample String 6","priceAdjustmentType":"7"}
application/xml, text/xml
Sample:
<ManualPriceAdjustment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AffectedEntity>sample String 1</AffectedEntity> <Amount>1</Amount> <Date>2025-04-25T18:55:37.2059188Z</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>
application/vnd.api+json
Sample:
Sample not available.