POST api/JANANSSBOMBO/preparestatementagain
Request Information
URI Parameters
None.
Body Parameters
webapiaccountName | Description | Type | Additional information |
---|---|---|---|
account | string |
None. |
|
phone | string |
None. |
|
code | string |
None. |
|
keyfield | integer |
None. |
|
postingtime | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "account": "sample string 1", "phone": "sample string 2", "code": "sample string 3", "keyfield": 4, "postingtime": "2024-12-22T08:54:53.6036169+03:00" }
application/xml, text/xml
Sample:
<webapiaccount 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> <postingtime>2024-12-22T08:54:53.6036169+03:00</postingtime> </webapiaccount>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.