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>1d3582b5-e7e0-422e-bbd9-4c500085a25f</ContextIdentifierId> <LicenseId>7e821c0a-4bdb-470c-905d-c6c6d1b5f534</LicenseId> <ProductIsbn>sample string 2</ProductIsbn> <UserId>22637796-6f0d-41ef-854b-02bb21c04343</UserId> </UserCheckLicenseEventPublicationMessage>
application/json, text/json
Sample:
{
"UserId": "22637796-6f0d-41ef-854b-02bb21c04343",
"ProductIsbn": "sample string 2",
"LicenseId": "7e821c0a-4bdb-470c-905d-c6c6d1b5f534",
"ContextIdentifierId": "1d3582b5-e7e0-422e-bbd9-4c500085a25f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.