Create or update service billable port
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
service_id*Service Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v3/infra/service/0/billable_ports" \ -H "Content-Type: application/json" \ -d '{ "port_id": 0, "since": "2019-08-24" }'{ "sid": "string", "service_name": "string", "id": 0, "port_id": 0, "description": "string", "since": "2019-08-24", "until": "2019-08-24"}How is this guide?
Last updated on