POST api/UnstructuredLearningManualTracker

Request Information

URI Parameters

None.

Body Parameters

UnstructuredLearningManualTracker
NameDescriptionTypeAdditional information
Id

integer

None.

Title

string

None.

Description

string

None.

TimeSpentHours

integer

None.

TimeSpentMinutes

integer

None.

Category

string

None.

Evidence

string

None.

RecordedBy

integer

None.

RecordedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Title": "sample string 2",
  "Description": "sample string 3",
  "TimeSpentHours": 4,
  "TimeSpentMinutes": 5,
  "Category": "sample string 6",
  "Evidence": "sample string 7",
  "RecordedBy": 8,
  "RecordedDate": "2026-01-24T09:44:42.3944538+00:00"
}

application/xml, text/xml

Sample:
<UnstructuredLearningManualTracker xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/ConstructionCPD.API.Models">
  <Category>sample string 6</Category>
  <Description>sample string 3</Description>
  <Evidence>sample string 7</Evidence>
  <Id>1</Id>
  <RecordedBy>8</RecordedBy>
  <RecordedDate>2026-01-24T09:44:42.3944538+00:00</RecordedDate>
  <TimeSpentHours>4</TimeSpentHours>
  <TimeSpentMinutes>5</TimeSpentMinutes>
  <Title>sample string 2</Title>
</UnstructuredLearningManualTracker>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UnstructuredLearningManualTracker'.

Response Information

Resource Description

None.