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": "ab1577eb-ff47-49ae-af4a-eb734c7c35aa",
"ListaNiveles": {
"$id": "2",
"$values": [
{
"$id": "3",
"idEspecialidad": "0bc9f55d-baaa-4dc0-82b8-c1d1bfff3e3c",
"Nivel": 2,
"idred": "8c9ea417-a0fb-4ed1-8661-57794738634d"
},
{
"$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.