GET OrdHea?Id={Id}&Id2={Id2}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Id2 | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of vDocument11| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Sto | string |
None. |
|
| Fec | string |
None. |
|
| Tot | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Sto": "sample string 2",
"Fec": "sample string 3",
"Tot": 4.1
},
{
"Id": 1,
"Sto": "sample string 2",
"Fec": "sample string 3",
"Tot": 4.1
}
]
application/xml, text/xml
Sample:
<ArrayOfvDocument11 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WALogic.Modelo">
<vDocument11>
<Fec>sample string 3</Fec>
<Id>1</Id>
<Sto>sample string 2</Sto>
<Tot>4.1</Tot>
</vDocument11>
<vDocument11>
<Fec>sample string 3</Fec>
<Id>1</Id>
<Sto>sample string 2</Sto>
<Tot>4.1</Tot>
</vDocument11>
</ArrayOfvDocument11>