POST centers/{centerId}/prospects
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user belongs to center which matches identifier given in "centerId" uri parameter.
- Authenticated user who is either StaffMember
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| centerId | globally unique identifier |
Required |
Body Parameters
PearsonEnglish.LearningServices.Wse.Models.Prospects.ProspectParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| Password | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CenterId | globally unique identifier |
None. |
|
| ShowPlacementResultFlag | boolean |
None. |
|
| PhoneNumber | string |
None. |
|
| IsB2bProspect | boolean |
None. |
|
| Trial | PearsonEnglish.LearningServices.Wse.Models.Prospects.ProspectTrialParameters |
None. |
|
| PlacementTestEntryPoint | PearsonEnglish.LearningServices.Core.Models.Enums.PlacementTestEntryPoint |
None. |
Request Formats
application/json, text/json
Sample:
{
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Email": "sample string 3",
"Password": "sample string 4",
"CompanyId": "69cb40b9-2c61-47fe-a32b-ccf3294a7e7e",
"CenterId": "bf02017d-c1d9-4899-8b58-6fa60e1d5e17",
"ShowPlacementResultFlag": true,
"PhoneNumber": "sample string 6",
"IsB2bProspect": true,
"Trial": {
"Enabled": true,
"StartDate": "2025-11-09T07:45:47.6537054+00:00",
"EndDate": "2025-11-09T07:45:47.6537054+00:00",
"CenterId": "ccdf9ec0-d1c6-4b89-9d95-f18e5251445b",
"UnitNumber": 1,
"OnboardingEnabled": true
},
"PlacementTestEntryPoint": 0
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.