POST api/Odeme
Request Information
URI Parameters
None.
Body Parameters
PaymentName | Description | Type | Additional information |
---|---|---|---|
I_CASHPOINTREFERENCEID | string |
None. |
|
I_CONTRACTACCOUNTID | string |
None. |
|
I_INVOICEREFERENCEID | string |
None. |
|
I_PAYMENTAMOUNT | string |
None. |
|
I_POSTID | string |
None. |
|
I_CASHPOINTPAYMENTGROUPID | string |
None. |
|
I_PAYMENTTRANSACTIONID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "I_CASHPOINTREFERENCEID": "sample string 1", "I_CONTRACTACCOUNTID": "sample string 2", "I_INVOICEREFERENCEID": "sample string 3", "I_PAYMENTAMOUNT": "sample string 4", "I_POSTID": "sample string 5", "I_CASHPOINTPAYMENTGROUPID": "sample string 6", "I_PAYMENTTRANSACTIONID": "sample string 7" }
application/xml, text/xml
Sample:
<Payment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AhlHubPos.API.Models"> <I_CASHPOINTPAYMENTGROUPID>sample string 6</I_CASHPOINTPAYMENTGROUPID> <I_CASHPOINTREFERENCEID>sample string 1</I_CASHPOINTREFERENCEID> <I_CONTRACTACCOUNTID>sample string 2</I_CONTRACTACCOUNTID> <I_INVOICEREFERENCEID>sample string 3</I_INVOICEREFERENCEID> <I_PAYMENTAMOUNT>sample string 4</I_PAYMENTAMOUNT> <I_PAYMENTTRANSACTIONID>sample string 7</I_PAYMENTTRANSACTIONID> <I_POSTID>sample string 5</I_POSTID> </Payment>
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.