Authorizations
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.
Body
application/json
- Boolean Field
- Text Field
- Integer Field
- Float Field
- Single Select Field
- Multiple Select Field
- Multiple Select Image Field
- Images Uploader Field
Boolean Custom Field
The name of the custom field
Required string length:
1 - 50Example:
"Click and collect"
BOOLEAN
Minimum length:
1Example:
"BOOLEAN"
Describes where the custom field is displayed on the Business Edit view of the Partoo App. If the custom field is within a section, order specifies its position within the custom field section.
Example:
30
Id of the custom field section
Example:
6
Response
OK
Id of the custom field
Example:
42