GET api/{Language}/Lieu/GetAllTypes
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Language | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of TypeLieuDataName | Description | Type | Additional information |
---|---|---|---|
TypeLieuId | integer |
None. |
|
Nom | Dictionary of string [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TypeLieuId": 1, "Nom": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } }, { "TypeLieuId": 1, "Nom": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } } ]