Get the details of a particular service plan by specifying its id
or external_id
.
Note: This API requires query params, not body params.
Response (Output) Params
Parameter | Description |
---|---|
success boolean |
Indicates whether the service completed successfully.
|
id Int32 |
The unique Id of the service plan. |
name string |
The name of the the service plan. |
external_id string |
Your ID for the the service plan. |
tag_id Int32 |
The tag id included in this service plan. |
merchant_id Int32 |
Bringg’s ID for the merchant. |
task_configuration_id Int32 |
The task configuration attached to the service plan. |
created_at datetime |
The date and time the record was created. This is in UTC and is in the format is "%Y-%m-%dT%H:%M:%S%z". |
updated_at datetime |
The date and time of the last update for the record. This is in UTC and is in the format is " %Y-%m-%dT%H:%M:%S%z". |