POST api/programme/add
Request Information
URI Parameters
None.
Body Parameters
AddProgrammeBindingModels| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required String length: inclusive between 2 and 150 |
|
| startDate | date |
None. |
|
| expiryDate | date |
None. |
|
| isActive | boolean |
None. |
|
| profileIDs | string |
Required String length: inclusive between 2 and 150 |
|
| qualificationIDs | string |
Required String length: inclusive between 2 and 150 |
|
| accountTypeCodes | string |
Required String length: inclusive between 2 and 150 |
|
| bookingStartDate | date |
None. |
|
| bookingEndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"startDate": "2025-12-16T21:39:22.7090614+00:00",
"expiryDate": "2025-12-16T21:39:22.7090614+00:00",
"isActive": true,
"profileIDs": "sample string 5",
"qualificationIDs": "sample string 6",
"accountTypeCodes": "sample string 7",
"bookingStartDate": "2025-12-16T21:39:22.710067+00:00",
"bookingEndDate": "2025-12-16T21:39:22.710067+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |