GET api/Info/article/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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:02:44.7794773+01:00",
"ExpirationDate": "2025-12-15T20:02:44.7794773+01:00",
"Value": 5.0,
"IdCompany": "sample string 6"
}