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>2565e546-6b2d-414f-8d8e-e7c3c5b0e263</ContextIdentifierId> <LicenseId>3c4f7d7c-f72c-410e-a9bc-fff6d83ab234</LicenseId> <ParentProductIsbn>sample string 3</ParentProductIsbn> <ProductIsbn>sample string 2</ProductIsbn> <UserId>bfab7a2a-0156-4341-8696-59b6a5f4861d</UserId> </UserCheckLicenseEventPublicationMessage>
application/json, text/json
Sample:
{
"UserId": "bfab7a2a-0156-4341-8696-59b6a5f4861d",
"ProductIsbn": "sample string 2",
"ParentProductIsbn": "sample string 3",
"LicenseId": "3c4f7d7c-f72c-410e-a9bc-fff6d83ab234",
"ContextIdentifierId": "2565e546-6b2d-414f-8d8e-e7c3c5b0e263"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.