GET api/Articles/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Article| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| Label | string |
Max length: 255 |
|
| Unitprice | decimal number |
None. |
|
| Description | string |
Max length: 255 |
|
| PriceUnitId | globally unique identifier |
None. |
|
| GenericIconName | string |
None. |
|
| ImageName | string |
None. |
|
| PriceUnit | PriceUnit |
None. |
|
| Company | Company |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.