POST api/PaymentJS/AbandonSession
Description
Request
URI parameters
None.
Body
PaymentJSAbandonSessionRequest| Name | Description | Type | Additional 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
IHttpActionResultNone.
Sample response
application/json, text/json
Sample:
Sample not available.