PUT {bucket}/recruitmentstep
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bucket | string |
Required |
Body Parameters
RecruitmentStepModelName | Description | Type | Additional information |
---|---|---|---|
Label | string |
None. |
|
DefaultSortOrder | integer |
None. |
|
Locked | boolean |
None. |
|
Displayed | boolean |
None. |
|
Default | boolean |
None. |
|
EventInfoList | Collection of EventInfoModel |
None. |
|
Uid | unsigned integer |
None. |
|
Type | string |
None. |
|
Created | date |
None. |
|
Updated | date |
None. |
|
Archived | date |
None. |
|
CreatedBy | string |
None. |
|
UpdatedBy | string |
None. |
|
ArchivedBy | string |
None. |
|
Version | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Label": "sample string 1", "DefaultSortOrder": 1, "Locked": true, "Displayed": true, "Default": true, "EventInfoList": [ { "ListEventActionId": 1, "ChuckNorrisId": 1, "Response": { "EventId": 1, "ErrorMessage": "sample string 1" } }, { "ListEventActionId": 1, "ChuckNorrisId": 1, "Response": { "EventId": 1, "ErrorMessage": "sample string 1" } } ], "Uid": 1, "Type": "sample string 2", "Created": "2025-01-11T00:07:30.0584195+01:00", "Updated": "2025-01-11T00:07:30.0584195+01:00", "Archived": "2025-01-11T00:07:30.0584195+01:00", "CreatedBy": "sample string 3", "UpdatedBy": "sample string 4", "ArchivedBy": "sample string 5", "Version": 1 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.