Account States

Defines the state for account: eg Open,Active etc

Path Params
string
required
Body Params
string
required
length between 1 and 128

The AccountStateId field is an nvarchar with a maximum length of 128 and is the primary key for the AccountState table. It is a unique identifier for each AccountState in the database and is used as a foreign key in other tables to link back to this AccountState.

string
required
length ≥ 1

Description of the Account State

string | null

Miscellaneous notes and information for the entry or record.

string | null

The BadgeId field in the AccountState table is an nvarchar data type and should contain a maximum of 32 characters. It is used to store a unique identifier assigned to an account that links the account to a badge type.

Response
200

OK

Language
URL
Response
Click Try It! to start a request and see the response here!