POST api/TrackingObjects/{trackingObjectId}/EventTemplates
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| trackingObjectId | integer |
Required |
Body Parameters
EventTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| EventTemplateId | integer |
None. |
|
| Entry | boolean |
None. |
|
| BeginHour | time interval |
None. |
|
| EndHour | time interval |
None. |
|
| EventTemplateName | string |
None. |
|
| EventType | EventType |
None. |
|
| Duration | time interval |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>