POST api/TitleEvent/SaveTitles

Request Information

URI Parameters

None.

Body Parameters

EventsAll
NameDescriptionTypeAdditional information
TitleId

integer

None.

EventId

integer

None.

SceneId

integer

None.

SubSceneId

integer

None.

EventDetailId

integer

None.

StartTime

string

None.

EndTime

string

None.

Classification

string

None.

ClassificationScore

decimal number

None.

SubClassification

string

None.

RequiredEventDefinition

string

None.

Event

string

None.

EventsToBeValidation

boolean

None.

Token

string

None.

SubToken

string

None.

TokenClass

string

None.

Type

string

None.

TimeStamp

date

None.

Score

decimal number

None.

Threshold

integer

None.

MinThresholdValue

integer

None.

Status

string

None.

EventStatus

string

None.

IsAdded

boolean

None.

IsModified

boolean

None.

IsDeleted

boolean

None.

IsAccepted

boolean

None.

IsRejected

boolean

None.

ChangeSubToken

boolean

None.

IsMandatory

boolean

None.

Event_Id

integer

None.

Event_StartTime

string

None.

Event_EndTime

string

None.

TokenIds

string

None.

IsAddedFromUI

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "TitleId": 1,
  "EventId": 1,
  "SceneId": 2,
  "SubSceneId": 3,
  "EventDetailId": 4,
  "StartTime": "sample string 5",
  "EndTime": "sample string 6",
  "Classification": "sample string 7",
  "ClassificationScore": 8.1,
  "SubClassification": "sample string 9",
  "RequiredEventDefinition": "sample string 10",
  "Event": "sample string 11",
  "EventsToBeValidation": true,
  "Token": "sample string 13",
  "SubToken": "sample string 14",
  "TokenClass": "sample string 15",
  "Type": "sample string 16",
  "TimeStamp": "2026-01-06T01:33:16.118928+00:00",
  "Score": 18.1,
  "Threshold": 19,
  "MinThresholdValue": 20,
  "Status": "sample string 21",
  "EventStatus": "sample string 22",
  "IsAdded": true,
  "IsModified": true,
  "IsDeleted": true,
  "IsAccepted": true,
  "IsRejected": true,
  "ChangeSubToken": true,
  "IsMandatory": true,
  "Event_Id": 30,
  "Event_StartTime": "sample string 31",
  "Event_EndTime": "sample string 32",
  "TokenIds": "sample string 33",
  "IsAddedFromUI": true
}

application/xml, text/xml

Sample:
<EventsAll xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HumanInLoop.WebApi.Models">
  <ChangeSubToken>true</ChangeSubToken>
  <Classification>sample string 7</Classification>
  <ClassificationScore>8.1</ClassificationScore>
  <EndTime>sample string 6</EndTime>
  <Event>sample string 11</Event>
  <EventDetailId>4</EventDetailId>
  <EventId>1</EventId>
  <EventStatus>sample string 22</EventStatus>
  <Event_EndTime>sample string 32</Event_EndTime>
  <Event_Id>30</Event_Id>
  <Event_StartTime>sample string 31</Event_StartTime>
  <EventsToBeValidation>true</EventsToBeValidation>
  <IsAccepted>true</IsAccepted>
  <IsAdded>true</IsAdded>
  <IsAddedFromUI>true</IsAddedFromUI>
  <IsDeleted>true</IsDeleted>
  <IsMandatory>true</IsMandatory>
  <IsModified>true</IsModified>
  <IsRejected>true</IsRejected>
  <MinThresholdValue>20</MinThresholdValue>
  <RequiredEventDefinition>sample string 10</RequiredEventDefinition>
  <SceneId>2</SceneId>
  <Score>18.1</Score>
  <StartTime>sample string 5</StartTime>
  <Status>sample string 21</Status>
  <SubClassification>sample string 9</SubClassification>
  <SubSceneId>3</SubSceneId>
  <SubToken>sample string 14</SubToken>
  <Threshold>19</Threshold>
  <TimeStamp>2026-01-06T01:33:16.118928+00:00</TimeStamp>
  <TitleId>1</TitleId>
  <Token>sample string 13</Token>
  <TokenClass>sample string 15</TokenClass>
  <TokenIds>sample string 33</TokenIds>
  <Type>sample string 16</Type>
</EventsAll>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResponseEnvelop
NameDescriptionTypeAdditional information
Result

Object

None.

IsError

boolean

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": {},
  "IsError": true,
  "ErrorMessage": "sample string 3"
}

application/xml, text/xml

Sample:
<ApiResponseEnvelop xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HumanInLoop.Core.Models">
  <ErrorMessage>sample string 3</ErrorMessage>
  <IsError>true</IsError>
  <Result />
</ApiResponseEnvelop>