GET OrdDet?Id={Id}&Id2={Id2}&Id3={Id3}&Id4={Id4}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Id2 | integer |
Required |
|
| Id3 | integer |
Required |
|
| Id4 | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of vDocument12| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Id2 | integer |
None. |
|
| Pro | string |
None. |
|
| Uni | string |
None. |
|
| Can | decimal number |
None. |
|
| Pre | decimal number |
None. |
|
| Par | decimal number |
None. |
|
| Id3 | integer |
None. |
|
| Use | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Id2": 2,
"Pro": "sample string 3",
"Uni": "sample string 4",
"Can": 5.1,
"Pre": 6.1,
"Par": 7.1,
"Id3": 8,
"Use": "sample string 9"
},
{
"Id": 1,
"Id2": 2,
"Pro": "sample string 3",
"Uni": "sample string 4",
"Can": 5.1,
"Pre": 6.1,
"Par": 7.1,
"Id3": 8,
"Use": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfvDocument12 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WALogic.Modelo">
<vDocument12>
<Can>5.1</Can>
<Id>1</Id>
<Id2>2</Id2>
<Id3>8</Id3>
<Par>7.1</Par>
<Pre>6.1</Pre>
<Pro>sample string 3</Pro>
<Uni>sample string 4</Uni>
<Use>sample string 9</Use>
</vDocument12>
<vDocument12>
<Can>5.1</Can>
<Id>1</Id>
<Id2>2</Id2>
<Id3>8</Id3>
<Par>7.1</Par>
<Pre>6.1</Pre>
<Pro>sample string 3</Pro>
<Uni>sample string 4</Uni>
<Use>sample string 9</Use>
</vDocument12>
</ArrayOfvDocument12>