POST api/CreateCompanyTriggerCondition
Request Information
URI Parameters
None.
Body Parameters
SaveCompanyTriggerConditionVms| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.