v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Spreadsheet

Create a new spreadsheet

Create a new spreadsheet

  • Create a new spreadsheet with the provided details
  • Crie uma nova planilha com os detalhes fornecidos
post/spreadsheets

Request body

acquirer_company_idinteger
card_networkstring required
content_datastring required
namestring required

Example request

{
  "acquirer_company_id": 1,
  "card_network": "MASTERCARD",
  "content_data": "Usadlkqonsfisan12e331243redni1dniw",
  "name": "file-name.xlsx"
}

Response

Created

card_networkstring
company_idinteger
content_hashstring
extension_typestring
linkstring
namestring
statusstring
storage_file_namestring
user_idinteger
user_namestring

Example response

{
  "card_network": "MASTERCARD",
  "company_id": 1,
  "content_hash": "hdtgsy38d75hg7f6gee751cce4bfb7bd9262982bf681b57cf9959889fadsk387",
  "extension_type": ".xlsx",
  "link": "https://storage.googleapis.com/bucket-jpmc-api/spreadsheet/spreadsheet-1dad134d-da1f-ad13r-bb33-e39b2-file-name.xlsx?",
  "name": "file-name.xlsx",
  "status": "PROCESSING",
  "storage_file_name": "spreadsheet-1dad134d-da1f-ad13r-bb33-e39b2-file-name.xlsx",
  "user_id": 7,
  "user_name": "John Doe"
}