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>4074471c-dd0d-4fde-b197-d607300531d2</d2p1:guid>
<d2p1:guid>37e5296d-0024-47a3-be21-1e97af08c8b9</d2p1:guid>
</InstitutionLicenseReportIds>
<UserProfileId>c09dcdbd-4b6f-4f9c-b910-ba3e1828bfd2</UserProfileId>
</SendUserProfileLicenseReportsUpdatedMessage>
application/json, text/json
Sample:
{
"UserProfileId": "c09dcdbd-4b6f-4f9c-b910-ba3e1828bfd2",
"InstitutionLicenseReportIds": [
"4074471c-dd0d-4fde-b197-d607300531d2",
"37e5296d-0024-47a3-be21-1e97af08c8b9"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.