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
Example request
{
"acquirer_company_id": 1,
"card_network": "MASTERCARD",
"content_data": "Usadlkqonsfisan12e331243redni1dniw",
"name": "file-name.xlsx"
}Response
Created
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"
}