Skip to content

Commit

Permalink
HubSoft updated postman_doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsoftbrasil committed Nov 24, 2022
1 parent c175cf0 commit 7b2a578
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions Postman Collections/postman_doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1595,8 +1595,23 @@
"key": "Authorization",
"value": "{{access_token}}",
"type": "text"
},
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id_fatura\":93723,\n \"id_caixa_financeiro\":123,\n \"meio_pagamento\":\"cartao_credito\",\n \"data_pagamento\":\"2022-11-23\",\n \"valor_pago\":89.9\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": "{{url}}/api/v1/integracao/financeiro/fatura/liquidar"
},
"_postman_previewlanguage": "json",
Expand Down Expand Up @@ -3275,37 +3290,37 @@
],
"variable": [
{
"id": "0735a393-ec84-4581-a862-81f27b892bc5",
"id": "c7af1bcd-3b7e-4c93-a3b5-9e9e1aab5aa6",
"key": "url",
"value": ""
},
{
"id": "f5cd45a8-36e8-48ab-923c-9866abf818a3",
"id": "c6c517f1-ed72-47ae-988c-0796c27102ac",
"key": "client_id",
"value": ""
},
{
"id": "b08c73ca-1c41-43b4-8ad9-c750fcbea3db",
"id": "9a28f6ee-a532-4c85-aa79-920b7bff06a1",
"key": "client_secret",
"value": ""
},
{
"id": "95cfd785-3f9a-4200-8838-0e3ae6066af7",
"id": "aef6c446-b053-48ee-8262-75f290567dd7",
"key": "username",
"value": ""
},
{
"id": "9ed7ab15-5391-4a3c-a405-cb31f8273a2e",
"id": "1fdd5823-826c-494a-b271-6905e3a6bc93",
"key": "password",
"value": ""
},
{
"id": "1084d496-5f3d-400b-93d2-570e20e9feba",
"id": "47b75263-8f79-48f5-8120-fb78ca9126fc",
"key": "grant_type",
"value": ""
},
{
"id": "9d73da38-01e0-446b-8144-2bf203b54cff",
"id": "f89cbe67-6da9-4023-8536-b595ec3d5e1a",
"key": "access_token",
"value": ""
}
Expand Down

0 comments on commit 7b2a578

Please sign in to comment.