Discussions
Why does create booking result in "Value cannot be null. (Parameter 'source')" ?
over 2 years ago by Alex Magee
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')",