GET api/GetPartsId?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of v_PartsIdByStaffid
NameDescriptionTypeAdditional 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"
  }
]