POST v1/TrainerTraining
Request Information
URI Parameters
None.
Body Parameters
TrainerTrainingViewModelName | Description | Type | Additional information |
---|---|---|---|
Visible | boolean |
None. |
|
FollowingNumber | integer |
None. |
|
Text | string |
None. |
|
Anonymize | boolean |
None. |
|
PersonGuid | globally unique identifier |
None. |
|
TrainingGuid | globally unique identifier |
None. |
|
Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Visible": true, "FollowingNumber": 2, "Text": "sample string 3", "Anonymize": true, "PersonGuid": "8eecc1eb-d635-4998-9027-0867833c8a59", "TrainingGuid": "7a140e92-c1f0-441e-86ad-2b2c09876e5a", "Guid": "d9116d34-3252-4e97-a263-6d6703d9f351", "Created": "2024-10-03T17:15:04.0494751+00:00", "Modified": "2024-10-03T17:15:04.0494751+00:00", "Deleted": "2024-10-03T17:15:04.0494751+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"Visible":true,"FollowingNumber":2,"Text":"sample string 3","Anonymize":true,"PersonGuid":"8eecc1eb-d635-4998-9027-0867833c8a59","TrainingGuid":"7a140e92-c1f0-441e-86ad-2b2c09876e5a","Guid":"d9116d34-3252-4e97-a263-6d6703d9f351","Created":"2024-10-03T17:15:04.0494751+00:00","Modified":"2024-10-03T17:15:04.0494751+00:00","Deleted":"2024-10-03T17:15:04.0494751+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<TrainerTrainingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Entity"> <ErrorMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value>sample string 4</d2p1:Value> </d2p1:KeyValueOfstringstring> </ErrorMessages> <Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-10-03T17:15:04.0494751+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-10-03T17:15:04.0494751+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">d9116d34-3252-4e97-a263-6d6703d9f351</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-10-03T17:15:04.0494751+00:00</Modified> <Anonymize>true</Anonymize> <FollowingNumber>2</FollowingNumber> <PersonGuid>8eecc1eb-d635-4998-9027-0867833c8a59</PersonGuid> <Text>sample string 3</Text> <TrainingGuid>7a140e92-c1f0-441e-86ad-2b2c09876e5a</TrainingGuid> <Visible>true</Visible> </TrainerTrainingViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TrainerTrainingViewModelName | Description | Type | Additional information |
---|---|---|---|
Visible | boolean |
None. |
|
FollowingNumber | integer |
None. |
|
Text | string |
None. |
|
Anonymize | boolean |
None. |
|
PersonGuid | globally unique identifier |
None. |
|
TrainingGuid | globally unique identifier |
None. |
|
Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Visible": true, "FollowingNumber": 2, "Text": "sample string 3", "Anonymize": true, "PersonGuid": "f1c9a9e0-53bd-4a89-a91b-6910d05ee33f", "TrainingGuid": "f7da50e0-105c-42f2-ac2e-27f7b20db446", "Guid": "bb162966-b7ed-4407-979f-bf12ef844e29", "Created": "2024-10-03T17:15:04.0494751+00:00", "Modified": "2024-10-03T17:15:04.0494751+00:00", "Deleted": "2024-10-03T17:15:04.0494751+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"Visible":true,"FollowingNumber":2,"Text":"sample string 3","Anonymize":true,"PersonGuid":"f1c9a9e0-53bd-4a89-a91b-6910d05ee33f","TrainingGuid":"f7da50e0-105c-42f2-ac2e-27f7b20db446","Guid":"bb162966-b7ed-4407-979f-bf12ef844e29","Created":"2024-10-03T17:15:04.0494751+00:00","Modified":"2024-10-03T17:15:04.0494751+00:00","Deleted":"2024-10-03T17:15:04.0494751+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<TrainerTrainingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Entity"> <ErrorMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value>sample string 4</d2p1:Value> </d2p1:KeyValueOfstringstring> </ErrorMessages> <Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-10-03T17:15:04.0494751+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-10-03T17:15:04.0494751+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">bb162966-b7ed-4407-979f-bf12ef844e29</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-10-03T17:15:04.0494751+00:00</Modified> <Anonymize>true</Anonymize> <FollowingNumber>2</FollowingNumber> <PersonGuid>f1c9a9e0-53bd-4a89-a91b-6910d05ee33f</PersonGuid> <Text>sample string 3</Text> <TrainingGuid>f7da50e0-105c-42f2-ac2e-27f7b20db446</TrainingGuid> <Visible>true</Visible> </TrainerTrainingViewModel>