Get a specific usage product

get/usage-products/{usage_product_id}
SecuritybearerAuth
Request
path Parameters
usage_product_id
required
integer <int64> (IdParam) >= 1

Usage product identifier

Example: 1
Responses
200

Usage product found

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

Response samples
application/json
{
  • "id": 1,
  • "name": "string",
  • "nominalCode": "string",
  • "usageProductCategoryId": 1,
  • "direction": "INBOUND",
  • "performLocalAndNationalCheck": true,
  • "availableFrom": "2019-08-24",
  • "availableTo": "2019-08-24",
  • "productReferenceCanBeRange": true,
  • "serviceIdRequired": false,
  • "customFields": [
    • {
      • "id": 1,
      • "label": "string",
      • "value": "string"
      }
    ]
}