DELETE api/v1/bajacuentafisica
Request Information
URI Parameters
None.
Body Parameters
CuentaViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| cuenta | string |
None. |
|
| empresa | string |
None. |
|
| nombre | string |
None. |
|
| apellidoPaterno | string |
None. |
|
| apellidoMaterno | string |
None. |
|
| fechaNacimiento | string |
None. |
|
| paisNacimiento | string |
None. |
|
| rfcCurp | string |
None. |
|
| firma | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"cuenta": "sample string 1",
"empresa": "sample string 2",
"nombre": "sample string 3",
"apellidoPaterno": "sample string 4",
"apellidoMaterno": "sample string 5",
"fechaNacimiento": "sample string 6",
"paisNacimiento": "sample string 7",
"rfcCurp": "sample string 8",
"firma": "sample string 9"
}
application/xml, text/xml
Sample:
<CuentaViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/proxystp.Models"> <apellidoMaterno>sample string 5</apellidoMaterno> <apellidoPaterno>sample string 4</apellidoPaterno> <cuenta>sample string 1</cuenta> <empresa>sample string 2</empresa> <fechaNacimiento>sample string 6</fechaNacimiento> <firma>sample string 9</firma> <nombre>sample string 3</nombre> <paisNacimiento>sample string 7</paisNacimiento> <rfcCurp>sample string 8</rfcCurp> </CuentaViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.