POST api/BajaBeneficiario
Request Information
URI Parameters
None.
Body Parameters
TB_PostBajaBeneficiariosSA| Name | Description | Type | Additional information |
|---|---|---|---|
| idUser | globally unique identifier |
None. |
|
| idPersonaBenef | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"idUser": "eb610d34-73b7-4f86-9bc7-717736bc2f91",
"idPersonaBenef": "74288f8a-9414-444a-a754-b3a5bdf802be"
}
application/xml, text/xml
Sample:
<TB_PostBajaBeneficiariosSA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_Ecuador_pruebas"> <idPersonaBenef>74288f8a-9414-444a-a754-b3a5bdf802be</idPersonaBenef> <idUser>eb610d34-73b7-4f86-9bc7-717736bc2f91</idUser> </TB_PostBajaBeneficiariosSA>
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/api_Ecuador_pruebas"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>