Types
Gets all partner types
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Query parameters
namestringOptional
Name of the partner type
partnerTypestring · enumRequiredPossible values:
Type of the partner
organizationIdnumberOptional
Organization ID the partner type belongs to
activeanyOptionalExample:
Active status of the partner type
trueResponses
200Success
application/json
Responseany
get
/api/partners/types200Success
No content
Creates a new partner type
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Body
namestringRequired
Name of the partner type
descriptionstringOptional
Description of the partner type
partnerTypestring · enumRequiredPossible values:
Type of the partner
activebooleanOptionalExample:
Active status of the partner type
trueResponses
200Success
application/json
post
/api/partners/types200Success
Updates a partner type by id
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
idnumberRequiredPattern:
[^\/#\?]+?Body
namestringRequired
Name of the partner type
descriptionstringOptional
Description of the partner type
partnerTypestring · enumRequiredPossible values:
Type of the partner
activebooleanOptionalExample:
Active status of the partner type
trueResponses
200Success
application/json
put
/api/partners/types/{id}200Success
Deletes a partner type by id
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
idnumberRequiredPattern:
[^\/#\?]+?Responses
200Success
application/json
delete
/api/partners/types/{id}200Success