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>04159017-4abe-4374-a12a-8b1c7ce6b3fc</ContextIdentifierId> <LicenseId>9bf1e476-804a-4be2-a6a8-587ef556fa75</LicenseId> <ParentProductIsbn>sample string 3</ParentProductIsbn> <ProductIsbn>sample string 2</ProductIsbn> <UserId>6607d298-e4b5-479f-b201-d0392eff903c</UserId> </UserCheckLicenseEventPublicationMessage>
application/json, text/json
Sample:
{
"UserId": "6607d298-e4b5-479f-b201-d0392eff903c",
"ProductIsbn": "sample string 2",
"ParentProductIsbn": "sample string 3",
"LicenseId": "9bf1e476-804a-4be2-a6a8-587ef556fa75",
"ContextIdentifierId": "04159017-4abe-4374-a12a-8b1c7ce6b3fc"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.