POST api/InsDebt
Request Information
URI Parameters
None.
Body Parameters
BorcSorguModelName | Description | Type | Additional information |
---|---|---|---|
I_CASHPOINTREFERENCEID | string |
None. |
|
I_CONTRACTACCOUNTID | string |
None. |
|
I_TCKNVKN | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "I_CASHPOINTREFERENCEID": "sample string 1", "I_CONTRACTACCOUNTID": "sample string 2", "I_TCKNVKN": "sample string 3" }
application/xml, text/xml
Sample:
<BorcSorguModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AhlHubPos.API.Models"> <I_CASHPOINTREFERENCEID>sample string 1</I_CASHPOINTREFERENCEID> <I_CONTRACTACCOUNTID>sample string 2</I_CONTRACTACCOUNTID> <I_TCKNVKN>sample string 3</I_TCKNVKN> </BorcSorguModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.