GET api/V_StaffExcelDownload
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of V_StaffExcelDownload| 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 |
|
| JobTitle | string |
String length: inclusive between 0 and 100 |
|
| JobCategoryName | string |
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 |
|
| AXId | string |
String length: inclusive between 0 and 50 |
|
| DealerName | string |
String length: inclusive between 0 and 100 |
|
| AccountNumber | string |
String length: inclusive between 0 and 50 |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"staffId": 1,
"firstName": "sample string 2",
"lastName": "sample string 3",
"jobTitle": "sample string 4",
"jobCategoryName": "sample string 5",
"email": "sample string 6",
"phone": "sample string 7",
"mobile": "sample string 8",
"axId": "sample string 9",
"dealerName": "sample string 10",
"accountNumber": "sample string 11"
},
{
"$ref": "2"
}
]