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": "da3d38ae-39eb-4ea6-8d4f-769bae0159b9",
"idConsulta": "1726f9cc-576f-4ea3-9055-f8708d8d331f",
"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>1726f9cc-576f-4ea3-9055-f8708d8d331f</idConsulta> <idProveedor>da3d38ae-39eb-4ea6-8d4f-769bae0159b9</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>