POST api/EventInstances/TabsData
Request Information
URI Parameters
None.
Body Parameters
TabsDataRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | integer |
None. |
Request Formats
[application/json, { "EventId": 1 }][text/json, { "EventId": 1 }][application/xml, <TabsDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PosAppBackend.Models"> <EventId>1</EventId> </TabsDataRequest>][text/xml, <TabsDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PosAppBackend.Models"> <EventId>1</EventId> </TabsDataRequest>][application/x-www-form-urlencoded, Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TabsDataRequest'.]Response Information
Resource Description
IHttpActionResultNone.