POST api/Timbrado/TimbrarPruebaMasivo
Request Information
URI Parameters
None.
Body Parameters
ModelXML| Name | Description | Type | Additional information |
|---|---|---|---|
| xml | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"xml": "QEA="
}
application/xml, text/xml
Sample:
<ModelXML xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AspNexus.NexusFE.Web.RestServices.Models"> <xml>QEA=</xml> </ModelXML>
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.