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": "055233b4-6361-45e9-a179-6dab34af0138",
"ListaNiveles": {
"$id": "2",
"$values": [
{
"$id": "3",
"idEspecialidad": "074b34f5-f20f-4bc2-9b07-529b05a0f034",
"Nivel": 2,
"idred": "4aa91f48-e6b7-479b-a59b-3bb885eacb7d"
},
{
"$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.