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. |
|
| ParentProductIsbn | 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>eb38a21b-3dc8-416b-b613-d95f998d7242</ContextIdentifierId> <LicenseId>c4cfbe08-a812-4bc1-912c-07ce637f98d5</LicenseId> <ParentProductIsbn>sample string 3</ParentProductIsbn> <ProductIsbn>sample string 2</ProductIsbn> <UserId>185b4e3d-9922-4f74-8964-a8344c51f4b2</UserId> </UserCheckLicenseEventPublicationMessage>
application/json, text/json
Sample:
{
"UserId": "185b4e3d-9922-4f74-8964-a8344c51f4b2",
"ProductIsbn": "sample string 2",
"ParentProductIsbn": "sample string 3",
"LicenseId": "c4cfbe08-a812-4bc1-912c-07ce637f98d5",
"ContextIdentifierId": "eb38a21b-3dc8-416b-b613-d95f998d7242"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.