PUT api/customer/profile

Request Information

URI Parameters

None.

Body Parameters

CustomerProfileRequest
NameDescriptionTypeAdditional information
StudentOrStaffNumber

string

None.

FullName

string

Required

Email

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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.