Name | Description | Type | Additional information |
---|---|---|---|
asId | integer |
Required |
|
eventName | APPEventNames |
Required |
Name | Description | Type | Additional information |
---|---|---|---|
SuccessUrl | URI |
None. |
|
FailedUrl | URI |
None. |
|
BlockOnFailed | boolean |
None. |
{ "SuccessUrl": "http://webapihelppage1.com", "FailedUrl": "http://webapihelppage2.com", "BlockOnFailed": true }
<RegisterOption xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.ThirdParty.Models"> <BlockOnFailed>true</BlockOnFailed> <FailedUrl>http://webapihelppage2.com/</FailedUrl> <SuccessUrl>http://webapihelppage1.com/</SuccessUrl> </RegisterOption>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
EventId | string |
None. |
|
Status | boolean |
None. |
|
Message | string |
None. |
{ "EventId": "sample string 1", "Status": true, "Message": "sample string 3" }
<SubscribeResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.ThirdParty.Models"> <EventId>sample string 1</EventId> <Message>sample string 3</Message> <Status>true</Status> </SubscribeResult>