GET api/AtributosARP
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of At| Name | Description | Type | Additional information |
|---|---|---|---|
| GY | string |
None. |
|
| Va | string |
None. |
|
| IdA | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GY": "sample string 1",
"Va": "sample string 2",
"IdA": 3
},
{
"GY": "sample string 1",
"Va": "sample string 2",
"IdA": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfAt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyContiparts.api.Models">
<At>
<GY>sample string 1</GY>
<IdA>3</IdA>
<Va>sample string 2</Va>
</At>
<At>
<GY>sample string 1</GY>
<IdA>3</IdA>
<Va>sample string 2</Va>
</At>
</ArrayOfAt>