POST api/DeletePlanProteccionCarrito
Request Information
URI Parameters
None.
Body Parameters
TB_DeleteCarritoPP| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| idPlanProteccion | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"idPersona": "17ef2e42-0092-4dfa-ae70-e08a3ec2d776",
"idPlanProteccion": "07f2c716-c8c2-4238-8ddb-62dd674ca8ee"
}
application/xml, text/xml
Sample:
<TB_DeleteCarritoPP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiSuperAPP"> <idPersona>17ef2e42-0092-4dfa-ae70-e08a3ec2d776</idPersona> <idPlanProteccion>07f2c716-c8c2-4238-8ddb-62dd674ca8ee</idPlanProteccion> </TB_DeleteCarritoPP>
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>