POST api/eventactions/getactionurl
Request Information
URI Parameters
None.
Body Parameters
EventActionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventActionTemplateId | integer |
None. |
|
| SourceEntityId | integer |
None. |
|
| SourceEntityType | EventEntityTypes |
None. |
|
| LanguageId | integer |
None. |
|
| CFId | integer |
None. |
|
| CustId | integer |
None. |
|
| PropertyId | integer |
None. |
|
| TargetClientCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventActionTemplateId": 1,
"SourceEntityId": 2,
"SourceEntityType": 0,
"LanguageId": 3,
"CFId": 4,
"CustId": 5,
"PropertyId": 6,
"TargetClientCode": "sample string 7"
}
application/xml, text/xml
Sample:
<EventActionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models"> <CFId>4</CFId> <CustId>5</CustId> <EventActionTemplateId>1</EventActionTemplateId> <LanguageId>3</LanguageId> <PropertyId>6</PropertyId> <SourceEntityId>2</SourceEntityId> <SourceEntityType>NoType</SourceEntityType> <TargetClientCode>sample string 7</TargetClientCode> </EventActionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.