GET api/unitpriceoverrides/{unitpriceoverrideid}/unitpriceoverridepricecodes/{id}
Retrieves an unit price override price code resource
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| unitpriceoverrideid |
The identifier of the unit price override for which the price codes will be returned |
integer |
Required |
| id |
The identifier of the price code |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An unit price override price code resource
UnitPriceOverridePriceCodeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PriceCode |
Gets or sets the price code for this resource |
string |
None. |
| UnitPrice |
Gets or sets the unit price for this resource |
decimal number |
None. |
| Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
| ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
{
"url": "sample string 3",
"id": 4,
"priceCode": "sample string 1",
"unitPrice": 2.0
}