GET api/Values/getOrderDetail/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "proc_id": 1,
    "proc_type": 1,
    "currency_from": 1,
    "unit": 1,
    "val": 1.1,
    "val1": 1.1,
    "exchange_price": 1.1,
    "expire_date": "2025-04-03T14:07:28.9925584-07:00",
    "taxperc": 1.1,
    "taxval": 1.1,
    "discount": 1.1,
    "expense": 1.1,
    "notes": "sample string 2",
    "item_note": "sample string 3",
    "position": 1.1,
    "Bouns_Per": 1.1,
    "Bouns": 1.1,
    "patch": "sample string 4"
  },
  {
    "id": 1,
    "proc_id": 1,
    "proc_type": 1,
    "currency_from": 1,
    "unit": 1,
    "val": 1.1,
    "val1": 1.1,
    "exchange_price": 1.1,
    "expire_date": "2025-04-03T14:07:28.9925584-07:00",
    "taxperc": 1.1,
    "taxval": 1.1,
    "discount": 1.1,
    "expense": 1.1,
    "notes": "sample string 2",
    "item_note": "sample string 3",
    "position": 1.1,
    "Bouns_Per": 1.1,
    "Bouns": 1.1,
    "patch": "sample string 4"
  },
  {
    "id": 1,
    "proc_id": 1,
    "proc_type": 1,
    "currency_from": 1,
    "unit": 1,
    "val": 1.1,
    "val1": 1.1,
    "exchange_price": 1.1,
    "expire_date": "2025-04-03T14:07:28.9925584-07:00",
    "taxperc": 1.1,
    "taxval": 1.1,
    "discount": 1.1,
    "expense": 1.1,
    "notes": "sample string 2",
    "item_note": "sample string 3",
    "position": 1.1,
    "Bouns_Per": 1.1,
    "Bouns": 1.1,
    "patch": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfInv_Sub xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationAPI.Models">
  <Inv_Sub>
    <Bouns>1.1</Bouns>
    <Bouns_Per>1.1</Bouns_Per>
    <currency_from>1</currency_from>
    <discount>1.1</discount>
    <exchange_price>1.1</exchange_price>
    <expense>1.1</expense>
    <expire_date>2025-04-03T14:07:28.9925584-07:00</expire_date>
    <id>1</id>
    <item_note>sample string 3</item_note>
    <notes>sample string 2</notes>
    <patch>sample string 4</patch>
    <position>1.1</position>
    <proc_id>1</proc_id>
    <proc_type>1</proc_type>
    <taxperc>1.1</taxperc>
    <taxval>1.1</taxval>
    <unit>1</unit>
    <val>1.1</val>
    <val1>1.1</val1>
  </Inv_Sub>
  <Inv_Sub>
    <Bouns>1.1</Bouns>
    <Bouns_Per>1.1</Bouns_Per>
    <currency_from>1</currency_from>
    <discount>1.1</discount>
    <exchange_price>1.1</exchange_price>
    <expense>1.1</expense>
    <expire_date>2025-04-03T14:07:28.9925584-07:00</expire_date>
    <id>1</id>
    <item_note>sample string 3</item_note>
    <notes>sample string 2</notes>
    <patch>sample string 4</patch>
    <position>1.1</position>
    <proc_id>1</proc_id>
    <proc_type>1</proc_type>
    <taxperc>1.1</taxperc>
    <taxval>1.1</taxval>
    <unit>1</unit>
    <val>1.1</val>
    <val1>1.1</val1>
  </Inv_Sub>
  <Inv_Sub>
    <Bouns>1.1</Bouns>
    <Bouns_Per>1.1</Bouns_Per>
    <currency_from>1</currency_from>
    <discount>1.1</discount>
    <exchange_price>1.1</exchange_price>
    <expense>1.1</expense>
    <expire_date>2025-04-03T14:07:28.9925584-07:00</expire_date>
    <id>1</id>
    <item_note>sample string 3</item_note>
    <notes>sample string 2</notes>
    <patch>sample string 4</patch>
    <position>1.1</position>
    <proc_id>1</proc_id>
    <proc_type>1</proc_type>
    <taxperc>1.1</taxperc>
    <taxval>1.1</taxval>
    <unit>1</unit>
    <val>1.1</val>
    <val1>1.1</val1>
  </Inv_Sub>
</ArrayOfInv_Sub>