Create a new PartnerEntity
POST/partner/entity
Creates a new PartnerEntity with the provided information.
⚠️ Breaking Change Notice: The fields idNumber, code, and description are currently optional but will become required in a future API version (planned for Q4 2024). Please start including these fields in your requests to ensure forward compatibility.
Request
Responses
- 201
- 400
- 401
- 403
- 428
PartnerEntity created successfully
Bad Request - Invalid input data. The fields externalEntityId, name, label, and isActive are required
Unauthorized - Invalid or missing token
Forbidden - Partner does not have required permissions or is not active
Precondition Required - Entity with same label or externalEntityId already exists