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>d9835674-6fcb-4439-808b-f6f801dc32ff</d2p1:guid>
    <d2p1:guid>2ba7f0e5-b797-40da-acba-221a5ed71697</d2p1:guid>
  </InstitutionLicenseReportIds>
  <UserProfileId>e143ba5f-dd59-400f-821c-c921413dadb8</UserProfileId>
</SendUserProfileLicenseReportsUpdatedMessage>

application/json, text/json

Sample:
{
  "UserProfileId": "e143ba5f-dd59-400f-821c-c921413dadb8",
  "InstitutionLicenseReportIds": [
    "d9835674-6fcb-4439-808b-f6f801dc32ff",
    "2ba7f0e5-b797-40da-acba-221a5ed71697"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.