{
"start_at": "2019-08-24",
"end_at": "2019-08-24",
"owner_id": 0,
"email": "[email protected]",
"full_name": "string",
"phone_number": "string",
"flexible_dates": true,
"renter_message": "string",
"locale": "en",
"inquiry_items_attributes": [
{
"item_id": 0,
"quantity": 0
}
]
}
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/stores//inquiries' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_at": "2019-08-24",
"end_at": "2019-08-24",
"owner_id": 0,
"email": "[email protected]",
"full_name": "string",
"phone_number": "string",
"flexible_dates": true,
"renter_message": "string",
"locale": "en",
"inquiry_items_attributes": [
{
"item_id": 0,
"quantity": 0
}
]
}'