Name | Description | Type | Additional information |
---|---|---|---|
asId | integer |
Required |
None.
Name | Description | Type | Additional information |
---|---|---|---|
AsId | integer |
None. |
|
EventId | string |
None. |
|
EventName | APPEventNames |
None. |
|
IsDeleted | boolean |
None. |
|
Block | boolean |
None. |
|
Seccuss | URI |
None. |
|
Failed | URI |
None. |
[ { "AsId": 1, "EventId": "sample string 2", "EventName": 1010, "IsDeleted": true, "Block": true, "Seccuss": "http://webapihelppage5.com", "Failed": "http://webapihelppage6.com" }, { "AsId": 1, "EventId": "sample string 2", "EventName": 1010, "IsDeleted": true, "Block": true, "Seccuss": "http://webapihelppage5.com", "Failed": "http://webapihelppage6.com" } ]
<ArrayOfTPEvent.TPEventMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Business.ThirdParty"> <TPEvent.TPEventMessage> <AsId>1</AsId> <Block>true</Block> <EventId>sample string 2</EventId> <EventName>BillStateChange</EventName> <Failed>http://webapihelppage6.com/</Failed> <IsDeleted>true</IsDeleted> <Seccuss>http://webapihelppage5.com/</Seccuss> </TPEvent.TPEventMessage> <TPEvent.TPEventMessage> <AsId>1</AsId> <Block>true</Block> <EventId>sample string 2</EventId> <EventName>BillStateChange</EventName> <Failed>http://webapihelppage6.com/</Failed> <IsDeleted>true</IsDeleted> <Seccuss>http://webapihelppage5.com/</Seccuss> </TPEvent.TPEventMessage> </ArrayOfTPEvent.TPEventMessage>