Update Service Plan

Update an existing service plan record.

Response (Output) Params
Parameter Description

success

boolean

Indicates whether the service completed successfully.

  • false - the service failed.
  • true - the service succeeded.

id

Int32

The unique Id of the updated service plan.

name

string

The name of the updated service plan.

external_id

string

Your ID for the updated 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 this 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 this record. This is in UTC and is in the format is " %Y-%m-%dT%H:%M:%S%z".

Body Params
int32
required

Bringg internal ID of the service plan record. Required if no external_id. Can not be updated.

string
required

Your ID for the service plan record. Required if no id provided in the payload.

string

Describes the service plan. E.g. basic, standard, premium. Entity's unique ID.

int32

Defines the consumer facing notifications, styling, and cancellation options.

int32

Defines the operational capabilities you want to include in the service plan. For example, includes installation service and require consumer signature.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json