POST api/Godown/CreateBundle

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
bundlemodels
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Bundle_Id_PK": 1,
  "Bundle_APP_No": "sample string 2",
  "Bundle_Reg_No": "sample string 3",
  "Bundle_Old_App_No": "sample string 4",
  "Bundle_SerialNo": 5,
  "Bundle_No": 6
}

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 'BundleModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.