• (CVT ENVIRONMENT)
  • Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
  • (CVT ENVIRONMENT)
  • Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
    API References
      Elevate Authentication & Users API
      Elevate Admin API
      Elevate Bill Run API
      Elevate Contract Management
      Elevate Customer and Sites API
      Elevate Document API
      Elevate Events API
      Elevate Product Inventory API
      Elevate Invoices API
      Elevate Mediation API
      Elevate Notifications API
      Elevate Payment and Refund API
      Elevate Pricing API
      Elevate Pricing Assignment API
      Elevate Products API
      Elevate Provisioning API
      Elevate Reference Data API
        reference-data-sources
        charge-groups
        reference-data-source-charge-groups
        call-classes
        ignored-call-classes
        ignored-service-ids
          get
          Get a list of ignored service-ids
          post
          Create new ignored service-id record
          head
          Check if ignored service-id record exists
          get
          Get a specific ignored service-id record by its id
          patch
          Update Ignored Service Id
          delete
          Delete Ignored Service Id
        dialstrings
        tax-bands
        currencies
        locales
        currency-rates
        reference-data-summaries
      Elevate Rental API
      Elevate Tripwire API

Create new ignored service-id record

post/ignored-service-ids
SecuritybearerAuth
Request
Request Body schema: application/json

New ignored service-id record

serviceId
required
string [ 1 .. 50 ] characters [\w\p{L}\s%£@&#=':;`’,|!_—–\(\)\\/\-\+\.\?\*\...

The service-id that is ignored

Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

412

Precondition Failed

500

Internal Server Error

Request samples
  • Payload
application/json
{
  • "serviceId": "Service Id"
}
Response samples
  • 200
application/json
{
  • "id": 1,
  • "serviceId": "Service Id"
}