POST api/Timbrado/CancelarRetencionesTimbrarXML
Request Information
URI Parameters
None.
Body Parameters
ModelCancel| Name | Description | Type | Additional information |
|---|---|---|---|
| rfcEmisor | string |
None. |
|
| arregloUUID | string |
None. |
|
| cert | string |
None. |
|
| key | string |
None. |
|
| keyPass | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"rfcEmisor": "sample string 1",
"arregloUUID": "sample string 2",
"cert": "sample string 3",
"key": "sample string 4",
"keyPass": "sample string 5"
}
application/xml, text/xml
Sample:
<ModelCancel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AspNexus.NexusFE.Web.RestServices.Models"> <arregloUUID>sample string 2</arregloUUID> <cert>sample string 3</cert> <key>sample string 4</key> <keyPass>sample string 5</keyPass> <rfcEmisor>sample string 1</rfcEmisor> </ModelCancel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
XElement| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstAttribute | XAttribute |
None. |
|
| HasAttributes | boolean |
None. |
|
| HasElements | boolean |
None. |
|
| IsEmpty | boolean |
None. |
|
| LastAttribute | XAttribute |
None. |
|
| Name | XName |
None. |
|
| NodeType | XmlNodeType |
None. |
|
| Value | string |
None. |
|
| FirstNode | XNode |
None. |
|
| LastNode | XNode |
None. |
|
| NextNode | XNode |
None. |
|
| PreviousNode | XNode |
None. |
|
| BaseUri | string |
None. |
|
| Document | XDocument |
None. |
|
| Parent | XElement |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.