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>8b03972e-6d08-4b42-84fd-3bf637206cf5</ContextIdentifierId> <LicenseId>837544cb-50b2-47e3-87ce-ae987636dd3b</LicenseId> <ProductIsbn>sample string 2</ProductIsbn> <UserId>299b60a6-ac63-4763-9f99-9a80c96d5c7f</UserId> </UserCheckLicenseEventPublicationMessage>
application/json, text/json
Sample:
{
"UserId": "299b60a6-ac63-4763-9f99-9a80c96d5c7f",
"ProductIsbn": "sample string 2",
"LicenseId": "837544cb-50b2-47e3-87ce-ae987636dd3b",
"ContextIdentifierId": "8b03972e-6d08-4b42-84fd-3bf637206cf5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.