Summary
The organization Tenant Relationships API serves as a connection between a venue and its resellers.
Get Relationships for current user
GET /v2/b2b/organization/relationships
Get the list of organization Tenant Relationships available.
Response
A list of Organization Tenant Relationship Objects.
Add a Relationship
POST /v2/b2b/organization/relationships
Add a new relationship.
Body
The Organization Tenant Relationship to be added.
Response
The resulting Organization Tenant Relationship.
Update a Relationship
PUT /v2/b2b/organization/relationships/{id}
Update an Organization Tenant Relationship.
Input
id: the id of the organization Tenant Relationship to update.
Body
The organization Tenant Relationship to be updated.
Response
The resulting organization Tenant Relationship.
Delete a Relationship
DELETE /v2/b2b/organization/relationships/{id}
Delete an Organization Tenant Relationship.
Body
The Organization Tenant Relationship to be added.
Response
The resulting Organization Tenant Relationship.
Fields
organization Tenant Relationship JSON Object
Field | Description | Notes |
---|---|---|
id | A unique ID for this organization Tenant Relationship. | |
organizationId | The id of the reseller/group buyer. | |
status | One of (Pending, Approved or Declined).
| |
subStatus | One of UnderReview or Terminated. | |
posNotes | Notes about this reseller that you want to show up in the Point of Sale. | |
type | The type of relationship. Either Reseller or GroupBuyer. | |
createdOn | The date that this relationship was requested. |