GET api/FirmaSube/Liste/{id}
Gönderilen firma idsine ait firma şubeleri listeler.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
FirmaId |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IdAd| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Benzersiz ID |
integer |
None. |
| Ad |
Ad |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"ad": "sample string 2"
}