POST api/GetModalidadesProveedor
Request Information
URI Parameters
None.
Body Parameters
TB_GetModalidadesProveedorSA| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| idEspecialidad | globally unique identifier |
None. |
|
| idUser | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"idProveedor": "2715657c-e53b-4166-8cf9-871d8f94151d",
"idEspecialidad": "cc1bb5f2-e7c6-4664-9a4d-f9ea576f0081",
"idUser": "c6870f03-309f-461c-b3d9-68b46bb25538"
}
application/xml, text/xml
Sample:
<TB_GetModalidadesProveedorSA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiSuperAPP"> <idEspecialidad>cc1bb5f2-e7c6-4664-9a4d-f9ea576f0081</idEspecialidad> <idProveedor>2715657c-e53b-4166-8cf9-871d8f94151d</idProveedor> <idUser>c6870f03-309f-461c-b3d9-68b46bb25538</idUser> </TB_GetModalidadesProveedorSA>
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/apiSuperAPP"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>