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>511a7f42-032b-476c-9517-e0830991b489</d2p1:guid>
    <d2p1:guid>2cc68019-d035-4d95-9c68-255be5992b73</d2p1:guid>
  </InstitutionLicenseReportIds>
  <UserProfileId>02c9885b-5344-4bcd-89a4-0a784149a459</UserProfileId>
</SendUserProfileLicenseReportsUpdatedMessage>

application/json, text/json

Sample:
{
  "UserProfileId": "02c9885b-5344-4bcd-89a4-0a784149a459",
  "InstitutionLicenseReportIds": [
    "511a7f42-032b-476c-9517-e0830991b489",
    "2cc68019-d035-4d95-9c68-255be5992b73"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.