POST api/{apiVersion}/InvoicePayment/InvoicePaymentCalculate?SystemUserId={SystemUserId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SystemUserId | globally unique identifier |
Required |
|
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": "aa0f9b74-fef9-4c1c-bf9e-222b13e95eb4", "CustomerAccountId": "78a83755-e01c-4c0b-b460-1b60ec6ef870", "Amount": 3.0, "InvoiceAmount": 4.0, "AmountCurrencyId": "e347b9e6-1ffa-4aec-a549-0f5aa5a0a765", "ExpenseAmount": 6.0, "ExpenseAmountCurrencyId": "687f7810-fec7-4fa3-8660-35c5885272f2", "InvPaymentTransactionQueryOid": "sample string 8" } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResponseBaseOfInvoicePaymentCalculateResponseName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Message | string |
None. |
|
Result | InvoicePaymentCalculateResponse |
None. |
|
CoreTrxIdReserved | string |
None. |
|
SessionId | string |
None. |
|
ErrorCode | string |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.