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>f2cbda02-4694-4757-8c10-c482d24fac7f</ContextIdentifierId> <LicenseId>9c0832b3-1056-43fb-80c4-9c1ec5c82725</LicenseId> <ProductIsbn>sample string 2</ProductIsbn> <UserId>344cc329-64cf-4911-9fc7-9892c42aae52</UserId> </UserCheckLicenseEventPublicationMessage>
application/json, text/json
Sample:
{
"UserId": "344cc329-64cf-4911-9fc7-9892c42aae52",
"ProductIsbn": "sample string 2",
"LicenseId": "9c0832b3-1056-43fb-80c4-9c1ec5c82725",
"ContextIdentifierId": "f2cbda02-4694-4757-8c10-c482d24fac7f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.