POST api/PostNota
Request Information
URI Parameters
None.
Body Parameters
TB_PostNotaConsulta| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| idConsulta | globally unique identifier |
None. |
|
| NotaHTML | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"idProveedor": "766924d8-0332-4ecc-a20a-cfb844eeee26",
"idConsulta": "6839f099-f8df-4232-a0c0-26e3446a26f3",
"NotaHTML": "QEA="
}
application/xml, text/xml
Sample:
<TB_PostNotaConsulta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiRadar"> <NotaHTML>QEA=</NotaHTML> <idConsulta>6839f099-f8df-4232-a0c0-26e3446a26f3</idConsulta> <idProveedor>766924d8-0332-4ecc-a20a-cfb844eeee26</idProveedor> </TB_PostNotaConsulta>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"mensaje": "sample string 2",
"contenido": {}
}
application/xml, text/xml
Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiRadar"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>