API DocumentationManufacturer precision prices controller
Get precision prices by ID
Retrieves a specific precision price entry by its unique identifier
AuthorizationBearer <token>
In: header
Path Parameters
precisionPricesIdinteger
ID of the precision prices to retrieve
Format
int64Response Body
curl -X GET "http://m-api-dev.phas.io/api/manufacturer/v1/precision-prices/0"{
"precisionPricesId": 0,
"operatorId": 0,
"technology": "string",
"name": "string",
"price": 0,
"isActive": true,
"effectiveFrom": "2019-08-24",
"isDeleted": true
}Empty