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>fb72393f-4fe5-4c07-af66-4db7c858fed2</d2p1:guid>
    <d2p1:guid>fc518782-f522-4d2a-ad92-834d94a799c2</d2p1:guid>
  </InstitutionLicenseReportIds>
  <UserProfileId>07ba6360-eda2-4012-8a39-a5e8f98e05c8</UserProfileId>
</SendUserProfileLicenseReportsUpdatedMessage>

application/json, text/json

Sample:
{
  "UserProfileId": "07ba6360-eda2-4012-8a39-a5e8f98e05c8",
  "InstitutionLicenseReportIds": [
    "fb72393f-4fe5-4c07-af66-4db7c858fed2",
    "fc518782-f522-4d2a-ad92-834d94a799c2"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.