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>4909572e-f7b3-4c9e-ad38-5ce0c1e56a30</d2p1:guid>
<d2p1:guid>3d7c8efe-18d2-4bda-a63a-77cd295a06cc</d2p1:guid>
</InstitutionLicenseReportIds>
<UserProfileId>a8f6c14a-fb6e-4ae9-a338-37eb3d585626</UserProfileId>
</SendUserProfileLicenseReportsUpdatedMessage>
application/json, text/json
Sample:
{
"UserProfileId": "a8f6c14a-fb6e-4ae9-a338-37eb3d585626",
"InstitutionLicenseReportIds": [
"4909572e-f7b3-4c9e-ad38-5ce0c1e56a30",
"3d7c8efe-18d2-4bda-a63a-77cd295a06cc"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.