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>a4aef8c6-b5bd-4aec-9f7f-741983c1b4e8</ContextIdentifierId> <LicenseId>be960a06-0e18-4fc5-a75f-bb0e0ea349a7</LicenseId> <ProductIsbn>sample string 2</ProductIsbn> <UserId>78e3077b-8fdf-41d2-a616-79b4401c8e9c</UserId> </UserCheckLicenseEventPublicationMessage>
application/json, text/json
Sample:
{
"UserId": "78e3077b-8fdf-41d2-a616-79b4401c8e9c",
"ProductIsbn": "sample string 2",
"LicenseId": "be960a06-0e18-4fc5-a75f-bb0e0ea349a7",
"ContextIdentifierId": "a4aef8c6-b5bd-4aec-9f7f-741983c1b4e8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.