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>32372d42-6ad4-4b71-89d5-97137ea56f46</ContextIdentifierId> <LicenseId>d44ebea7-7f2f-4c0a-8365-6f46577e54a6</LicenseId> <ProductIsbn>sample string 2</ProductIsbn> <UserId>1a346d5f-27e8-4a61-bcb9-a17455226789</UserId> </UserCheckLicenseEventPublicationMessage>
application/json, text/json
Sample:
{
"UserId": "1a346d5f-27e8-4a61-bcb9-a17455226789",
"ProductIsbn": "sample string 2",
"LicenseId": "d44ebea7-7f2f-4c0a-8365-6f46577e54a6",
"ContextIdentifierId": "32372d42-6ad4-4b71-89d5-97137ea56f46"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.