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": "5869fe2f-6854-4472-be11-3bd22e835932",
  "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'.