POST api/Trainingsmanagement

Request Information

URI Parameters

None.

Body Parameters

TrainingsmanagementModel
NameDescriptionTypeAdditional information
tenantId

integer

None.

trainingIDOld

integer

None.

trainingIDNew

integer

None.

isMajorUpdate

boolean

None.

departmentPatternId

integer

None.

UserName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "tenantId": 1,
  "trainingIDOld": 1,
  "trainingIDNew": 1,
  "isMajorUpdate": true,
  "departmentPatternId": 1,
  "UserName": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.