POST api/ProfessionalLearning/GetProfessionalLearningbyUserId

Request Information

URI Parameters

None.

Body Parameters

ProfessionalLearninbyUserRequest
NameDescriptionTypeAdditional information
Providers

string

None.

TimeRange

string

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Providers": "sample string 1",
  "TimeRange": "sample string 2",
  "StartDate": "2025-12-17T09:54:28.1224284+00:00",
  "EndDate": "2025-12-17T09:54:28.1224284+00:00"
}

multipart/form-data

Sample:
{"Providers":"sample string 1","TimeRange":"sample string 2","StartDate":"2025-12-17T09:54:28.1224284+00:00","EndDate":"2025-12-17T09:54:28.1224284+00:00"}

application/xml, text/xml

Sample:
<ProfessionalLearninbyUserRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScrupUpBusinessModel.DTO">
  <EndDate>2025-12-17T09:54:28.1224284+00:00</EndDate>
  <Providers>sample string 1</Providers>
  <StartDate>2025-12-17T09:54:28.1224284+00:00</StartDate>
  <TimeRange>sample string 2</TimeRange>
</ProfessionalLearninbyUserRequest>

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 'ProfessionalLearninbyUserRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data, application/xml, text/xml

Sample:

Sample not available.