POST api/licenseOrders
Returns all License Orders based on provided filters.
Request Information
URI Parameters
None.
Body Parameters
GetLicenseOrderRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| KnownSearchFields | Collection of string |
None. |
|
| KnownSortFields | Collection of string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| SearchBy | Collection of Filter |
None. |
|
| SortBy | Collection of Sort |
None. |
Request Formats
application/json, text/json
Sample:
{
"KnownSearchFields": [
"CreatedAt",
"OrderActionType"
],
"KnownSortFields": [
"CreatedAt",
"OrderActionType"
],
"PageSize": 1,
"PageIndex": 2,
"SearchBy": [
{
"Key": "sample string 1",
"Value": {},
"Type": 0
},
{
"Key": "sample string 1",
"Value": {},
"Type": 0
}
],
"SortBy": [
{
"Key": "sample string 1",
"Order": 0
},
{
"Key": "sample string 1",
"Order": 0
}
]
}
application/xml, text/xml
Sample:
<GetLicenseOrderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Requests.LicenseOrder">
<KnownSearchFields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
<d2p1:string>CreatedAt</d2p1:string>
<d2p1:string>OrderActionType</d2p1:string>
</KnownSearchFields>
<KnownSortFields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
<d2p1:string>CreatedAt</d2p1:string>
<d2p1:string>OrderActionType</d2p1:string>
</KnownSortFields>
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">2</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">1</PageSize>
<SearchBy xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
<Filter>
<Key>sample string 1</Key>
<Type>None</Type>
<Value />
</Filter>
<Filter>
<Key>sample string 1</Key>
<Type>None</Type>
<Value />
</Filter>
</SearchBy>
<SortBy xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
<Sort>
<Key>sample string 1</Key>
<Order>None</Order>
</Sort>
<Sort>
<Key>sample string 1</Key>
<Order>None</Order>
</Sort>
</SortBy>
</GetLicenseOrderRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiCollectionResponseOfGetLicenseOrderResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| Total | integer |
None. |
|
| SearchBy | Collection of Filter |
None. |
|
| SortBy | Collection of Sort |
None. |
|
| Data | Collection of GetLicenseOrderResponse |
None. |
|
| Errors | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"PageIndex": 2,
"Total": 3,
"SearchBy": [
{
"Key": "sample string 1",
"Value": {},
"Type": 0
},
{
"Key": "sample string 1",
"Value": {},
"Type": 0
}
],
"SortBy": [
{
"Key": "sample string 1",
"Order": 0
},
{
"Key": "sample string 1",
"Order": 0
}
],
"Data": [
{
"Id": "2dcf121b-0bdb-499b-9559-ef0e61902060",
"CreatedAt": "2025-12-25T15:50:15.2752697+00:00",
"OrderActionType": "sample string 3",
"OwnerName": "sample string 4",
"OwnerIdentifier": "sample string 5",
"TargetName": "sample string 6",
"TargetIdentifier": "sample string 7",
"StartDate": "2025-12-25T15:50:15.2752697+00:00",
"EndDate": "2025-12-25T15:50:15.2752697+00:00",
"ProductIsbn": "sample string 8",
"OrderRef": "sample string 9",
"SubscriptionNumber": "sample string 10",
"LicenseId": "7566543b-6710-45d5-8142-0e956b31206e",
"ErrorMessage": "sample string 11",
"ProcessedAt": "2025-12-25T15:50:15.2752697+00:00",
"IsProcessed": true
},
{
"Id": "2dcf121b-0bdb-499b-9559-ef0e61902060",
"CreatedAt": "2025-12-25T15:50:15.2752697+00:00",
"OrderActionType": "sample string 3",
"OwnerName": "sample string 4",
"OwnerIdentifier": "sample string 5",
"TargetName": "sample string 6",
"TargetIdentifier": "sample string 7",
"StartDate": "2025-12-25T15:50:15.2752697+00:00",
"EndDate": "2025-12-25T15:50:15.2752697+00:00",
"ProductIsbn": "sample string 8",
"OrderRef": "sample string 9",
"SubscriptionNumber": "sample string 10",
"LicenseId": "7566543b-6710-45d5-8142-0e956b31206e",
"ErrorMessage": "sample string 11",
"ProcessedAt": "2025-12-25T15:50:15.2752697+00:00",
"IsProcessed": true
}
],
"Errors": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<ApiCollectionResponseOfGetLicenseOrderResponseLgVmlFmJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses">
<d2p1:GetLicenseOrderResponse>
<d2p1:CreatedAt>2025-12-25T15:50:15.2752697+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2025-12-25T15:50:15.2752697+00:00</d2p1:EndDate>
<d2p1:ErrorMessage>sample string 11</d2p1:ErrorMessage>
<d2p1:Id>2dcf121b-0bdb-499b-9559-ef0e61902060</d2p1:Id>
<d2p1:IsProcessed>true</d2p1:IsProcessed>
<d2p1:LicenseId>7566543b-6710-45d5-8142-0e956b31206e</d2p1:LicenseId>
<d2p1:OrderActionType>sample string 3</d2p1:OrderActionType>
<d2p1:OrderRef>sample string 9</d2p1:OrderRef>
<d2p1:OwnerIdentifier>sample string 5</d2p1:OwnerIdentifier>
<d2p1:OwnerName>sample string 4</d2p1:OwnerName>
<d2p1:ProcessedAt>2025-12-25T15:50:15.2752697+00:00</d2p1:ProcessedAt>
<d2p1:ProductIsbn>sample string 8</d2p1:ProductIsbn>
<d2p1:StartDate>2025-12-25T15:50:15.2752697+00:00</d2p1:StartDate>
<d2p1:SubscriptionNumber>sample string 10</d2p1:SubscriptionNumber>
<d2p1:TargetIdentifier>sample string 7</d2p1:TargetIdentifier>
<d2p1:TargetName>sample string 6</d2p1:TargetName>
</d2p1:GetLicenseOrderResponse>
<d2p1:GetLicenseOrderResponse>
<d2p1:CreatedAt>2025-12-25T15:50:15.2752697+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2025-12-25T15:50:15.2752697+00:00</d2p1:EndDate>
<d2p1:ErrorMessage>sample string 11</d2p1:ErrorMessage>
<d2p1:Id>2dcf121b-0bdb-499b-9559-ef0e61902060</d2p1:Id>
<d2p1:IsProcessed>true</d2p1:IsProcessed>
<d2p1:LicenseId>7566543b-6710-45d5-8142-0e956b31206e</d2p1:LicenseId>
<d2p1:OrderActionType>sample string 3</d2p1:OrderActionType>
<d2p1:OrderRef>sample string 9</d2p1:OrderRef>
<d2p1:OwnerIdentifier>sample string 5</d2p1:OwnerIdentifier>
<d2p1:OwnerName>sample string 4</d2p1:OwnerName>
<d2p1:ProcessedAt>2025-12-25T15:50:15.2752697+00:00</d2p1:ProcessedAt>
<d2p1:ProductIsbn>sample string 8</d2p1:ProductIsbn>
<d2p1:StartDate>2025-12-25T15:50:15.2752697+00:00</d2p1:StartDate>
<d2p1:SubscriptionNumber>sample string 10</d2p1:SubscriptionNumber>
<d2p1:TargetIdentifier>sample string 7</d2p1:TargetIdentifier>
<d2p1:TargetName>sample string 6</d2p1:TargetName>
</d2p1:GetLicenseOrderResponse>
</Data>
<Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Errors>
<PageIndex>2</PageIndex>
<PageSize>1</PageSize>
<SearchBy>
<Filter>
<Key>sample string 1</Key>
<Type>None</Type>
<Value />
</Filter>
<Filter>
<Key>sample string 1</Key>
<Type>None</Type>
<Value />
</Filter>
</SearchBy>
<SortBy>
<Sort>
<Key>sample string 1</Key>
<Order>None</Order>
</Sort>
<Sort>
<Key>sample string 1</Key>
<Order>None</Order>
</Sort>
</SortBy>
<Total>3</Total>
</ApiCollectionResponseOfGetLicenseOrderResponseLgVmlFmJ>