Retrieves a DealRequest resource.
Retrieves a DealRequest resource.
Path Parameters
- id string required
DealRequest identifier
Responses
- 204
- 401
- 403
- 404
OK - The request was processed successfully but no content to return.
- application/json
- Schema
Schema
Unauthorised -- Your access token is wrong.
- application/json
- Schema
- Example (from schema)
Schema
- type string
- title string
- detail string
{
"type": "string",
"title": "string",
"detail": "string"
}
Forbidden -- Access to the requested resource or action is forbidden.
- application/json
- Schema
- Example (from schema)
Schema
- type string
- title string
- detail string
{
"type": "string",
"title": "string",
"detail": "string"
}
Not Found -- The requested resource could not be found.
Loading...