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>99c3f4c6-ad60-49ea-9473-e452d9b1e1c4</ContextIdentifierId> <LicenseId>2f517eb8-00dd-4c75-89b5-655b10cbdedc</LicenseId> <ProductIsbn>sample string 2</ProductIsbn> <UserId>9ba831a9-7c8d-4567-8155-edd03e1f89a6</UserId> </UserCheckLicenseEventPublicationMessage>
application/json, text/json
Sample:
{
"UserId": "9ba831a9-7c8d-4567-8155-edd03e1f89a6",
"ProductIsbn": "sample string 2",
"LicenseId": "2f517eb8-00dd-4c75-89b5-655b10cbdedc",
"ContextIdentifierId": "99c3f4c6-ad60-49ea-9473-e452d9b1e1c4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.