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": "ca63c981-f2f2-40b3-83f9-4b3790a64ef4",
"idConsulta": "7c920b6d-2a6e-4ad5-9371-3fadec424f4d",
"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/VC_Med_Ecuador_pr"> <NotaHTML>QEA=</NotaHTML> <idConsulta>7c920b6d-2a6e-4ad5-9371-3fadec424f4d</idConsulta> <idProveedor>ca63c981-f2f2-40b3-83f9-4b3790a64ef4</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/VC_Med_Ecuador_pr"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>