Allows authenticated users to upload files related to a deal stage. This endpoint expects a multipart form submission with a file and associated metadata.
Request
Header Params
Authorization
string
required
Authorization token for the sandbox environment.
Default:
Token <here-paste-your-token>
Body Params multipart/form-data
file
file
required
description
string
optional
<= 512 characters
stage
integer
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://sandbox.useme.com/api/1.0/deal/file/' \
--header'Authorization;' \
--form'file=@""' \
--form'stage=""'
Responses
🟢201The file has been successfully uploaded and associated with the deal stage.