POST api/JANANSSBOMBO/preparereport
Request Information
URI Parameters
None.
Body Parameters
webapireport| Name | Description | Type | Additional information |
|---|---|---|---|
| account | string |
None. |
|
| phone | string |
None. |
|
| code | string |
None. |
|
| keyfield | integer |
None. |
|
| postingdate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"account": "sample string 1",
"phone": "sample string 2",
"code": "sample string 3",
"keyfield": 4,
"postingdate": "2025-12-19T09:08:48.4451696+03:00"
}
application/xml, text/xml
Sample:
<webapireport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JANANSSBOMBOApi"> <account>sample string 1</account> <code>sample string 3</code> <keyfield>4</keyfield> <phone>sample string 2</phone> <postingdate>2025-12-19T09:08:48.4451696+03:00</postingdate> </webapireport>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.