POST
/
oem_oncreate_v2
/
pickUpLocation
curl -X POST "https://us-central1-airdealer-67669.cloudfunctions.net/oem_oncreate_v2/pickUpLocation" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{
    "oemKey": "exampleOemKey",
    "pickUpLocation": {
        "id": "exampleLocationId",
        "otherProperty": "value"
    }
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200

Successfully added the pickup location.