From da245e38e41e60de7ec61a84175f53ee0da29388 Mon Sep 17 00:00:00 2001 From: nishthamongaondc <150439595+nishthamongaondc@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:23:44 +0530 Subject: [PATCH] fix: Update vlookup curl in Onboarding of Participants.md vlookup curl was incorrect --- registry/Onboarding of Participants.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/Onboarding of Participants.md b/registry/Onboarding of Participants.md index 77dce9d..4e0be95 100644 --- a/registry/Onboarding of Participants.md +++ b/registry/Onboarding of Participants.md @@ -191,9 +191,9 @@ https://prod.registry.ondc.org/vlookup ``` ``` - curl --location --request GET 'https://preprod.registry.ondc.org/ondc/vlookup' \ + curl --location 'https://preprod.registry.ondc.org/ondc/vlookup' \ --header 'Content-Type: application/json' \ - --data-raw '{ + --data '{ "sender_subscriber_id": "pilot-gateway-1.beckn.nsdl.co.in/option8", "request_id": "27baa06d-f90a-486c-85e5-cc621b787f04", "timestamp": "2022-09-13T20:45:07.060Z", @@ -205,7 +205,7 @@ https://prod.registry.ondc.org/vlookup "city":"std:080", "subscriber_id": "ondc.org" } - } + }' - sender_subscriber_id: subscriber id of request initiator - request_id: unique identifier for request