GET api/Timbrado/GetOriginString
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>