POST api/{apiVersion}/InvoicePayment/InvoiceDebtPaymentCancelTechnical

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

InvoiceBaseRequestOfGetDebtPaymentCancelTechnicalRequest
NameDescriptionTypeAdditional information
SessionId

string

None.

ClientSessionId

string

None.

ClientTrxIdReserved

string

None.

Data

GetDebtPaymentCancelTechnicalRequest

None.

Request Formats

application/json, text/json

Sample:
{
  "SessionId": "sample string 1",
  "ClientSessionId": "sample string 2",
  "ClientTrxIdReserved": "sample string 3",
  "Data": {
    "TransactionId": "sample string 1",
    "CancelDescription": "sample string 2"
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfAPIResponseBaseOfAPIDebtPaymentCancelTechnicalResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

APIResponseBaseOfAPIDebtPaymentCancelTechnicalResponse

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
}