GET api/AdditionalInfo/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AdditionalInfoData| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| OrderID | integer |
None. |
|
| Descr | string |
None. |
|
| DocDate | date |
None. |
|
| RecDate | date |
None. |
|
| BookPage | string |
None. |
|
| Instrument | string |
None. |
|
| Comments | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"OrderID": 2,
"Descr": "sample string 3",
"DocDate": "2026-02-10T16:14:00.7706197-08:00",
"RecDate": "2026-02-10T16:14:00.7706197-08:00",
"BookPage": "sample string 4",
"Instrument": "sample string 5",
"Comments": "sample string 6"
}
text/xml
Sample:
<AdditionalInfoData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAS.DAL"> <BookPage>sample string 4</BookPage> <Comments>sample string 6</Comments> <Descr>sample string 3</Descr> <DocDate>2026-02-10T16:14:00.7706197-08:00</DocDate> <ID>1</ID> <Instrument>sample string 5</Instrument> <OrderID>2</OrderID> <RecDate>2026-02-10T16:14:00.7706197-08:00</RecDate> </AdditionalInfoData>