GET api/GetPartsId?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of v_PartsIdByStaffid| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountsId | integer |
None. |
|
| AccountTypeId | integer |
None. |
|
| StaffId | integer |
None. |
|
| AccountType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"accountsId": 1,
"accountTypeId": 2,
"staffId": 3,
"accountType": "sample string 4"
},
{
"$ref": "2"
}
]