Skip to content

Commit

Permalink
refactor: postman 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinezAvellan committed May 23, 2024
1 parent 921b21e commit 172dff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postman/MIDAZ.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
],
"body": {
"mode": "raw",
"raw": "{\n \"legalName\": \"Midaz Tech LTDA\",\n \"doingBusinessAs\": \"The ledger.io\", //opcional\n \"status\": {\n \"code\": \"BLOCKED\",\n \"description\": \"BLOCKD BY McGregor\"\n },\n \"address\": {\n \"line1\": \"Avenida Paulista, 1234\",\n \"line2\": \"CJ 203\",\n \"zipCode\": \"04696040\",\n \"city\": \"São Paulo\",\n \"state\": \"SP\",\n \"country\": \"BR\" //de acordo com a ISO 3166-1 alpha2\n },\n \"metadata\": {\n \"chave\": \"asaasdsdsadwqdqd\",\n \"boolean\": false,\n \"double\": 10.5,\n \"int\": 2\n }\n}",
"raw": "{\n \"legalName\": \"Midaz Tech LTDA\",\n \"parentOrganizationId\": \"{{organization_id}}\",\n \"doingBusinessAs\": \"The ledger.io\", //opcional\n \"status\": {\n \"code\": \"BLOCKED\",\n \"description\": \"BLOCKD BY McGregor\"\n },\n \"address\": {\n \"line1\": \"Avenida Paulista, 1234\",\n \"line2\": \"CJ 203\",\n \"zipCode\": \"04696040\",\n \"city\": \"São Paulo\",\n \"state\": \"SP\",\n \"country\": \"BR\" //de acordo com a ISO 3166-1 alpha2\n },\n \"metadata\": {\n \"chave\": \"teste\",\n \"boolean\": false,\n \"double\": 10.5,\n \"int\": 2\n }\n}",
"options": {
"raw": {
"language": "json"
Expand Down

0 comments on commit 172dff5

Please sign in to comment.