forked from Shriramprotean/Pre-production
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lookup.postman_collection.json
42 lines (42 loc) · 1.24 KB
/
lookup.postman_collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"info": {
"_postman_id": "2e53edaa-ce9d-425a-8ed1-34cb62641538",
"name": "lookup",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "21473794"
},
"item": [
{
"name": "/ondc/lookup",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"sender_subscriber_id\": \"pilot-gateway-1.beckn.nsdl.co.in/option1\",\r\n \"request_id\": \"4995c9a1-fc57-472d-9736-4e8a9ed1810f\",\r\n \"timestamp\": \"2022-07-08T16:39:43.746Z\",\r\n \"signature\": \"fpk264etzxGxoTGsbhEsf5BhX7Nvqnz6DxXowWCZnuUHnirNmGExNzTV4+98hd0gQl4pT8JICsBHu6RHPII1Dw==\",\r\n \"search_parameters\": {\r\n \"country\": \"IND\",\r\n \"domain\": \"nic2004:52110\",\r\n \"city\": \"std:080\",\r\n \"subscriber_id\":\"pilot-gateway-1.beckn.nsdl.co.in/option1\"\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://pilot-gateway-1.beckn.nsdl.co.in/ondc/lookup",
"protocol": "https",
"host": [
"pilot-gateway-1",
"beckn",
"nsdl",
"co",
"in"
],
"path": [
"ondc",
"lookup"
]
}
},
"response": []
}
]
}