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>cd497dd3-4cdf-47bc-8680-0ab91077c80e</d2p1:guid>
    <d2p1:guid>318ac344-a92d-4d8e-8fa3-cb442e5936b5</d2p1:guid>
  </InstitutionLicenseReportIds>
  <UserProfileId>89262051-3bb9-4ad4-92bd-643920bc3a62</UserProfileId>
</SendUserProfileLicenseReportsUpdatedMessage>

application/json, text/json

Sample:
{
  "UserProfileId": "89262051-3bb9-4ad4-92bd-643920bc3a62",
  "InstitutionLicenseReportIds": [
    "cd497dd3-4cdf-47bc-8680-0ab91077c80e",
    "318ac344-a92d-4d8e-8fa3-cb442e5936b5"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.