POST api/PostMeGustaEspecialista
Request Information
URI Parameters
None.
Body Parameters
TB_MgEspecialistaSA| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| idProveedor | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"idPersona": "8be58b99-83a4-4d07-b6e1-957f719e4d94",
"idProveedor": "e469fa82-c9ef-44ac-9128-0a93c96b260e"
}
application/xml, text/xml
Sample:
<TB_MgEspecialistaSA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <idPersona>8be58b99-83a4-4d07-b6e1-957f719e4d94</idPersona> <idProveedor>e469fa82-c9ef-44ac-9128-0a93c96b260e</idProveedor> </TB_MgEspecialistaSA>
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/SuperAPPpruebas"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>