API DocumentationManufacturer precision prices controller
Get precision prices by ID
Retrieves a specific precision price entry by its unique identifier
Authorization
Phasio API Bearer Token AuthorizationBearer <token>
In: header
Path Parameters
precisionPricesId*integer
ID of the precision prices to retrieve
Response Body
application/json
curl -X GET "https://example.com/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
Last updated on