GET api/Info/article
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Article| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Description | string |
None. |
|
| ActivationDate | date |
None. |
|
| ExpirationDate | date |
None. |
|
| Value | decimal number |
None. |
|
| IdCompany | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Code": "sample string 1",
"Description": "sample string 2",
"ActivationDate": "2025-12-15T20:00:35.8990828+01:00",
"ExpirationDate": "2025-12-15T20:00:35.8990828+01:00",
"Value": 5.0,
"IdCompany": "sample string 6"
},
{
"Code": "sample string 1",
"Description": "sample string 2",
"ActivationDate": "2025-12-15T20:00:35.8990828+01:00",
"ExpirationDate": "2025-12-15T20:00:35.8990828+01:00",
"Value": 5.0,
"IdCompany": "sample string 6"
}
]