POST {bucket}/account
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bucket | string |
Required |
Body Parameters
AccountModelName | Description | Type | Additional information |
---|---|---|---|
ListSubscriptionModeId | unsigned integer |
None. |
|
PostingDuration | integer |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
Credit | integer |
None. |
|
BrandId | unsigned integer |
None. |
|
JobboardId | unsigned integer |
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:
{ "ListSubscriptionModeId": 1, "PostingDuration": 1, "StartDate": "2025-01-11T00:09:12.3200725+01:00", "EndDate": "2025-01-11T00:09:12.3200725+01:00", "Credit": 1, "BrandId": 1, "JobboardId": 1, "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 1", "Created": "2025-01-11T00:09:12.3200725+01:00", "Updated": "2025-01-11T00:09:12.3200725+01:00", "Archived": "2025-01-11T00:09:12.3200725+01:00", "CreatedBy": "sample string 2", "UpdatedBy": "sample string 3", "ArchivedBy": "sample string 4", "Version": 1 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.