PUT Forms/Category/{formCategoryID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
formCategoryID | integer |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
FormCategoryDtoName | Description | Type | Additional information |
---|---|---|---|
FormCategoryID | integer |
None. |
|
FormClass | FormClass |
None. |
|
CategoryName | string |
None. |
|
SortOrder | integer |
None. |
|
RecordState | FormRecordState |
None. |
|
Created | FormAuditDataDto |
None. |
|
LastUpdated | FormAuditDataDto |
None. |
Request Formats
application/json, text/json
Sample:
{ "formCategoryID": 1, "formClass": 1, "categoryName": "sample string 2", "sortOrder": 3, "recordState": 1, "created": { "dateUtc": "2024-12-04T08:07:39.8950371+00:00", "userName": "sample string 2" }, "lastUpdated": { "dateUtc": "2024-12-04T08:07:39.8950371+00:00", "userName": "sample string 2" } }
application/xml, text/xml
Sample:
<FormCategoryDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlayaCare.Residential.Models.Forms"> <CategoryName>sample string 2</CategoryName> <Created> <DateUtc>2024-12-04T08:07:39.8950371+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <FormCategoryID>1</FormCategoryID> <FormClass>Client</FormClass> <LastUpdated> <DateUtc>2024-12-04T08:07:39.8950371+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <SortOrder>3</SortOrder> </FormCategoryDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ��1�@E�B�u1Â���F� v$&�ٵ0��Yx$��Fl���������N�� �:��@����x���o�7=�7��q�\�m�A�wbY�r{�5ׅ��@#�(��D�F]��N�8aEXR�^V��e�@$Ĉ�y�?'q^�������
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. |