v1
latestOpenAPI 3.0.02026-07-17166300328.1 KBOrganisations
Add organisation
post/admin/organisations/add
Request body
Example request
{
"name": "ORGNAME",
"date_created": "2021-06-14 14:29:19",
"date_modified": "2021-06-14 14:29:19",
"type": "ADMIN",
"created_by": "12345",
"user_count": "3"
}Response
Organisation list response
Example response
{
"id": "12345",
"name": "ORGNAME",
"date_created": "2021-06-14 14:29:19",
"date_modified": "2021-06-14 14:29:19",
"type": "ADMIN",
"created_by": "12345",
"user_count": "3"
}