POST api/InactivaPersonaAmazon
Request Information
URI Parameters
None.
Body Parameters
TB_InactivarPersonaAmazon| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| numAmazonian | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idPersona": "071ed4a4-7209-4d0f-9ff7-178b8ef835d5",
"numAmazonian": "sample string 2"
}
application/xml, text/xml
Sample:
<TB_InactivarPersonaAmazon xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VC_Med_Ecuador_pr"> <idPersona>071ed4a4-7209-4d0f-9ff7-178b8ef835d5</idPersona> <numAmazonian>sample string 2</numAmazonian> </TB_InactivarPersonaAmazon>
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>