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>4203d337-95c5-402c-98a6-bc58683c2902</d2p1:guid>
<d2p1:guid>e5d71803-2f65-4bf7-b2c9-4b8d6d60b1d5</d2p1:guid>
</InstitutionLicenseReportIds>
<UserProfileId>243ee963-fb1c-49ce-9cf9-89c7478b0ad1</UserProfileId>
</SendUserProfileLicenseReportsUpdatedMessage>
application/json, text/json
Sample:
{
"UserProfileId": "243ee963-fb1c-49ce-9cf9-89c7478b0ad1",
"InstitutionLicenseReportIds": [
"4203d337-95c5-402c-98a6-bc58683c2902",
"e5d71803-2f65-4bf7-b2c9-4b8d6d60b1d5"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.