POST api/Put_NivelesAtencion
Request Information
URI Parameters
None.
Body Parameters
TB_ListaCliente_Nivel| Name | Description | Type | Additional information |
|---|---|---|---|
| idRed | globally unique identifier |
None. |
|
| ListaNiveles | Collection of TB_NivelesAtencion |
None. |
Request Formats
application/json, text/json
Sample:
{
"idRed": "2bc95028-3ae1-4e1a-b2c0-edab018e41db",
"ListaNiveles": {
"$id": "2",
"$values": [
{
"$id": "3",
"idEspecialidad": "ec082da2-893c-46e3-b082-8d53389c37cc",
"Nivel": 2,
"idred": "de3ba6ec-3d84-453d-a099-e89899aca45e"
},
{
"$ref": "3"
}
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.