POST api/FinancesSap/Checks
Request Information
URI Parameters
None.
Body Parameters
ChecksQueryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyCode | string |
None. |
|
| Customer | string |
None. |
|
| KeyDateLow | date |
None. |
|
| KeyDateHigh | date |
None. |
|
| Filters | Filters |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyCode": "sample string 1",
"Customer": "sample string 2",
"KeyDateLow": "2026-05-08T21:47:20.1932947+03:00",
"KeyDateHigh": "2026-05-08T21:47:20.1932947+03:00",
"Filters": {
"List": [
{
"Field": "sample string 1",
"Low": "sample string 2",
"High": "sample string 3",
"Opera": 0
},
{
"Field": "sample string 1",
"Low": "sample string 2",
"High": "sample string 3",
"Opera": 0
}
]
}
}
application/xml, text/xml
Sample:
<ChecksQueryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ugur.RestApi2.Models">
<CompanyCode>sample string 1</CompanyCode>
<Customer>sample string 2</Customer>
<Filters xmlns:d2p1="http://schemas.datacontract.org/2004/07/GM.SAP.Models">
<d2p1:List>
<d2p1:Filter>
<d2p1:Field>sample string 1</d2p1:Field>
<d2p1:High>sample string 3</d2p1:High>
<d2p1:Low>sample string 2</d2p1:Low>
<d2p1:Opera>EQUAL</d2p1:Opera>
</d2p1:Filter>
<d2p1:Filter>
<d2p1:Field>sample string 1</d2p1:Field>
<d2p1:High>sample string 3</d2p1:High>
<d2p1:Low>sample string 2</d2p1:Low>
<d2p1:Opera>EQUAL</d2p1:Opera>
</d2p1:Filter>
</d2p1:List>
</Filters>
<KeyDateHigh>2026-05-08T21:47:20.1932947+03:00</KeyDateHigh>
<KeyDateLow>2026-05-08T21:47:20.1932947+03:00</KeyDateLow>
</ChecksQueryModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
TResultOfDictionaryOfStringAndDataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordCount | integer |
None. |
|
| IsSuccessful | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Dictionary of string [key] and DataTable [value] |
None. |
|
| DynamicProperty | Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"RecordCount": 1,
"IsSuccessful": true,
"Message": "sample string 3",
"Data": {
"sample string 1": null,
"sample string 2": []
},
"DynamicProperty": {
"sample string 1": {},
"sample string 3": {}
}
}
application/xml
Sample:
text/xml
Sample: