POST api/IndustryMaster/SaveUpdateIndustry

Request Information

URI Parameters

None.

Body Parameters

IndustryMasterModel
NameDescriptionTypeAdditional information
IndustryID

integer

None.

IndustryName

string

None.

Description

string

None.

IsActive

integer

None.

TotalCount

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "IndustryID": 1,
  "IndustryName": "sample string 2",
  "Description": "sample string 3",
  "IsActive": 4,
  "TotalCount": 5
}

application/xml, text/xml

Sample:
<IndustryMasterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model">
  <Description>sample string 3</Description>
  <IndustryID>1</IndustryID>
  <IndustryName>sample string 2</IndustryName>
  <IsActive>4</IsActive>
  <TotalCount>5</TotalCount>
</IndustryMasterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.