POST api/Hub47/addEventDetails
Request Information
URI Parameters
None.
Body Parameters
SC_Event| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| EventList | string |
None. |
|
| EventTitle | string |
None. |
|
| ShortDescription | string |
None. |
|
| EventDate | string |
None. |
|
| LongDescription | string |
None. |
|
| CoverimageName | string |
None. |
|
| IntextImage | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"EventList": "sample string 1",
"EventTitle": "sample string 2",
"ShortDescription": "sample string 3",
"EventDate": "sample string 4",
"LongDescription": "sample string 5",
"CoverimageName": "sample string 6",
"IntextImage": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<Hub47Controller.SC_Event xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaskManagementServices.Controllers">
<CoverimageName>sample string 6</CoverimageName>
<EventDate>sample string 4</EventDate>
<EventList>sample string 1</EventList>
<EventTitle>sample string 2</EventTitle>
<ID>1</ID>
<IntextImage xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</IntextImage>
<LongDescription>sample string 5</LongDescription>
<ShortDescription>sample string 3</ShortDescription>
</Hub47Controller.SC_Event>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |