POST api/ProductOrder_Product

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "Id": "be9bd39c-e4ad-4bab-8064-a22864576edd",
  "Order_Id": "3ced0d1b-6ec4-41f6-97de-495eb3a3bb41",
  "ProductId": 3,
  "ProductName": "sample string 4",
  "Is_WildCard": true,
  "Enable": true,
  "TimeStamp": "2026-02-14T08:08:54.5179734+08:00",
  "Price": 8,
  "Amount": 64,
  "Operator": "07b9f879-60b1-4a37-86fa-11b139aab24a"
}

application/xml, text/xml

Sample:
<ProductOrder_Product xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities.ProductOrder">
  <Amount>64</Amount>
  <Enable>true</Enable>
  <Id>be9bd39c-e4ad-4bab-8064-a22864576edd</Id>
  <Is_WildCard>true</Is_WildCard>
  <Operator>07b9f879-60b1-4a37-86fa-11b139aab24a</Operator>
  <Order_Id>3ced0d1b-6ec4-41f6-97de-495eb3a3bb41</Order_Id>
  <Price>8</Price>
  <ProductId>3</ProductId>
  <ProductName>sample string 4</ProductName>
  <TimeStamp>2026-02-14T08:08:54.5179734+08:00</TimeStamp>
</ProductOrder_Product>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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": "88fce82d-a092-4e75-bd8f-e7a7459e7cc0",
  "Order_Id": "d644716f-ae9f-444b-a88f-a2adb5f7096d",
  "ProductId": 3,
  "ProductName": "sample string 4",
  "Is_WildCard": true,
  "Enable": true,
  "TimeStamp": "2026-02-14T08:08:54.5179734+08:00",
  "Price": 8,
  "Amount": 64,
  "Operator": "3949ee19-5e8f-48fe-8346-8e279b3d7796"
}

application/xml, text/xml

Sample:
<ProductOrder_Product xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities.ProductOrder">
  <Amount>64</Amount>
  <Enable>true</Enable>
  <Id>88fce82d-a092-4e75-bd8f-e7a7459e7cc0</Id>
  <Is_WildCard>true</Is_WildCard>
  <Operator>3949ee19-5e8f-48fe-8346-8e279b3d7796</Operator>
  <Order_Id>d644716f-ae9f-444b-a88f-a2adb5f7096d</Order_Id>
  <Price>8</Price>
  <ProductId>3</ProductId>
  <ProductName>sample string 4</ProductName>
  <TimeStamp>2026-02-14T08:08:54.5179734+08:00</TimeStamp>
</ProductOrder_Product>