Skip to content

Transmit JSON-payloads #1

@pc-coholic

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"
          }
        }
      }
    }
}

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