POST api/CreateCompanyTriggerCondition

Request Information

URI Parameters

None.

Body Parameters

SaveCompanyTriggerConditionVms
NameDescriptionTypeAdditional information
Id

integer

None.

CompanyTriggerId

integer

None.

Code

string

None.

TypeId

integer

None.

TypeName

string

None.

SubTypeId

integer

None.

SubTypeName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CompanyTriggerId": 1,
  "Code": "sample string 2",
  "TypeId": 1,
  "TypeName": "sample string 3",
  "SubTypeId": 1,
  "SubTypeName": "sample string 4"
}

application/xml, text/xml

Sample:
<SaveCompanyTriggerConditionVms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.SuperAdminModels">
  <Code>sample string 2</Code>
  <CompanyTriggerId>1</CompanyTriggerId>
  <Id>1</Id>
  <SubTypeId>1</SubTypeId>
  <SubTypeName>sample string 4</SubTypeName>
  <TypeId>1</TypeId>
  <TypeName>sample string 3</TypeName>
</SaveCompanyTriggerConditionVms>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.