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>82f2cad5-af05-4b2e-b218-812936b68c75</ContextIdentifierId> <LicenseId>e01a9567-2b5a-4aa8-ae5d-1b3f4adebe1e</LicenseId> <ProductIsbn>sample string 2</ProductIsbn> <UserId>43dcef9b-bea6-4582-b7bb-28dc4a06dcd0</UserId> </UserCheckLicenseEventPublicationMessage>
application/json, text/json
Sample:
{
"UserId": "43dcef9b-bea6-4582-b7bb-28dc4a06dcd0",
"ProductIsbn": "sample string 2",
"LicenseId": "e01a9567-2b5a-4aa8-ae5d-1b3f4adebe1e",
"ContextIdentifierId": "82f2cad5-af05-4b2e-b218-812936b68c75"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.