Skip to main content

Update Business

PUT 

/api/v2/business/:businessId

Update Business

Request

Path Parameters

    businessId stringrequired

    Business ID.

Body

required

The attributes property will be completely overwritten with this one. Therefore, before performing the update, recover the data, make the modification and update.

    name Name

    Assign a name to your business.

    attributes object

    Define custom attributes for each deal.

Responses

BusinessCreateResponse

Schema
    businessId stringrequired
    name stringrequired
    businessToken stringrequired
    attributes objectrequired
    createdAt date-timerequired
    updatedAt date-timerequired
    deletedAt date-timerequired
Loading...