This endpoint enables you to create custom field sections for your organization. You can specify a name, optional description, slug, and order. If no order is provided, it will be set to max(all current sections orders) + 1. PROVIDER users can pass org_id to create custom field sections for a managed organization.
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.
Organization ID. Only PROVIDER users can specify a different organization. If not provided, defaults to your own organization.
The name of the custom field section. Needs to be unique from all other section names.
60"Section A"
Description of the custom field section
150"Contains primary business information fields"
Unique identifier slug for the custom field section. Cannot contain any of the following characters: ,;/\|<>
1 - 100^[^,;/\\|<>]*$"section-a"
Describes where the custom field section is displayed on the Business Edit view of the Partoo App.
18
OK
Id of the custom field section
6