Skip to content

Transmit JSON-payloads #1

Description

@pc-coholic

Hi!

Just to make sure, that I am not missing something here... But does your wrapper provide a way to transmit JSON-payloads to the APIs endpoints?

One example is for example the v2.shop.cars, which expects a requestbody like this:

{
    "OTA_VehAvailRateRQ": {
      "VehAvailRQCore": {
        "QueryType": "Shop",
        "VehRentalCore": {
          "PickUpDateTime": "07-08T09:00",
          "ReturnDateTime": "07-09T11:00",
          "PickUpLocation": {
            "LocationCode": "DFW"
          }
        }
      }
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions