POST Users/AuthGroupForm?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
AuthGroupFormDtoName | Description | Type | Additional information |
---|---|---|---|
FormID | integer |
None. |
|
AuthGroupID | integer |
None. |
|
Type | FormAuthType |
None. |
|
RecordState | FormRecordState |
None. |
|
Created | FormAuditDataDto |
None. |
|
LastUpdated | FormAuditDataDto |
None. |
|
Summary | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "formID": 1, "authGroupID": 2, "type": 1, "recordState": 1, "created": { "dateUtc": "2024-12-04T08:04:02.5921786+00:00", "userName": "sample string 2" }, "lastUpdated": { "dateUtc": "2024-12-04T08:04:02.5921786+00:00", "userName": "sample string 2" }, "summary": "AuthGroupFormDto" }
application/xml, text/xml
Sample:
<AuthGroupFormDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlayaCare.Residential.Models.Forms"> <AuthGroupID>2</AuthGroupID> <Created> <DateUtc>2024-12-04T08:04:02.5921786+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <FormID>1</FormID> <LastUpdated> <DateUtc>2024-12-04T08:04:02.5921786+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <Type>Full</Type> </AuthGroupFormDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ��M �0F�"�5�i�Z���ƍ� ��?И0�.J��\x$�`T<��������?8yr� T.@w|ْ�� ����'s`�_nȦi@ `Ҩ�e��2�∥�B���W2_��)�B]���.U jZ;�L��y"a���u0�H��9M}����M:^������
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |