Skip to main content
POST
Update Group and set businesses

Authorizations

x-APIKey
string
header
required

The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.

Path Parameters

section_id
integer
required

Section ID

group_id
integer
required

Group ID

Body

application/json

Request body to update a group

name
string
required

Name of the group. Cannot include any of the following characters: ,;/

Example:

"France"

business__in
string[]
required

List of business ids

Business id

Example:

Response

OK

status
enum<string>

Request status

Available options:
success
id
integer

ID of the created group

Example:

1