PUT api/Employee/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Staff
NameDescriptionTypeAdditional information
StaffId

integer

None.

StaffNumber

string

None.

StaffUserName

string

None.

StaffFirstName

string

None.

StaffSurname

string

None.

StaffEmail

string

None.

StaffTel

string

None.

Request Formats

application/json, text/json

Sample:
{
  "staffId": 1,
  "staffNumber": "sample string 2",
  "staffUserName": "sample string 3",
  "staffFirstName": "sample string 4",
  "staffSurname": "sample string 5",
  "staffEmail": "sample string 6",
  "staffTel": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.