POST api/CustomerApp/CreateRun
Request Information
URI Parameters
None.
Body Parameters
CreateRunModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EventTicketId | integer |
None. |
|
| RunType | string |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventTicketId": 1,
"RunType": "sample string 2",
"Latitude": 3.1,
"Longitude": 4.1
}
application/xml, text/xml
Sample:
<CreateRunModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/kcm_api_portal.Models"> <EventTicketId>1</EventTicketId> <Latitude>3.1</Latitude> <Longitude>4.1</Longitude> <RunType>sample string 2</RunType> </CreateRunModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.