post
https://api.aerocrs.com/v5/createRemark
This method will allow to add remarks for specific booking
Request parameters
| Parameter | Type | Description |
|---|---|---|
| bookingconfirmation | String* | booking confirmation token from confirmBooking response |
| pnrremark | String* | PNR text to add in the booking |
* Mandatory parameters
Response
success key will be true of all SSRs that were sent returned a true result, False otherwise
| Parameter | Type | Description |
|---|---|---|
| success | Boolean | True if the SSR was added without errors, False otherwise |
