Response ‒ Tenants/Post
All the same properties in the request are returned in the response. In addition, the response that is returned also contains the following properties –
Property
Type
Description
id
String
A unique identifier for this Tenant that is automatically generated. Please note that this ID is only intended for internal use by IoT Platform .
tenantId
String
A unique identifier that is automatically generated by IoT Platform for this Tenant.
This property is used to link between other entities (such as Users and Devices) and this Tenant.
createDate, createUser, updateDate, updateUser
See Common Response Properties.
Example JSON Tenants/Post Response
Status 201 – Created
{
“@odata.context”: “https://stg-axonizeapi-axonize.stg-ase-axonize.p.azurewebsites.net/odata/$metadata#Tenants/$entity”,
“active”: false,
“appId”: “801A048A-9F23-429F-BF0D-B6D35B22771E”,
“subdomain”: “fcm2m”,
“logo”: null,
“cultureInfo”: null,
“reportPrefix”: null,
“timezone”:”Asia/Jerusalem”
“parentId”: null,
“name”: “fcm2m”,
“id”: “5851631d4e41925b98f01234”,
“createDate”: “0001-01-01T00:00:00Z”,
“createUser”: null,
“updateDate”: “0001-01-01T00:00:00Z”,
“updateUser”: null,
“passwordPolicy”: null,
“security”: null,
“ancestors”: []
}