POST api/v1/DailyRosterFilter
Simple model for saving
Request Information
URI Parameters
None.
Body Parameters
FsUserDeptGroupModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FsUserDeptGroupID | globally unique identifier |
Required |
|
| FsUserID | integer |
Required |
|
| Name | string |
Required String length: inclusive between 0 and 50 |
|
| Departments | string |
Required |
|
| AppChanged | string |
String length: inclusive between 0 and 50 |
|
| UserChanged | string |
String length: inclusive between 0 and 50 |
|
| Version | Collection of byte |
None. |
|
| DateChangedUtc | date |
None. |
|
| FsUserDeptGroupTypeId | integer |
Required |
|
| FsUserDeptGroupType | FsUserDeptGroupTypeModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseModelOfBaseResults| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfBaseResults |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PageSize": 1,
"Page": 2,
"TotalPages": 3,
"TotalResults": 4,
"Results": {
"IsSuccessful": true,
"Message": "sample string 2"
}
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}