POST api/ProductSize/CreateMaterialAndReceipt

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "96ee031b-5cfe-48c2-bc30-bcee779a690f",
  "CompanyID": 2,
  "ProductSizeID": 3,
  "ProductText": "sample string 4",
  "SizeText": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProductSize'.