POST api/Master/InsertProdTypeMaster

Request Information

URI Parameters

None.

Body Parameters

InsertprodTypeRequest
NameDescriptionTypeAdditional information
ProdTypeKey

integer

None.

ProdTypeCode

string

None.

ProdTypeName

string

None.

CompKey

integer

None.

Subsordemo

string

None.

IsDemoCustomer

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ProdTypeKey": 1,
  "ProdTypeCode": "sample string 2",
  "ProdTypeName": "sample string 3",
  "CompKey": 4,
  "Subsordemo": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.