GET api/DealerStaffs

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DealerStaff
NameDescriptionTypeAdditional 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:
[
  {
    "$id": "2",
    "dealerStaffId": 1,
    "dealerDirectoryId": 2,
    "staffId": 3,
    "deletedDate": "2024-09-19T22:41:24.2565886+00:00",
    "importAction": "sample string 4",
    "importDate": "2024-09-19T22:41:24.2565886+00:00"
  },
  {
    "$ref": "2"
  }
]