PUT api/ProductOrder_Product/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "4f47c861-825f-4604-a3a3-9f17e9838873",
  "Order_Id": "f03e711c-e370-4e2c-a42a-d1d6400bb7e9",
  "ProductId": 3,
  "ProductName": "sample string 4",
  "Is_WildCard": true,
  "Enable": true,
  "TimeStamp": "2026-02-14T08:10:33.7082202+08:00",
  "Price": 8,
  "Amount": 64,
  "Operator": "e50f2db9-4aff-4369-af5b-2a79b1bbb324"
}

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>4f47c861-825f-4604-a3a3-9f17e9838873</Id>
  <Is_WildCard>true</Is_WildCard>
  <Operator>e50f2db9-4aff-4369-af5b-2a79b1bbb324</Operator>
  <Order_Id>f03e711c-e370-4e2c-a42a-d1d6400bb7e9</Order_Id>
  <Price>8</Price>
  <ProductId>3</ProductId>
  <ProductName>sample string 4</ProductName>
  <TimeStamp>2026-02-14T08:10:33.7082202+08:00</TimeStamp>
</ProductOrder_Product>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.