Exercício 213 - Executar API (GET) - CLIENTE

CONTEXTO

Executar e testar as chamadas da API

PRÉ-REQUISITO


Ter assistido à aula 02 do Workshop API para Funcional.

CLIENTE


{{url}}/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_Customer?$format=json


{{url}}/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_Customer('14100002')?$format=json


{{url}}/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_Customer('1410000299999')?$format=json


{{url}}/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_Customer?$filter=TaxNumber1 eq '99999999999881'&$format=json


{{url}}/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_Customer?$filter=TaxNumber1 eq '99999999999881'&$select=Customer, CreatedByUser, TaxNumber1


{{url}}/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_Customer('14100002')/to_CustomerCompany?$format=json