POST api/Proxy/SendUserProfileLicenseReportsUpdatedMessage
Sends SendUserProfileLicenseReportsUpdatedMessage
Request Information
URI Parameters
None.
Body Parameters
SendUserProfileLicenseReportsUpdatedMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| UserProfileId | globally unique identifier |
None. |
|
| InstitutionLicenseReportIds | Collection of globally unique identifier |
None. |
Request Formats
application/xml, text/xml
Sample:
<SendUserProfileLicenseReportsUpdatedMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Messages.Agillic">
<InstitutionLicenseReportIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>924d6732-bc10-48b9-bdf1-b83501acaad3</d2p1:guid>
<d2p1:guid>bf3e45b3-c729-47b4-9145-ecb8d6f31f8d</d2p1:guid>
</InstitutionLicenseReportIds>
<UserProfileId>18d5e3a2-ddb8-4e98-9c2c-9974da00d55f</UserProfileId>
</SendUserProfileLicenseReportsUpdatedMessage>
application/json, text/json
Sample:
{
"UserProfileId": "18d5e3a2-ddb8-4e98-9c2c-9974da00d55f",
"InstitutionLicenseReportIds": [
"924d6732-bc10-48b9-bdf1-b83501acaad3",
"bf3e45b3-c729-47b4-9145-ecb8d6f31f8d"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.