GET odata/LumpSum_License
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LumpSum_LicenseName | Description | Type | Additional information |
---|---|---|---|
ProcessDate | date |
None. |
|
LicenseAmount | integer |
None. |
|
ChangeType | string |
String length: inclusive between 0 and 30 |
|
ChangeReference | string |
String length: inclusive between 0 and 30 |
|
LicensesIn | integer |
None. |
|
LicensesOut | integer |
None. |
|
ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ProcessDate": "2025-05-09T18:03:33.8484101+00:00", "LicenseAmount": 1, "ChangeType": "sample string 1", "ChangeReference": "sample string 2", "LicensesIn": 1, "LicensesOut": 1, "ID": 3 }, { "ProcessDate": "2025-05-09T18:03:33.8484101+00:00", "LicenseAmount": 1, "ChangeType": "sample string 1", "ChangeReference": "sample string 2", "LicensesIn": 1, "LicensesOut": 1, "ID": 3 } ]
application/xml, text/xml
Sample:
<ArrayOfLumpSum_License xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <LumpSum_License> <ChangeReference>sample string 2</ChangeReference> <ChangeType>sample string 1</ChangeType> <ID>3</ID> <LicenseAmount>1</LicenseAmount> <LicensesIn>1</LicensesIn> <LicensesOut>1</LicensesOut> <ProcessDate>2025-05-09T18:03:33.8484101+00:00</ProcessDate> </LumpSum_License> <LumpSum_License> <ChangeReference>sample string 2</ChangeReference> <ChangeType>sample string 1</ChangeType> <ID>3</ID> <LicenseAmount>1</LicenseAmount> <LicensesIn>1</LicensesIn> <LicensesOut>1</LicensesOut> <ProcessDate>2025-05-09T18:03:33.8484101+00:00</ProcessDate> </LumpSum_License> </ArrayOfLumpSum_License>