POST api/Media/MediaMultiEdit
Request Information
URI Parameters
None.
Body Parameters
Collection of Media| Name | Description | Type | Additional information |
|---|---|---|---|
| PostID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| PostImage | boolean |
None. |
|
| FilePath | string |
Max length: 600 |
|
| FileName | string |
Max length: 600 |
|
| Extension | string |
Max length: 10 |
|
| Size | integer |
None. |
|
| MediaDescription | string |
Max length: 250 |
|
| Post | Post |
None. |
|
| Category | Category |
None. |
|
| ID | integer |
None. |
|
| CreatorUserId | integer |
None. |
|
| CreationTime | date |
None. |
|
| UserAccountInfo | UserAccount |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.