Download OpenAPI specification:Download
| userName required | string [ 0 .. 256 ] characters |
| emailAddress required | string <email> [ 0 .. 256 ] characters |
| password required | string <password> [ 0 .. 128 ] characters |
| appName required | string non-empty |
{- "userName": "string",
- "emailAddress": "user@example.com",
- "password": "pa$$word",
- "appName": "string"
}| email required | string <email> [ 0 .. 256 ] characters |
| appName required | string non-empty |
| returnUrl | string or null |
| returnUrlHash | string or null |
{- "email": "user@example.com",
- "appName": "string",
- "returnUrl": "string",
- "returnUrlHash": "string"
}| userId | string <uuid> |
| resetToken required | string non-empty |
{- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "resetToken": "string"
}| userId | string <uuid> |
| resetToken required | string non-empty |
| password required | string non-empty |
{- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "resetToken": "string",
- "password": "string"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| typeId | string or null |
| userId | string <uuid> |
| description | string or null |
| clazz | integer <int32> |
| clazzId | string or null |
object (Sengsara.Coexist.Activities.ActivityChangeDto) | |
Array of objects or null (Sengsara.Coexist.Activities.ActivityDetailDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "typeId": "string",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "description": "string",
- "clazz": 0,
- "clazzId": "string",
- "change": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}, - "details": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}
]
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| typeId | string or null |
| userId | string <uuid> |
| description | string or null |
| clazz | integer <int32> |
| clazzId | string or null |
object (Sengsara.Coexist.Activities.ActivityChangeDto) | |
Array of objects or null (Sengsara.Coexist.Activities.ActivityDetailDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "typeId": "string",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "description": "string",
- "clazz": 0,
- "clazzId": "string",
- "change": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}, - "details": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}
]
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| line1 | string or null |
| line2 | string or null |
| line3 | string or null |
| line4 | string or null |
| postalCode | string or null |
| city | string or null |
| countryId | string or null |
object (Sengsara.Coexist.Countries.CountryDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "postalCode": "string",
- "city": "string",
- "countryId": "string",
- "country": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "code": "string",
- "symbol": "string",
- "flag": "string"
}
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| line1 | string or null |
| line2 | string or null |
| line3 | string or null |
| line4 | string or null |
| postalCode | string or null |
| city | string or null |
| countryId | string or null |
object (Sengsara.Coexist.Countries.CountryDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "postalCode": "string",
- "city": "string",
- "countryId": "string",
- "country": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "code": "string",
- "symbol": "string",
- "flag": "string"
}
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| title | string or null |
| description | string or null |
| typeId | string or null |
| statusId | string or null |
object (Sengsara.Coexist.Articles.ArticleContentDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "title": "string",
- "description": "string",
- "typeId": "string",
- "statusId": "string",
- "content": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| title | string or null |
| description | string or null |
| typeId | string or null |
| statusId | string or null |
object (Sengsara.Coexist.Articles.ArticleContentDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "title": "string",
- "description": "string",
- "typeId": "string",
- "statusId": "string",
- "content": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
| size | integer <int64> |
| date | string <date-time> |
object (Sengsara.Coexist.Files.FileDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string",
- "size": 0,
- "date": "2019-08-24T14:15:22Z",
- "file": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string",
- "contentType": "string",
- "content": "string"
}
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
| size | integer <int64> |
| date | string <date-time> |
object (Sengsara.Coexist.Files.FileDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string",
- "size": 0,
- "date": "2019-08-24T14:15:22Z",
- "file": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string",
- "contentType": "string",
- "content": "string"
}
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| typeId | string or null |
object (Sengsara.Coexist.References.ReferenceDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "typeId": "string",
- "type": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| typeId | string or null |
object (Sengsara.Coexist.References.ReferenceDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "typeId": "string",
- "type": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}
}| id required | string <uuid> |
| name required | string [ 0 .. 128 ] characters |
| type required | integer <int32> (Sengsara.Coexist.Books.BookType) Enum: 0 1 2 3 4 5 6 7 8 |
| publishDate required | string <date> |
| price required | number <float> |
| authorId | string <uuid> |
{- "name": "string",
- "type": 0,
- "publishDate": "2019-08-24",
- "price": 0.1,
- "authorId": "ee6f7132-bd0a-4fcd-83b3-a8022377067b"
}| name required | string [ 0 .. 128 ] characters |
| type required | integer <int32> (Sengsara.Coexist.Books.BookType) Enum: 0 1 2 3 4 5 6 7 8 |
| publishDate required | string <date> |
| price required | number <float> |
| authorId | string <uuid> |
{- "name": "string",
- "type": 0,
- "publishDate": "2019-08-24",
- "price": 0.1,
- "authorId": "ee6f7132-bd0a-4fcd-83b3-a8022377067b"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| date | string <date-time> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "date": "2019-08-24T14:15:22Z"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| date | string <date-time> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "date": "2019-08-24T14:15:22Z"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| shortName | string or null |
| remarks | string or null |
string or null | |
| typeId | string or null |
| levelId | string or null |
| statusId | string or null |
object (Sengsara.Coexist.References.ReferenceDto) | |
object (Sengsara.Coexist.References.ReferenceDto) | |
object (Sengsara.Coexist.References.ReferenceDto) | |
| addressId | string <uuid> |
object (Sengsara.Coexist.Addresses.AddressDto) | |
Array of objects or null (Sengsara.Coexist.Identities.IdentityDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "shortName": "string",
- "remarks": "string",
- "email": "string",
- "typeId": "string",
- "levelId": "string",
- "statusId": "string",
- "type": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "level": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "status": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "addressId": "785d1fc4-8ab5-48f1-8685-117cac9865d6",
- "address": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "postalCode": "string",
- "city": "string",
- "countryId": "string",
- "country": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "code": "string",
- "symbol": "string",
- "flag": "string"
}
}, - "identities": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "value": "string",
- "typeId": "string",
- "statusId": "string",
- "type": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "status": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}
}
]
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| shortName | string or null |
| remarks | string or null |
string or null | |
| typeId | string or null |
| levelId | string or null |
| statusId | string or null |
object (Sengsara.Coexist.References.ReferenceDto) | |
object (Sengsara.Coexist.References.ReferenceDto) | |
object (Sengsara.Coexist.References.ReferenceDto) | |
| addressId | string <uuid> |
object (Sengsara.Coexist.Addresses.AddressDto) | |
Array of objects or null (Sengsara.Coexist.Identities.IdentityDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "shortName": "string",
- "remarks": "string",
- "email": "string",
- "typeId": "string",
- "levelId": "string",
- "statusId": "string",
- "type": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "level": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "status": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "addressId": "785d1fc4-8ab5-48f1-8685-117cac9865d6",
- "address": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "postalCode": "string",
- "city": "string",
- "countryId": "string",
- "country": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "code": "string",
- "symbol": "string",
- "flag": "string"
}
}, - "identities": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "value": "string",
- "typeId": "string",
- "statusId": "string",
- "type": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "status": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}
}
]
}| id | string or null |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| code | string or null |
| symbol | string or null |
| flag | string or null |
{- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "code": "string",
- "symbol": "string",
- "flag": "string"
}| id required | string |
| id | string or null |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| code | string or null |
| symbol | string or null |
| flag | string or null |
{- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "code": "string",
- "symbol": "string",
- "flag": "string"
}| id | string or null |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| code | string or null |
| flag | string or null |
| symbol | string or null |
| countryId | string or null |
object (Sengsara.Coexist.Countries.CountryDto) |
{- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "code": "string",
- "flag": "string",
- "symbol": "string",
- "countryId": "string",
- "country": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "code": "string",
- "symbol": "string",
- "flag": "string"
}
}| id required | string |
| id | string or null |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| code | string or null |
| flag | string or null |
| symbol | string or null |
| countryId | string or null |
object (Sengsara.Coexist.Countries.CountryDto) |
{- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "code": "string",
- "flag": "string",
- "symbol": "string",
- "countryId": "string",
- "country": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "code": "string",
- "symbol": "string",
- "flag": "string"
}
}| smtpHost | string or null <= 256 characters |
| smtpPort | integer <int32> [ 1 .. 65535 ] |
| smtpUserName | string or null <= 1024 characters |
| smtpPassword | string or null <password> <= 1024 characters |
| smtpDomain | string or null <= 1024 characters |
| smtpEnableSsl | boolean |
| smtpUseDefaultCredentials | boolean |
| defaultFromAddress required | string [ 1 .. 1024 ] characters |
| defaultFromDisplayName required | string [ 1 .. 1024 ] characters |
{- "smtpHost": "string",
- "smtpPort": 1,
- "smtpUserName": "string",
- "smtpPassword": "pa$$word",
- "smtpDomain": "string",
- "smtpEnableSsl": true,
- "smtpUseDefaultCredentials": true,
- "defaultFromAddress": "string",
- "defaultFromDisplayName": "string"
}| senderEmailAddress required | string non-empty |
| targetEmailAddress required | string non-empty |
| subject required | string non-empty |
| body | string or null |
{- "senderEmailAddress": "string",
- "targetEmailAddress": "string",
- "subject": "string",
- "body": "string"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| description | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "description": "string"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| description | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "description": "string"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| remarks | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "remarks": "string"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| remarks | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "remarks": "string"
}| providerName | string |
| providerKey | string |
Array of objects or null (Volo.Abp.FeatureManagement.UpdateFeatureDto) | |||||
Array
| |||||
{- "features": [
- {
- "name": "string",
- "value": "string"
}
]
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
| contentType | string or null |
| content | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string",
- "contentType": "string",
- "content": "string"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
| contentType | string or null |
| content | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string",
- "contentType": "string",
- "content": "string"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}| id | string <uuid> |
| name | string or null |
| allocation | string or null |
| occasion | string or null |
| keywords | string or null |
| tones | string or null |
| length | integer <int32> |
| languageId | string or null |
| count | integer <int32> |
| generatorId | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "allocation": "string",
- "occasion": "string",
- "keywords": "string",
- "tones": "string",
- "length": 0,
- "languageId": "string",
- "count": 0,
- "generatorId": "string"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| value | string or null |
| typeId | string or null |
| statusId | string or null |
object (Sengsara.Coexist.References.ReferenceDto) | |
object (Sengsara.Coexist.References.ReferenceDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "value": "string",
- "typeId": "string",
- "statusId": "string",
- "type": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "status": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| value | string or null |
| typeId | string or null |
| statusId | string or null |
object (Sengsara.Coexist.References.ReferenceDto) | |
object (Sengsara.Coexist.References.ReferenceDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "value": "string",
- "typeId": "string",
- "statusId": "string",
- "type": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "status": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| latitude | number <float> |
| longitude | number <float> |
| altitude | number <float> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "latitude": 0.1,
- "longitude": 0.1,
- "altitude": 0.1
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| latitude | number <float> |
| longitude | number <float> |
| altitude | number <float> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "latitude": 0.1,
- "longitude": 0.1,
- "altitude": 0.1
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| subject | string or null |
| remarks | string or null |
| mediaId | string or null |
object (Sengsara.Coexist.References.ReferenceDto) | |
| statusId | string or null |
object (Sengsara.Coexist.References.ReferenceDto) | |
| incoming | boolean |
| date | string <date-time> |
| receiveDate | string <date-time> |
| sendDate | string <date-time> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "subject": "string",
- "remarks": "string",
- "mediaId": "string",
- "media": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "statusId": "string",
- "status": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "incoming": true,
- "date": "2019-08-24T14:15:22Z",
- "receiveDate": "2019-08-24T14:15:22Z",
- "sendDate": "2019-08-24T14:15:22Z"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| subject | string or null |
| remarks | string or null |
| mediaId | string or null |
object (Sengsara.Coexist.References.ReferenceDto) | |
| statusId | string or null |
object (Sengsara.Coexist.References.ReferenceDto) | |
| incoming | boolean |
| date | string <date-time> |
| receiveDate | string <date-time> |
| sendDate | string <date-time> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "subject": "string",
- "remarks": "string",
- "mediaId": "string",
- "media": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "statusId": "string",
- "status": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "incoming": true,
- "date": "2019-08-24T14:15:22Z",
- "receiveDate": "2019-08-24T14:15:22Z",
- "sendDate": "2019-08-24T14:15:22Z"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| description | string or null |
| expireDate | string <date-time> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "description": "string",
- "expireDate": "2019-08-24T14:15:22Z"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| description | string or null |
| expireDate | string <date-time> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "description": "string",
- "expireDate": "2019-08-24T14:15:22Z"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| description | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "description": "string"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| description | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "description": "string"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
| typeId | string or null |
| levelId | string or null |
| statusId | string or null |
object (Sengsara.Coexist.References.ReferenceDto) | |
object (Sengsara.Coexist.References.ReferenceDto) | |
object (Sengsara.Coexist.References.ReferenceDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string",
- "typeId": "string",
- "levelId": "string",
- "statusId": "string",
- "type": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "level": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "status": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
| typeId | string or null |
| levelId | string or null |
| statusId | string or null |
object (Sengsara.Coexist.References.ReferenceDto) | |
object (Sengsara.Coexist.References.ReferenceDto) | |
object (Sengsara.Coexist.References.ReferenceDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string",
- "typeId": "string",
- "levelId": "string",
- "statusId": "string",
- "type": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "level": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}, - "status": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}
}| providerName | string |
| providerKey | string |
Array of objects or null (Volo.Abp.PermissionManagement.UpdatePermissionDto) | |||||
Array
| |||||
{- "permissions": [
- {
- "name": "string",
- "isGranted": true
}
]
}| id required | string <uuid> |
| id | string <uuid> |
| description | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "description": "string"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
object (Sengsara.Coexist.Categories.CategoryDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "category": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
object (Sengsara.Coexist.Categories.CategoryDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "category": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}
}| userName | string or null [ 0 .. 256 ] characters |
string or null [ 0 .. 256 ] characters | |
| name | string or null [ 0 .. 64 ] characters |
| surname | string or null [ 0 .. 64 ] characters |
| phoneNumber | string or null [ 0 .. 16 ] characters |
| concurrencyStamp | string or null |
{- "userName": "string",
- "email": "string",
- "name": "string",
- "surname": "string",
- "phoneNumber": "string",
- "concurrencyStamp": "string"
}| currentPassword | string or null [ 0 .. 128 ] characters |
| newPassword required | string [ 0 .. 128 ] characters |
{- "currentPassword": "string",
- "newPassword": "string"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| typeId | string or null |
object (Sengsara.Coexist.References.ReferenceDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "typeId": "string",
- "type": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| typeId | string or null |
object (Sengsara.Coexist.References.ReferenceDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "typeId": "string",
- "type": {
- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}
}| id | string or null |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
{- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}| id required | string |
| id | string or null |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
{- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| description | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "description": "string"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| description | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "description": "string"
}| id required | string <uuid> |
| name required | string [ 0 .. 256 ] characters |
| isDefault | boolean |
| isPublic | boolean |
| concurrencyStamp | string or null |
{- "name": "string",
- "isDefault": true,
- "isPublic": true,
- "concurrencyStamp": "string"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}| id | string or null |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
{- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string"
}| id required | string |
| id | string or null |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
{- "id": "string",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| description | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "description": "string"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| description | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "description": "string"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}| id required | string <uuid> |
| name required | string [ 0 .. 64 ] characters |
| concurrencyStamp | string or null |
{- "name": "string",
- "concurrencyStamp": "string"
}| name required | string [ 0 .. 64 ] characters |
| adminEmailAddress required | string <email> [ 1 .. 256 ] characters |
| adminPassword required | string [ 1 .. 128 ] characters |
{- "name": "string",
- "adminEmailAddress": "user@example.com",
- "adminPassword": "string"
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| subject | string or null |
object (Sengsara.Coexist.Categories.CategoryDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "subject": "string",
- "category": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| subject | string or null |
object (Sengsara.Coexist.Categories.CategoryDto) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "subject": "string",
- "category": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}
}| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}| id required | string <uuid> |
| id | string <uuid> |
| creationTime | string <date-time> |
| creatorId | string or null <uuid> |
| lastModificationTime | string or null <date-time> |
| lastModifierId | string or null <uuid> |
| name | string or null |
| remarks | string or null |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationTime": "2019-08-24T14:15:22Z",
- "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
- "lastModificationTime": "2019-08-24T14:15:22Z",
- "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
- "name": "string",
- "remarks": "string"
}| id required | string <uuid> |
| userName required | string [ 0 .. 256 ] characters |
| name | string or null [ 0 .. 64 ] characters |
| surname | string or null [ 0 .. 64 ] characters |
| email required | string <email> [ 0 .. 256 ] characters |
| phoneNumber | string or null [ 0 .. 16 ] characters |
| isActive | boolean |
| lockoutEnabled | boolean |
| roleNames | Array of strings or null |
| password | string or null [ 0 .. 128 ] characters |
| concurrencyStamp | string or null |
{- "userName": "string",
- "name": "string",
- "surname": "string",
- "email": "user@example.com",
- "phoneNumber": "string",
- "isActive": true,
- "lockoutEnabled": true,
- "roleNames": [
- "string"
], - "password": "string",
- "concurrencyStamp": "string"
}| userName required | string [ 0 .. 256 ] characters |
| name | string or null [ 0 .. 64 ] characters |
| surname | string or null [ 0 .. 64 ] characters |
| email required | string <email> [ 0 .. 256 ] characters |
| phoneNumber | string or null [ 0 .. 16 ] characters |
| isActive | boolean |
| lockoutEnabled | boolean |
| roleNames | Array of strings or null |
| password required | string [ 0 .. 128 ] characters |
{- "userName": "string",
- "name": "string",
- "surname": "string",
- "email": "user@example.com",
- "phoneNumber": "string",
- "isActive": true,
- "lockoutEnabled": true,
- "roleNames": [
- "string"
], - "password": "string"
}