POST api/job/filter
Request Information
URI Parameters
None.
Body Parameters
jobFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | string |
None. |
|
| bidFromValue | integer |
None. |
|
| bidToValue | integer |
None. |
|
| bidCreatedFrom | date |
None. |
|
| bidCreatedTo | date |
None. |
|
| requestDueDateFrom | date |
None. |
|
| requestDueDateTo | date |
None. |
|
| requestCountries | Collection of integer |
None. |
|
| requestServiceTypes | Collection of string |
None. |
|
| requestContainerTypes | Collection of string |
None. |
|
| requestVendorRateLimitFrom | integer |
None. |
|
| requestVendorRateLimitTo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": "sample string 1",
"bidFromValue": 2,
"bidToValue": 3,
"bidCreatedFrom": "2026-06-18T00:55:16.794057+03:00",
"bidCreatedTo": "2026-06-18T00:55:16.794057+03:00",
"requestDueDateFrom": "2026-06-18T00:55:16.794057+03:00",
"requestDueDateTo": "2026-06-18T00:55:16.794057+03:00",
"requestCountries": [
1,
2
],
"requestServiceTypes": [
"sample string 1",
"sample string 2"
],
"requestContainerTypes": [
"sample string 1",
"sample string 2"
],
"requestVendorRateLimitFrom": 8,
"requestVendorRateLimitTo": 9
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.