Skip to main content
POST
/
file
Upload a file
curl --request POST \
  --url https://virtserver.swaggerhub.com/nickel-ace/apiv1/1.0.0/file \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file' \
  --form type=ACH_DEBIT_AUTHORIZATION_PDF
{
  "id": "<string>",
  "key": "<string>",
  "type": "ACH_DEBIT_AUTHORIZATION_PDF",
  "createdAt": "2023-11-07T05:31:56Z"
}

Body

multipart/form-data

File Upload

file
file
type
enum<string>
Available options:
ACH_DEBIT_AUTHORIZATION_PDF,
INVOICE_PDF

Response

200 - application/json

Successful operation

id
string
required
key
string
required
type
enum<string>
required
Available options:
ACH_DEBIT_AUTHORIZATION_PDF,
INVOICE_PDF
createdAt
string<date-time>
required