v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

add_information pricing-category

Add pricing categories information

post/ops/first_party_service_information

Request body

asset_id_prefixstring required

description of the pricing category

asset_referencestring required

the headrooms for the pricing category

asset_titlestring required

the services for the pricing category

replace_titleboolean required

should replace the title

service_typestring required

name of the pricing category

Example request

{
  "asset_id_prefix": "abc123",
  "asset_reference": "abc123",
  "asset_title": "abc123",
  "replace_title": false,
  "service_type": "abc123"
}

Response

Created response.

asset_id_prefixstring required

description of the pricing category

asset_referencestring required

the headrooms for the pricing category

asset_titlestring required

the services for the pricing category

replace_titleboolean required

should replace the title

service_typestring required

name of the pricing category

Example response

{
  "asset_id_prefix": "abc123",
  "asset_reference": "abc123",
  "asset_title": "abc123",
  "replace_title": false,
  "service_type": "abc123"
}