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": "26a05d7e-bf0e-4be3-bdf8-117c172f151f",
    "CustomerAccountId": "7878c4c8-1410-4320-934c-7d84ee1a89d5",
    "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": "ec596605-3ecc-4808-9e93-63b595684df8",
    "ReceivedAmount": 17.0,
    "ReceicedAmountCurrency": "21f03a17-ac17-4eb1-8b09-3f51a532f0ae",
    "ReceivedAmountParity": 19.0,
    "ReceivedAmountOriginalParity": 20.0,
    "ExpenseAmount": 21.0,
    "ExpenseAmountCurrency": "ebf05e6c-f940-412b-a51e-7e7d2b11208b",
    "AccountingAmount": 23.0,
    "AccountingAmountCurrency": "82d99424-c936-4280-95f6-1b4262042d0e",
    "ReceivedExpenseAmount": 25.0,
    "ReceivedExpenseAmountCurrency": "45a4c686-50b2-496d-a84a-5442b039b422"
  }
}

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
}