GET api/ProductOrder_Product

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProductOrder_Product
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Order_Id

globally unique identifier

None.

ProductId

integer

None.

ProductName

string

None.

Is_WildCard

boolean

None.

Enable

boolean

None.

TimeStamp

date

None.

Price

integer

None.

Amount

byte

None.

Operator

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "14c306f2-c310-43be-86d4-b10c807b6dc8",
    "Order_Id": "d9ebd71a-5f66-4fc3-9ddb-14dc7c50a671",
    "ProductId": 3,
    "ProductName": "sample string 4",
    "Is_WildCard": true,
    "Enable": true,
    "TimeStamp": "2026-02-14T08:08:54.4679428+08:00",
    "Price": 8,
    "Amount": 64,
    "Operator": "37f1229d-b3b2-4c39-a9e2-c8dc4c61e1e8"
  },
  {
    "Id": "14c306f2-c310-43be-86d4-b10c807b6dc8",
    "Order_Id": "d9ebd71a-5f66-4fc3-9ddb-14dc7c50a671",
    "ProductId": 3,
    "ProductName": "sample string 4",
    "Is_WildCard": true,
    "Enable": true,
    "TimeStamp": "2026-02-14T08:08:54.4679428+08:00",
    "Price": 8,
    "Amount": 64,
    "Operator": "37f1229d-b3b2-4c39-a9e2-c8dc4c61e1e8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfProductOrder_Product xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities.ProductOrder">
  <ProductOrder_Product>
    <Amount>64</Amount>
    <Enable>true</Enable>
    <Id>14c306f2-c310-43be-86d4-b10c807b6dc8</Id>
    <Is_WildCard>true</Is_WildCard>
    <Operator>37f1229d-b3b2-4c39-a9e2-c8dc4c61e1e8</Operator>
    <Order_Id>d9ebd71a-5f66-4fc3-9ddb-14dc7c50a671</Order_Id>
    <Price>8</Price>
    <ProductId>3</ProductId>
    <ProductName>sample string 4</ProductName>
    <TimeStamp>2026-02-14T08:08:54.4679428+08:00</TimeStamp>
  </ProductOrder_Product>
  <ProductOrder_Product>
    <Amount>64</Amount>
    <Enable>true</Enable>
    <Id>14c306f2-c310-43be-86d4-b10c807b6dc8</Id>
    <Is_WildCard>true</Is_WildCard>
    <Operator>37f1229d-b3b2-4c39-a9e2-c8dc4c61e1e8</Operator>
    <Order_Id>d9ebd71a-5f66-4fc3-9ddb-14dc7c50a671</Order_Id>
    <Price>8</Price>
    <ProductId>3</ProductId>
    <ProductName>sample string 4</ProductName>
    <TimeStamp>2026-02-14T08:08:54.4679428+08:00</TimeStamp>
  </ProductOrder_Product>
</ArrayOfProductOrder_Product>