{
"reason_type": "LostToCompetitor",
"reason_other": "string",
"competitor_name": "string",
"competitor_latitude": "string",
"competitor_longitude": "string",
"competitor_place_id": "string",
"contract_end_date": "2019-08-24T14:15:22Z",
"expected_price_in_minor_currency": 0,
"missing_facility": [
"string"
],
"comments": "string"
}
curl --location --request POST '/tenants//boards//opportunities//mark_as_lost' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason_type": "LostToCompetitor",
"reason_other": "string",
"competitor_name": "string",
"competitor_latitude": "string",
"competitor_longitude": "string",
"competitor_place_id": "string",
"contract_end_date": "2019-08-24T14:15:22Z",
"expected_price_in_minor_currency": 0,
"missing_facility": [
"string"
],
"comments": "string"
}'
{
"id": null,
"info": [
{
"severity": "Error",
"errorCode": "string",
"errorMessage": "string",
"identifier": "string",
"helptext": "string",
"jsonObject": null
}
]
}