curl --request POST \
--url https://suite.sisqualis.com.br/api/finance/fiscal-documents/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"number": "<string>",
"amount": "<string>",
"customer_name": "<string>",
"series": "<string>",
"access_key": "<string>",
"issue_date": "2023-12-25",
"customer_document": "<string>",
"related_charge_ids": [
123
],
"related_transaction_ids": [
123
],
"status": "<string>",
"file_url": "<string>"
}
'{
"id": 123,
"provider": "<string>",
"type": "<string>",
"number": "<string>",
"series": "<string>",
"access_key": "<string>",
"issue_date": "2023-12-25",
"amount": "<string>",
"customer_name": "<string>",
"customer_document": "<string>",
"related_charge_ids": [
123
],
"related_transaction_ids": [
123
],
"status": "<string>",
"file_url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://suite.sisqualis.com.br/api/finance/fiscal-documents/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"number": "<string>",
"amount": "<string>",
"customer_name": "<string>",
"series": "<string>",
"access_key": "<string>",
"issue_date": "2023-12-25",
"customer_document": "<string>",
"related_charge_ids": [
123
],
"related_transaction_ids": [
123
],
"status": "<string>",
"file_url": "<string>"
}
'{
"id": 123,
"provider": "<string>",
"type": "<string>",
"number": "<string>",
"series": "<string>",
"access_key": "<string>",
"issue_date": "2023-12-25",
"amount": "<string>",
"customer_name": "<string>",
"customer_document": "<string>",
"related_charge_ids": [
123
],
"related_transaction_ids": [
123
],
"status": "<string>",
"file_url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Use: Token <seu_token>
Documento fiscal criado