POST api/admin/creator/create
Request Information
URI Parameters
None.
Body Parameters
CreatorCreateEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| CreatorName | string |
None. |
|
| VideoUrl | string |
None. |
|
| PhotoUrl | string |
None. |
|
| WebsiteUrl | string |
None. |
|
| Bio | string |
None. |
|
| CreatorImageUrl | string |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreatorName": "sample string 1",
"VideoUrl": "sample string 2",
"PhotoUrl": "sample string 3",
"WebsiteUrl": "sample string 4",
"Bio": "sample string 5",
"CreatorImageUrl": "sample string 6",
"UserId": "sample string 7"
}
application/xml, text/xml
Sample:
<CreatorCreateEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThemeParkEntities.Creator"> <Bio>sample string 5</Bio> <CreatorImageUrl>sample string 6</CreatorImageUrl> <CreatorName>sample string 1</CreatorName> <PhotoUrl>sample string 3</PhotoUrl> <UserId>sample string 7</UserId> <VideoUrl>sample string 2</VideoUrl> <WebsiteUrl>sample string 4</WebsiteUrl> </CreatorCreateEntity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.