PUT api/PatchStaffManager
Request Information
URI Parameters
None.
Body Parameters
Staff| Name | Description | Type | Additional information |
|---|---|---|---|
| StaffId | integer |
None. |
|
| FirstName | string |
String length: inclusive between 0 and 100 |
|
| LastName | string |
String length: inclusive between 0 and 100 |
|
| TitleId | integer |
None. |
|
| AKA | string |
String length: inclusive between 0 and 50 |
|
| JobTitle | string |
String length: inclusive between 0 and 100 |
|
| JobCategoryId | integer |
None. |
|
| string |
String length: inclusive between 0 and 80 |
||
| Phone | string |
String length: inclusive between 0 and 50 |
|
| Mobile | string |
String length: inclusive between 0 and 50 |
|
| GuildNumber | string |
String length: inclusive between 0 and 20 |
|
| StartDate | date |
None. |
|
| ManagerId | integer |
None. |
|
| LastLogin | date |
None. |
|
| LoginCount | integer |
None. |
|
| UserName | string |
String length: inclusive between 0 and 30 |
|
| InternalUser | boolean |
None. |
|
| DeletedDate | date |
None. |
|
| StaffSFId | string |
String length: inclusive between 0 and 50 |
|
| AXId | string |
String length: inclusive between 0 and 50 |
|
| ImportAction | string |
String length: inclusive between 0 and 50 |
|
| ImportDate | date |
None. |
|
| DealerStaffs | Collection of DealerStaff |
None. |
|
| Staff1 | Collection of Staff |
None. |
|
| Staff2 | Staff |
None. |
Request Formats
application/json, text/json
Sample:
{
"staffId": 1,
"firstName": "sample string 2",
"lastName": "sample string 3",
"titleId": 1,
"aka": "sample string 4",
"jobTitle": "sample string 5",
"jobCategoryId": 1,
"email": "sample string 6",
"phone": "sample string 7",
"mobile": "sample string 8",
"guildNumber": "sample string 9",
"startDate": "2025-12-08T11:25:44.2931231+00:00",
"managerId": 1,
"lastLogin": "2025-12-08T11:25:44.2931231+00:00",
"loginCount": 1,
"userName": "sample string 10",
"internalUser": true,
"deletedDate": "2025-12-08T11:25:44.2931231+00:00",
"staffSFId": "sample string 11",
"axId": "sample string 12",
"importAction": "sample string 13",
"importDate": "2025-12-08T11:25:44.2931231+00:00",
"dealerStaffs": {
"$id": "2",
"$values": [
{
"$id": "3",
"dealerStaffId": 1,
"dealerDirectoryId": 2,
"staffId": 3,
"deletedDate": "2025-12-08T11:25:44.2931231+00:00",
"importAction": "sample string 4",
"importDate": "2025-12-08T11:25:44.2931231+00:00"
},
{
"$ref": "3"
}
]
},
"staff1": {
"$id": "4",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"staff2": {
"$ref": "1"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.