FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
An acceptComplianceAgreementRequest message contains an element of acceptComplianceAgreement.
Extending RequestByUser
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
Member | string | 0..1 | User ID (email). |
DownloadPackageReference | DownloadPackageReference | 1..1 | The identifiers for a Download Package. |
OrganizationId | string | 1..1 | Organization ID. |
Name | Type |
---|---|
acceptComplianceAgreement | Method |
The following XML fragment illustrates a successful acceptComplianceAgreementRequest message:
<esd:acceptComplianceAgreementRequest> <esd:Member>member@someorg.org</esd:Member> <esd:DownloadPackageReference> <!--Optional:--> <esd:Id>DP_05121501</esd:Id> </esd:DownloadPackageReference> <esd:OrganizationId>FlexQACustOrg1</esd:OrganizationId> </esd:acceptComplianceAgreementRequest>