POST api/customer/profile
Request Information
URI Parameters
None.
Body Parameters
CustomerProfileRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentOrStaffNumber | string |
None. |
|
| FullName | string |
Required |
|
| string |
Required |
||
| PhoneNumber | string |
None. |
|
| DefaultCampusId | integer |
None. |
|
| IsStudent | boolean |
None. |
|
| IsStaff | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"studentOrStaffNumber": "sample string 1",
"fullName": "sample string 2",
"email": "sample string 3",
"phoneNumber": "sample string 4",
"defaultCampusId": 1,
"isStudent": true,
"isStaff": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.