Discussions

Ask a Question
Back to All

Why does create booking result in "Value cannot be null. (Parameter 'source')" ?

When I send a create booking request with the following body: (I removed the property_id for this question)
'{
"source":"Manual",
"arrival":"2022-07-11",
"departure":"2022-07-13",
"property_id":######,
"source_text":"Website"
}'

I get this response:
message": "Value cannot be null. (Parameter 'source')",