Retrieve a pricebook entry by its ID.
GET
/pricebook/{pricebookID}
curl \
-X GET http://api.example.com/pricebook/{pricebookID}
Response examples (200)
{
"pricebookID": 42,
"BookName": "string",
"description": "string",
"industry": "string",
"status": "string",
"companyID": 42,
"createdBy": 42,
"updatedBy": 42
}