POST api/Proxy/SendUserProfileLicenseReportsUpdatedMessage

Sends SendUserProfileLicenseReportsUpdatedMessage

Request Information

URI Parameters

None.

Body Parameters

SendUserProfileLicenseReportsUpdatedMessage
NameDescriptionTypeAdditional 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>51ab7276-af34-4529-a710-06e8943341a0</d2p1:guid>
    <d2p1:guid>ced9ab5c-f1e0-4750-b1ea-d7f84858ae32</d2p1:guid>
  </InstitutionLicenseReportIds>
  <UserProfileId>da34281a-61e3-486a-9bcc-c93bec7527c6</UserProfileId>
</SendUserProfileLicenseReportsUpdatedMessage>

application/json, text/json

Sample:
{
  "UserProfileId": "da34281a-61e3-486a-9bcc-c93bec7527c6",
  "InstitutionLicenseReportIds": [
    "51ab7276-af34-4529-a710-06e8943341a0",
    "ced9ab5c-f1e0-4750-b1ea-d7f84858ae32"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.