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>92f50edd-1d67-485a-8c31-f38d508baa8f</ContextIdentifierId> <LicenseId>5cdec734-80fb-4210-911c-10db8c02338c</LicenseId> <ProductIsbn>sample string 2</ProductIsbn> <UserId>6772866c-a670-4522-9bde-afe300d24e71</UserId> </UserCheckLicenseEventPublicationMessage>
application/json, text/json
Sample:
{
"UserId": "6772866c-a670-4522-9bde-afe300d24e71",
"ProductIsbn": "sample string 2",
"LicenseId": "5cdec734-80fb-4210-911c-10db8c02338c",
"ContextIdentifierId": "92f50edd-1d67-485a-8c31-f38d508baa8f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.