Billing API, REST: Service methods
Статья создана
Обновлена 26 мая 2023 г.
A set of methods for managing Service resources.
JSON Representation
{
"id": "string",
"name": "string",
"description": "string"
}
Field | Description |
---|---|
id | string ID of the service. |
name | string Name of the service, e.g. |
description | string Description of the service. |
Methods
Method | Description |
---|---|
get | Returns the specified service. |
list | Retrieves the list of services. |