POST api/UserCheckLicenseEvent
Sends UserCheckLicenseEventPublicationMessage
Request Information
URI Parameters
None.
Body Parameters
UserCheckLicenseEventPublicationMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| ProductIsbn | string |
None. |
|
| LicenseId | globally unique identifier |
None. |
|
| ContextIdentifierId | globally unique identifier |
None. |
Request Formats
application/xml, text/xml
Sample:
<UserCheckLicenseEventPublicationMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Messages.Publications"> <ContextIdentifierId>ec6b96e8-9487-4643-8631-17e436e7ad15</ContextIdentifierId> <LicenseId>a20491d5-b2e7-4c86-8ebb-bddcae8bc795</LicenseId> <ProductIsbn>sample string 2</ProductIsbn> <UserId>892d02c2-7ee1-4568-9b68-551f5ceb07bd</UserId> </UserCheckLicenseEventPublicationMessage>
application/json, text/json
Sample:
{
"UserId": "892d02c2-7ee1-4568-9b68-551f5ceb07bd",
"ProductIsbn": "sample string 2",
"LicenseId": "a20491d5-b2e7-4c86-8ebb-bddcae8bc795",
"ContextIdentifierId": "ec6b96e8-9487-4643-8631-17e436e7ad15"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.