GET SecuritySystemAPI/LocationSettings/GetLocationSettingsByLocationId/{GUID}/{LocID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
GUID | string |
Required |
|
LocID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LocationSettingsInfoName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
CityID | globally unique identifier |
None. |
|
LocationID | globally unique identifier |
None. |
|
BranchID | globally unique identifier |
None. |
|
ShiftNumber | integer |
None. |
|
WorkInRamadan | boolean |
None. |
|
WorkInEid | boolean |
None. |
|
WorkInWeekEnd | boolean |
None. |
|
WorkInVacations | boolean |
None. |
|
PeriodOneCapacity | integer |
None. |
|
PeriodTwoCapacity | integer |
None. |
|
PeriodThreeCapacity | integer |
None. |
|
PeriodFourCapacity | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": "8b48cbe2-69ca-44f1-8790-3db030ff6cdd", "CityID": "3bf192e7-ded4-4eaa-a4f6-4a59d21ac4f6", "LocationID": "99a33d9a-9285-4a17-b794-f7ba1a25a8c8", "BranchID": "451aab53-9163-4ded-8446-ba4159647ee2", "ShiftNumber": 5, "WorkInRamadan": true, "WorkInEid": true, "WorkInWeekEnd": true, "WorkInVacations": true, "PeriodOneCapacity": 10, "PeriodTwoCapacity": 11, "PeriodThreeCapacity": 12, "PeriodFourCapacity": 13 }
application/xml, text/xml
Sample:
<LocationSettingsInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SecuritySystem.API.Models"> <BranchID>451aab53-9163-4ded-8446-ba4159647ee2</BranchID> <CityID>3bf192e7-ded4-4eaa-a4f6-4a59d21ac4f6</CityID> <ID>8b48cbe2-69ca-44f1-8790-3db030ff6cdd</ID> <LocationID>99a33d9a-9285-4a17-b794-f7ba1a25a8c8</LocationID> <PeriodFourCapacity>13</PeriodFourCapacity> <PeriodOneCapacity>10</PeriodOneCapacity> <PeriodThreeCapacity>12</PeriodThreeCapacity> <PeriodTwoCapacity>11</PeriodTwoCapacity> <ShiftNumber>5</ShiftNumber> <WorkInEid>true</WorkInEid> <WorkInRamadan>true</WorkInRamadan> <WorkInVacations>true</WorkInVacations> <WorkInWeekEnd>true</WorkInWeekEnd> </LocationSettingsInfo>