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": "4ee23d75-34f0-4ec1-8697-7a93592ef4e5",
"ListaNiveles": {
"$id": "2",
"$values": [
{
"$id": "3",
"idEspecialidad": "dc72b268-4cfc-4fab-9514-a33aee8e30f3",
"Nivel": 2,
"idred": "edff693c-2b1e-474e-a161-6ba2913bea18"
},
{
"$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.