feat(api): получить зону ответственности по коду
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user