Add an Attachment
POST
/deals/attachment/add/{deal_id}Uploads a new attachment to a specific deal.
Request
Body Params multipart/form-data
file[]
file
required
staffid
string
required
Example:
1
Responses
Success(200)
Validation(422)
Not found(404)
Unauthorized(401)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
message
string
required
Example
{
"message": "Attachment upload successfully!"
}
Last modified: 2 months ago