POST api/mCMst/GetCompanySubType

Request Information

URI Parameters

None.

Body Parameters

company
NameDescriptionTypeAdditional information
CompanyId

integer

None.

CompanyTypeId

integer

None.

CompanyTypeName

string

None.

CompanySubTypeId

integer

None.

CompanySubType

string

None.

Flag

string

None.

Active

boolean

None.

EncodedBy

integer

None.

EncodedDate

date

None.

LastChangeBy

integer

None.

LastChangedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyId": 1,
  "CompanyTypeId": 2,
  "CompanyTypeName": "sample string 3",
  "CompanySubTypeId": 4,
  "CompanySubType": "sample string 5",
  "Flag": "sample string 6",
  "Active": true,
  "EncodedBy": 8,
  "EncodedDate": "2026-06-15T17:32:50.7978259+05:30",
  "LastChangeBy": 10,
  "LastChangedDate": "2026-06-15T17:32:50.7978259+05:30"
}

application/xml, text/xml

Sample:
<company xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseC.Models">
  <Active>true</Active>
  <CompanyId>1</CompanyId>
  <CompanySubType>sample string 5</CompanySubType>
  <CompanySubTypeId>4</CompanySubTypeId>
  <CompanyTypeId>2</CompanyTypeId>
  <CompanyTypeName>sample string 3</CompanyTypeName>
  <EncodedBy>8</EncodedBy>
  <EncodedDate>2026-06-15T17:32:50.7978259+05:30</EncodedDate>
  <Flag>sample string 6</Flag>
  <LastChangeBy>10</LastChangeBy>
  <LastChangedDate>2026-06-15T17:32:50.7978259+05:30</LastChangedDate>
</company>

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

Sample:

Sample not available.