cURL
curl --request PUT \ --url https://api.f6o.co/v2/browse/property/{flxId}/_issue \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "type": [ "ISSUE_TYPE_UNKNOWN" ], "userId": [ "<string>" ], "comments": [ "<string>" ], "raisedAt": "2023-11-07T05:31:56Z", "hits": 123 }'
{ "status": { "code": 123, "message": "<string>", "details": [ { "@type": "<string>" } ] } }
API Key used to be authentified to these APIs. Please contact Fluximmo to get one
A successful response.
The response is of type object.
object
Was this page helpful?