POST api/PaymentJS/AbandonSession

Description

Request

URI parameters

None.

Body

PaymentJSAbandonSessionRequest
NameDescriptionTypeAdditional information
bookingId

string

None.

bookingHash

string

None.

Sample request

application/json, text/json

Sample:
{
  "bookingId": "sample string 1",
  "bookingHash": "sample string 2"
}

Response

Resource description

IHttpActionResult

None.

Sample response

application/json, text/json

Sample:

Sample not available.