PUT {bucket}/jobboard/remove
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bucket | string |
Required |
Body Parameters
JobboardModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| ListEncodingId | unsigned integer |
None. |
|
| ListReceptionModeId | unsigned integer |
None. |
|
| ListPostingModeId | unsigned integer |
None. |
|
| PostingDuration | integer |
None. |
|
| EditEnabled | boolean |
None. |
|
| DeleteEnabled | boolean |
None. |
|
| HeaderModel | string |
None. |
|
| BodyModel | string |
None. |
|
| FooterModel | string |
None. |
|
| FeedHeader | string |
None. |
|
| FeedFooter | string |
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:
{
"Name": "sample string 1",
"ListEncodingId": 1,
"ListReceptionModeId": 1,
"ListPostingModeId": 1,
"PostingDuration": 1,
"EditEnabled": true,
"DeleteEnabled": true,
"HeaderModel": "sample string 2",
"BodyModel": "sample string 3",
"FooterModel": "sample string 4",
"FeedHeader": "sample string 5",
"FeedFooter": "sample string 6",
"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 7",
"Created": "2025-12-13T08:11:42.8703322+01:00",
"Updated": "2025-12-13T08:11:42.8703322+01:00",
"Archived": "2025-12-13T08:11:42.8703322+01:00",
"CreatedBy": "sample string 8",
"UpdatedBy": "sample string 9",
"ArchivedBy": "sample string 10",
"Version": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.