POST api/WebhookTargetFields/Create
Request Information
URI Parameters
None.
Body Parameters
SaveWebhookTargetFieldVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FieldName | string |
None. |
|
| FieldDataType | string |
None. |
|
| FieldDesciption | string |
None. |
|
| IsMandatory | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"FieldName": "sample string 2",
"FieldDataType": "sample string 3",
"FieldDesciption": "sample string 4",
"IsMandatory": true
}
application/xml, text/xml
Sample:
<SaveWebhookTargetFieldVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.WebhookModels"> <FieldDataType>sample string 3</FieldDataType> <FieldDesciption>sample string 4</FieldDesciption> <FieldName>sample string 2</FieldName> <Id>1</Id> <IsMandatory>true</IsMandatory> </SaveWebhookTargetFieldVm>
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.