PUT api/AdditionalInfo
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"OrderID": 2,
"Descr": "sample string 3",
"DocDate": "2026-02-10T16:11:54.2141225-08:00",
"RecDate": "2026-02-10T16:11:54.2141225-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:11:54.2141225-08:00</DocDate> <ID>1</ID> <Instrument>sample string 5</Instrument> <OrderID>2</OrderID> <RecDate>2026-02-10T16:11:54.2141225-08:00</RecDate> </AdditionalInfoData>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |