POST api/DealerStaffs
Request Information
URI Parameters
None.
Body Parameters
DealerStaff| Name | Description | Type | Additional information |
|---|---|---|---|
| DealerStaffId | integer |
None. |
|
| DealerDirectoryId | integer |
None. |
|
| StaffId | integer |
None. |
|
| DeletedDate | date |
None. |
|
| ImportAction | string |
String length: inclusive between 0 and 50 |
|
| ImportDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"dealerStaffId": 1,
"dealerDirectoryId": 2,
"staffId": 3,
"deletedDate": "2025-12-08T11:25:45.3454172+00:00",
"importAction": "sample string 4",
"importDate": "2025-12-08T11:25:45.3454172+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DealerStaff| Name | Description | Type | Additional information |
|---|---|---|---|
| DealerStaffId | integer |
None. |
|
| DealerDirectoryId | integer |
None. |
|
| StaffId | integer |
None. |
|
| DeletedDate | date |
None. |
|
| ImportAction | string |
String length: inclusive between 0 and 50 |
|
| ImportDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"dealerStaffId": 1,
"dealerDirectoryId": 2,
"staffId": 3,
"deletedDate": "2025-12-08T11:25:45.3454172+00:00",
"importAction": "sample string 4",
"importDate": "2025-12-08T11:25:45.3454172+00:00"
}