Last active
July 20, 2022 20:35
-
-
Save willsantos/c4ebef1c7fa8ae45418c196be50508d8 to your computer and use it in GitHub Desktop.
mockApi.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "customerId": "8505a811-6593-4438-9d7d-af8df6f92e97", | |
| "code": "1", | |
| "name": "Google LTDA", | |
| "commercialName": "Google", | |
| "status": "Active" | |
| }, | |
| { | |
| "customerId": "85d81fa2-33c7-40a4-97db-edac5843b1ef", | |
| "code": "2", | |
| "name": "Amazon Acre servicos LTDA", | |
| "commercialName": "Amazon", | |
| "status": "Active" | |
| }, | |
| { | |
| "customerId": "f492e152-0d4b-4dac-bdb1-7e761ec39a87", | |
| "code": "2", | |
| "name": "Amazon servicos LTDA", | |
| "commercialName": "Amazon", | |
| "status": "Active" | |
| }, | |
| { | |
| "customerId": "dae17653-446e-449f-a3e9-a0c147880842", | |
| "code": "3", | |
| "name": "Microsoft Brasil LTDA", | |
| "commercialName": "Microsoft", | |
| "status": "Active" | |
| }, | |
| { | |
| "customerId": "e81658bc-88af-4777-8574-1f32c678dc7e", | |
| "code": "4", | |
| "name": "Apple Brasil LTDA", | |
| "commercialName": "Apple", | |
| "status": "Active" | |
| }, | |
| { | |
| "customerId": "354cef59-5253-4df3-ae4c-3e2cd366c7d9", | |
| "code": "5", | |
| "name": "Natura cosmeticos LTDA", | |
| "commercialName": "Natura", | |
| "status": "Active" | |
| }, | |
| { | |
| "customerId": "f87391f3-8377-491b-bf5a-e39893155889", | |
| "code": "6", | |
| "name": "Marina Santos", | |
| "commercialName": "Marina Psicologa", | |
| "status": "Active" | |
| }, | |
| { | |
| "customerId": "d6e9784b-29ef-4b28-bb9a-f3378bd332f7", | |
| "code": "7", | |
| "name": "Joana da Silva", | |
| "commercialName": "Dra dentinhos", | |
| "status": "Active" | |
| }, | |
| { | |
| "customerId": "bc307271-ba52-4ad9-9e76-8613f33e4e3a", | |
| "code": "8", | |
| "name": "Google Rj LTDA", | |
| "commercialName": "Google", | |
| "status": "Active" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment