GET LeonCitas/GetAllSedesByIds/{Ids}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ids | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SedesViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Nombre | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": 1, "Nombre": "sample string 1" }, { "$ref": "1" } ]
multipart/form-data
Sample:
[{"$id":"1","Id":1,"Nombre":"sample string 1"},{"$ref":"1"}]