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