POST api/{apiVersion}/InvoicePayment/InvoiceDebtPayment

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

InvoiceBaseRequestOfGetDebtPaymentRequest
NameDescriptionTypeAdditional information
SessionId

string

None.

ClientSessionId

string

None.

ClientTrxIdReserved

string

None.

Data

GetDebtPaymentRequest

None.

Request Formats

application/json, text/json

Sample:
{
  "SessionId": "sample string 1",
  "ClientSessionId": "sample string 2",
  "ClientTrxIdReserved": "sample string 3",
  "Data": {
    "DebtPayment": {
      "InvPaymentTransactionQueryOid": "sample string 1",
      "InvoiceAmount": "sample string 2",
      "PaymentAmount": "sample string 3"
    },
    "CustomerId": "43489f0e-e10a-461f-af1f-3348a6b22c02",
    "CustomerAccountId": "d09fba26-bd00-4144-a6aa-0f6f706a72a8",
    "ProductType": "sample string 3",
    "ProductTypeName": "sample string 4",
    "Product": "sample string 5",
    "ProductName": "sample string 6",
    "SubscriberNo": "sample string 7",
    "SubscriberNo2": "sample string 8",
    "SubscriberNo3": "sample string 9",
    "SubscriberNoName": "sample string 10",
    "SubscriberNoName2": "sample string 11",
    "SubscriberNoName3": "sample string 12",
    "SubscriberName": "sample string 13",
    "SubscriberInvoiceId": "sample string 14",
    "Amount": 15.0,
    "AmountCurrency": "03d38406-ae5e-4eb6-a133-3157afd1a3e5",
    "ReceivedAmount": 17.0,
    "ReceicedAmountCurrency": "47fc80d7-d6f1-4a58-8041-98695f5eccb0",
    "ReceivedAmountParity": 19.0,
    "ReceivedAmountOriginalParity": 20.0,
    "ExpenseAmount": 21.0,
    "ExpenseAmountCurrency": "7806ef30-9c1a-47a6-8af8-c8d915b7732e",
    "AccountingAmount": 23.0,
    "AccountingAmountCurrency": "f4cc66b2-b0ed-4178-b29d-7a1c894120ae",
    "ReceivedExpenseAmount": 25.0,
    "ReceivedExpenseAmountCurrency": "41330352-9cc2-4d42-8224-0e13f8a2e948"
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfAPIResponseBaseOfDebtPaymentResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

APIResponseBaseOfDebtPaymentResponse

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
}