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>80ca3ceb-8e22-47a6-88d3-8b2fbb3dbb35</d2p1:guid>
    <d2p1:guid>8c3a4883-24d7-4159-ac87-8ad5469df7f3</d2p1:guid>
  </InstitutionLicenseReportIds>
  <UserProfileId>bc3904ac-6f6c-452b-a3a9-bf928cd43426</UserProfileId>
</SendUserProfileLicenseReportsUpdatedMessage>

application/json, text/json

Sample:
{
  "UserProfileId": "bc3904ac-6f6c-452b-a3a9-bf928cd43426",
  "InstitutionLicenseReportIds": [
    "80ca3ceb-8e22-47a6-88d3-8b2fbb3dbb35",
    "8c3a4883-24d7-4159-ac87-8ad5469df7f3"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.