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>0de352c1-3c8c-49ba-986d-623905ca298f</d2p1:guid>
    <d2p1:guid>66b770e3-de4c-4075-b2c6-8227472f930d</d2p1:guid>
  </InstitutionLicenseReportIds>
  <UserProfileId>9e0623b2-44cf-46ee-86ef-ee956db8a445</UserProfileId>
</SendUserProfileLicenseReportsUpdatedMessage>

application/json, text/json

Sample:
{
  "UserProfileId": "9e0623b2-44cf-46ee-86ef-ee956db8a445",
  "InstitutionLicenseReportIds": [
    "0de352c1-3c8c-49ba-986d-623905ca298f",
    "66b770e3-de4c-4075-b2c6-8227472f930d"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.