Request Information
URI Parameters
None.
Body Parameters
The ManualPriceAdjustment.
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. |
Request Formats
application/json, text/json
{ "affectedEntity": "sample String 1", "amount": 1.0, "date": "2025-04-25T18:43:40.5448739Z", "description": "sample String 2", "maxDollarAmount": 1.0, "adjustedBy": 3, "app": "4", "id": "5", "organization": "sample String 6", "priceAdjustmentType": "7" }
text/html
{"affectedEntity":"sample String 1","amount":1.0,"date":"2025-04-25T18:43:40.5448739Z","description":"sample String 2","maxDollarAmount":1.0,"adjustedBy":3,"app":"4","id":"5","organization":"sample String 6","priceAdjustmentType":"7"}
application/xml, text/xml
<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:43:40.5448739Z</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/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The created ManualPriceAdjustment.
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
{ "affectedEntity": "sample String 1", "amount": 1.0, "date": "2025-04-25T18:43:40.5448739Z", "description": "sample String 2", "maxDollarAmount": 1.0, "adjustedBy": 3, "app": "4", "id": "5", "organization": "sample String 6", "priceAdjustmentType": "7" }
text/html
{"affectedEntity":"sample String 1","amount":1.0,"date":"2025-04-25T18:43:40.5448739Z","description":"sample String 2","maxDollarAmount":1.0,"adjustedBy":3,"app":"4","id":"5","organization":"sample String 6","priceAdjustmentType":"7"}
application/xml, text/xml
<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:43:40.5448739Z</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 not available.