POST ProductOrderMatchingProduct/Match

Request Information

URI Parameters

None.

Body Parameters

MatchingProductViewModels
NameDescriptionTypeAdditional information
Order_Prodcut_Index_Id

Collection of globally unique identifier

None.

Product_Id

integer

None.

Product_Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Order_Prodcut_Index_Id": [
    "9f27488e-42e7-45b9-90ab-89c335451539",
    "083994ee-af53-4fa2-9df5-72866fd9fe27"
  ],
  "Product_Id": 1,
  "Product_Name": "sample string 2"
}

application/xml, text/xml

Sample:
<MatchingProductViewModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.ProductOrder">
  <Order_Prodcut_Index_Id xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>9f27488e-42e7-45b9-90ab-89c335451539</d2p1:guid>
    <d2p1:guid>083994ee-af53-4fa2-9df5-72866fd9fe27</d2p1:guid>
  </Order_Prodcut_Index_Id>
  <Product_Id>1</Product_Id>
  <Product_Name>sample string 2</Product_Name>
</MatchingProductViewModels>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.