Login
API | Description |
---|---|
GET api/Login/Get?username={username}&password={password}&expireDate={expireDate} |
Authenticates the user |
GET api/Login?username={username}&password={password}&expireDate={expireDate} |
Authenticates the user |
Place
Town
API | Description |
---|---|
GET api/Town/Get?query={query}&language={language}&postalCode={postalCode}&municipality={municipality} |
No documentation available. |
GET api/Town?query={query}&language={language}&postalCode={postalCode}&municipality={municipality} |
No documentation available. |
SubCategory
API | Description |
---|---|
GET api/SubCategory/Get |
Get subcategories, this method supports OData |
GET api/SubCategory/Get/{id} |
Returns a single SubCategory by ID |
GET api/SubCategory |
Get subcategories, this method supports OData |
GET api/SubCategory/{id} |
Returns a single SubCategory by ID |
Region
API | Description |
---|---|
GET api/Region/Get |
Gets all regions, method supports OData |
GET api/Region/Get/{id} |
Returns a single region by ID |
GET api/Region |
Gets all regions, method supports OData |
GET api/Region/{id} |
Returns a single region by ID |
Category
API | Description |
---|---|
GET api/Category/Get |
Get all service categories, this method supports OData |
GET api/Category/Get/{id} |
Returns single category |
GET api/Category |
Get all service categories, this method supports OData |
GET api/Category/{id} |
Returns single category |
Sign
API | Description |
---|---|
GET api/Sign/Get |
Get signs, this method supports OData |
GET api/Sign/Get/{id} |
Returns single sign by ID |
GET api/Sign/ByService/{id} |
Gets signs by service ID |
GET api/Sign |
Get signs, this method supports OData |
Service
PlaceCategory
API | Description |
---|---|
GET api/PlaceCategory/Get |
Returns place categories, this methods supports OData |
GET api/PlaceCategory/Get/{id} |
Returns place by ID |
GET api/PlaceCategory |
Returns place categories, this methods supports OData |
GET api/PlaceCategory/{id} |
Returns place by ID |
Language
API | Description |
---|---|
GET api/Language/Get |
Gets languages, this method supports OData |
GET api/Language |
Gets languages, this method supports OData |