POST api/intranet/sotech/add/presentation
Adds a new So Tech presentation.
Request Information
URI Parameters
None.
Body Parameters
PresentationPostModelName | Description | Type | Additional information |
---|---|---|---|
subject | string |
None. |
|
objectId | string |
None. |
|
presentationDate | date |
None. |
|
time | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "subject": "sample string 1", "objectId": "sample string 2", "presentationDate": "2025-06-17T14:18:07.7234814+02:00", "time": "sample string 4" }
application/xml, text/xml
Sample:
<PresentationPostModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Intranet.DTO"> <objectId>sample string 2</objectId> <presentationDate>2025-06-17T14:18:07.7234814+02:00</presentationDate> <subject>sample string 1</subject> <time>sample string 4</time> </PresentationPostModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result in json
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.