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": "9c96800d-b3c1-45e5-835f-416d4f2399ff",
  "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'.