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>9a787f57-0d11-44ed-8d95-e25cded78493</d2p1:guid>
<d2p1:guid>2db43ce2-bcf4-4728-a74e-2a480c1e4a6c</d2p1:guid>
</InstitutionLicenseReportIds>
<UserProfileId>6b1596e5-22e7-4125-a8f0-1232f02a7d4a</UserProfileId>
</SendUserProfileLicenseReportsUpdatedMessage>
application/json, text/json
Sample:
{
"UserProfileId": "6b1596e5-22e7-4125-a8f0-1232f02a7d4a",
"InstitutionLicenseReportIds": [
"9a787f57-0d11-44ed-8d95-e25cded78493",
"2db43ce2-bcf4-4728-a74e-2a480c1e4a6c"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.