feat(api): получить зону ответственности по коду

This commit is contained in:
Mikhail Trubnikov
2024-08-26 10:59:56 +10:00
parent 2f46cc4b53
commit 4e5f0ad9f2
3 changed files with 22 additions and 1 deletions

View File

@@ -118,6 +118,9 @@
public static class ResponseArea
{
public const string GetAll = Base + "/response-areas/";
public const string Get = Base + "/response-areas/" + getParam;
public const string getParam = "{responseAreaCode}";
}
public static class RobotHistoryLevel