GET LeonCitas/GetAllSedesByIds/{Ids}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ids

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SedesViewModel
NameDescriptionTypeAdditional 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"}]