POST api/CustomerOrderProdcut

Request Information

URI Parameters

None.

Body Parameters

Customer_Order_Prodcut
NameDescriptionTypeAdditional 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.

Request 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.0635145+08:00",
  "UpdateTime": "2026-02-14T08:06:00.0635145+08:00",
  "Amount": 64,
  "Enable": true
}

application/xml, text/xml

Sample:
<Customer_Order_Prodcut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities.CustomerOrder">
  <Amount>64</Amount>
  <CreateTime>2026-02-14T08:06:00.0635145+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.0635145+08:00</UpdateTime>
  <Updator>sample string 5</Updator>
</Customer_Order_Prodcut>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Customer_Order_Prodcut
NameDescriptionTypeAdditional 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.0635145+08:00",
  "UpdateTime": "2026-02-14T08:06:00.0635145+08:00",
  "Amount": 64,
  "Enable": true
}

application/xml, text/xml

Sample:
<Customer_Order_Prodcut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities.CustomerOrder">
  <Amount>64</Amount>
  <CreateTime>2026-02-14T08:06:00.0635145+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.0635145+08:00</UpdateTime>
  <Updator>sample string 5</Updator>
</Customer_Order_Prodcut>