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>8de97660-0909-4abe-92e5-33770298e86a</d2p1:guid>
    <d2p1:guid>036d5a59-9bb4-440c-9ab8-8af32dfb4e5d</d2p1:guid>
  </InstitutionLicenseReportIds>
  <UserProfileId>f8efacc7-b3b3-407b-8d42-98ea4bce8df1</UserProfileId>
</SendUserProfileLicenseReportsUpdatedMessage>

application/json, text/json

Sample:
{
  "UserProfileId": "f8efacc7-b3b3-407b-8d42-98ea4bce8df1",
  "InstitutionLicenseReportIds": [
    "8de97660-0909-4abe-92e5-33770298e86a",
    "036d5a59-9bb4-440c-9ab8-8af32dfb4e5d"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.