POST api/{apiVersion}/InvoicePayment/InvoiceDebtPaymentCalculate
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
InvoiceBaseRequestOfInvoicePaymentCalculateRequestName | Description | Type | Additional information |
---|---|---|---|
SessionId | string |
None. |
|
ClientSessionId | string |
None. |
|
ClientTrxIdReserved | string |
None. |
|
Data | InvoicePaymentCalculateRequest |
None. |
Request Formats
application/json, text/json
Sample:
{ "SessionId": "sample string 1", "ClientSessionId": "sample string 2", "ClientTrxIdReserved": "sample string 3", "Data": { "CustomerId": "d28b0026-29ea-4d93-9603-816b24fb8dbd", "CustomerAccountId": "6f395829-1452-4989-8fd2-cdc6a0be39ca", "Amount": 3.0, "InvoiceAmount": 4.0, "AmountCurrencyId": "11816346-73b1-445c-84d2-88109286f6b5", "ExpenseAmount": 6.0, "ExpenseAmountCurrencyId": "7f708848-2120-4e42-a84f-7929aaef0068", "InvPaymentTransactionQueryOid": "sample string 8" } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfAPIResponseBaseOfInvoicePaymentCalculateResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | APIResponseBaseOfInvoicePaymentCalculateResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": null, "IsShowMessage": true, "IsShowRateAndReview": true }