POST api/v1/deliverycreationtests/page/{pageStart}/{pageSize}
Gets the delivery creation tests overviews.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageStart | integer |
Default value is 1 |
|
| pageSize | integer |
Default value is 100 |
Body Parameters
PageableSearchFilterOfDeliveryCreationTestOverviewSearchFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Sorting | Dictionary of string [key] and string [value] |
None. |
|
| SearchFilter | DeliveryCreationTestOverviewSearchFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"Sorting": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"SearchFilter": {
"DeliveryCreationTestName": "sample string 1",
"Description": "sample string 2",
"IsActive": true,
"LastTestSuccessful": true,
"LastTestResultMessage": "sample string 3",
"LastTestRunOn": {
"From": "2025-10-24T06:03:48.2643967+02:00",
"To": "2025-10-24T06:03:48.2643967+02:00"
}
}
}
text/html
Sample:
{"Sorting":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"SearchFilter":{"DeliveryCreationTestName":"sample string 1","Description":"sample string 2","IsActive":true,"LastTestSuccessful":true,"LastTestResultMessage":"sample string 3","LastTestRunOn":{"From":"2025-10-24T06:03:48.2643967+02:00","To":"2025-10-24T06:03:48.2643967+02:00"}}}
application/xml, text/xml
Sample:
<PageableSearchFilterOfDeliveryCreationTestOverviewSearchFilterEW2tJh5a xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">
<SearchFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Accounting.Testing">
<d2p1:DeliveryCreationTestName>sample string 1</d2p1:DeliveryCreationTestName>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:LastTestResultMessage>sample string 3</d2p1:LastTestResultMessage>
<d2p1:LastTestRunOn>
<From>2025-10-24T06:03:48.2643967+02:00</From>
<To>2025-10-24T06:03:48.2643967+02:00</To>
</d2p1:LastTestRunOn>
<d2p1:LastTestSuccessful>true</d2p1:LastTestSuccessful>
</SearchFilter>
<Sorting xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</Sorting>
</PageableSearchFilterOfDeliveryCreationTestOverviewSearchFilterEW2tJh5a>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PagedListOfDeliveryCreationTestOverview| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of DeliveryCreationTestOverview |
None. |
|
| PageStart | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalRows | integer |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.