forked from Shriramprotean/Pre-production
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Option_2.txt
51 lines (50 loc) · 1.61 KB
/
Option_2.txt
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
43
44
45
46
47
48
49
50
51
{
"context": {
"operation": {
"ops_no": 1
}
},
"message": {
"entity": {
"gst": {
"legal_entity_name": <<COmpany Name(Double quotes)>>,
"business_address": <<Company Address(Double QUotes)>>,
"city_code": [
<<City Code(Eg. "std:080/*">>
],
"gst_no": <<gstno>>
},
"pan": {
"name_as_per_pan": <<Name>>,
"pan_no": <<Pan No>>,
"date_of_incorporation": <<date(dd/mm/yyyy)>>
},
"name_of_authorised_signatory": <<name of authorised signatory>>,
"address_of_authorised_signatory": <<address>>,
"email_id": <<email id>>,
"mobile_no": <<Mobile Number>>,
"country": <<CountryCode(e.g. IND)>>,
"subscriber_id": <<Subscriber ID>>,
"callback_url": <<call back url(relative URL to subscribe)>>,
"key_pair": {
"signing_public_key": <<Signing Public Key>>,
"encryption_public_key": <<Encryption public key>>,
"valid_from": <<key validity from date(Format yyyy-MM-dd'T'HH:mm:ss.SSS'Z')>>,
"valid_until": <<key validity to date(Format yyyy-MM-dd'T'HH:mm:ss.SSS'Z')>>
}
},
"network_participant": [
{
"subscriber_url": <<Subscriber url(Relative URL to subscriber id>>,
"domain": <domain(E.g. "nic2004:52110")>,
"type": <<sellerApp>>,
"msn": false,
"city_code": [
<<City Code(Eg. "std:080/*">>
]
}
],
"timestamp": <<Valid time stamp(Format yyyy-MM-dd'T'HH:mm:ss.SSS'Z')>>,
"request_id":<<request id(UUID)>>
}
}