POST api/JANANSSBOMBO/preparebalance
Request Information
URI Parameters
None.
Body Parameters
webapibalanceName | 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": "2024-12-22T07:58:09.4669758+03:00" }
application/xml, text/xml
Sample:
<webapibalance 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>2024-12-22T07:58:09.4669758+03:00</postingdate> </webapibalance>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.