GET api/CustomerOrderProdcut
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Customer_Order_Prodcut| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerOrderId | integer |
None. |
|
| ProductId | integer |
None. |
|
| Creator | string |
None. |
|
| Updator | string |
None. |
|
| CreateTime | date |
None. |
|
| UpdateTime | date |
None. |
|
| Amount | byte |
None. |
|
| Enable | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"CustomerOrderId": 2,
"ProductId": 3,
"Creator": "sample string 4",
"Updator": "sample string 5",
"CreateTime": "2026-02-14T08:06:00.4079787+08:00",
"UpdateTime": "2026-02-14T08:06:00.4079787+08:00",
"Amount": 64,
"Enable": true
},
{
"Id": 1,
"CustomerOrderId": 2,
"ProductId": 3,
"Creator": "sample string 4",
"Updator": "sample string 5",
"CreateTime": "2026-02-14T08:06:00.4079787+08:00",
"UpdateTime": "2026-02-14T08:06:00.4079787+08:00",
"Amount": 64,
"Enable": true
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomer_Order_Prodcut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities.CustomerOrder">
<Customer_Order_Prodcut>
<Amount>64</Amount>
<CreateTime>2026-02-14T08:06:00.4079787+08:00</CreateTime>
<Creator>sample string 4</Creator>
<CustomerOrderId>2</CustomerOrderId>
<Enable>true</Enable>
<Id>1</Id>
<ProductId>3</ProductId>
<UpdateTime>2026-02-14T08:06:00.4079787+08:00</UpdateTime>
<Updator>sample string 5</Updator>
</Customer_Order_Prodcut>
<Customer_Order_Prodcut>
<Amount>64</Amount>
<CreateTime>2026-02-14T08:06:00.4079787+08:00</CreateTime>
<Creator>sample string 4</Creator>
<CustomerOrderId>2</CustomerOrderId>
<Enable>true</Enable>
<Id>1</Id>
<ProductId>3</ProductId>
<UpdateTime>2026-02-14T08:06:00.4079787+08:00</UpdateTime>
<Updator>sample string 5</Updator>
</Customer_Order_Prodcut>
</ArrayOfCustomer_Order_Prodcut>