Create Account

Specifications

Request

JSON PATHDescriptionExampleFormatRequired
account_profile_idThe Identifier associated to Account Profile516ed7e6-ced5-44f1-b4f2-6878bc33be58UUIDYes
account_statusDefault is inactive and until set to active, all Account activity will be restrictedinactivestringNo
main_account_idRequired if creating a further account that is to be linked to the Main accountc2c0e2a3-b1e4-44d1-9c37-5ec424e217e5UUIDNo
account_nameThe name of the Account if required. If provided, CLOWD9 will include this value in Account Reports and Vista displaysCLOWD9 ExpensesstringNo
external_idAn Identifier held on yours or a third party system018794671stringNo

Successful Response


JSON PATHDescriptionExampleFormatRequired
account_idThe Identifier associated to the newly create account_id. This is generated by CLOWD962f5ffd5-ba38-4162-8f4d-54e5f40f3964UUIDYes
trace_idThe Identifier associated with the API1276d082-4f1c-4852-89c9-0ffe980702dastringYes

Example

{
    "account_id": "fcd0cecb-90dd-4ae2-879f-d0eda6fbddd4",
    "trace_id": "15bfc289-de75-4668-bb11-3998aadf226d"
}