From f1c9e59772240cde287fef59efbfaf00dbfa9b35 Mon Sep 17 00:00:00 2001 From: John Poth Date: Fri, 25 Aug 2023 12:36:05 +0200 Subject: [PATCH] Namespace was changed to Trippin --- pages/service-usages/basic-usages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/service-usages/basic-usages.md b/pages/service-usages/basic-usages.md index 5eb388b5..10c32c77 100644 --- a/pages/service-usages/basic-usages.md +++ b/pages/service-usages/basic-usages.md @@ -66,7 +66,7 @@ GET https://services.odata.org/TripPinRESTierService/Airports?$filter=contains(L ##### Filter on Enum Properties ``` -GET https://services.odata.org/TripPinRESTierService/People?$filter=Gender eq Microsoft.OData.Service.Sample.TrippinInMemory.Models.PersonGender'Female' +GET https://services.odata.org/TripPinRESTierService/People?$filter=Gender eq Trippin.PersonGender'Female' ``` ##### Filter on Collection @@ -189,7 +189,7 @@ GET https://services.odata.org/TripPinRESTierService/GetNearestAirport(lat = 33, #### Invoking bound Functions ``` -Get https://services.odata.org/TripPinRESTierService/People('russellwhyte')/Trips(0)/Microsoft.OData.Service.Sample.TrippinInMemory.Models.GetInvolvedPeople +Get https://services.odata.org/TripPinRESTierService/People('russellwhyte')/Trips(0)/Trippin.GetInvolvedPeople ``` #### Invoking Unbound Actions @@ -201,7 +201,7 @@ POST https://services.odata.org/TripPinRESTierService/ResetDataSource #### Invoking Bound Actions ``` -POST https://services.odata.org/TripPinRESTierService/People('russellwhyte')/Microsoft.OData.Service.Sample.TrippinInMemory.Models.ShareTrip +POST https://services.odata.org/TripPinRESTierService/People('russellwhyte')/Trippin.ShareTrip header: { Content-Type: application/json