RocketKOR

Business Account Object

The Business Account object represents a RocketKOR Business Account.

Attributes

id

string (UUID)

Business Account ID.

parentId

string (UUID)

ID of the parent Business Account.

name

string

Business Account name.

description

string

Business Account description.

Business Account Object

				
					{
  "id": "4f85f54f-5b01-4b3e-a31a-3217fccabe5b",
  "parentId": "3bafa1d4-82a8-4e74-9ed1-25b348ebb22f",
  "name": "ABC Corporation",
  "description": "Business Account"
}