GET AdditionalItemPrice/Get/{id}
Gets the specified Additional Item Price based on the identifier.
Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
id | integer |
Required |
The identifier. |
Body Parameters
None.
Response Information
Resource Description
Additional Item PriceName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
ItemId | integer |
None. |
|
PriceInclusive | decimal |
None. |
|
PriceExclusive | decimal |
None. |
|
AdditionalPriceListId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "ItemId": 2, "PriceInclusive": 3.0, "PriceExclusive": 4.0, "AdditionalPriceListId": 5 }