File tree Expand file tree Collapse file tree 3 files changed +7
-19
lines changed
partner_account_creation_status Expand file tree Collapse file tree 3 files changed +7
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"partner_account_creation" : 1 ,
3
- "account_type" : " demo" ,
4
3
"address_city" : " Melbourne" ,
5
4
"address_line_1" : " 20 Broadway Av" ,
6
5
"address_line_2" : " East Melbourne VIC" ,
Original file line number Diff line number Diff line change 20
20
1
21
21
]
22
22
},
23
- "account_type" : {
24
- "description" : " Account type. If set to 'financial', setting 'mt5_account_type' is also required." ,
25
- "type" : " string" ,
26
- "enum" : [
27
- " demo" ,
28
- " gaming" ,
29
- " financial" ,
30
- " all"
31
- ]
32
- },
33
23
"address_city" : {
34
24
"description" : " [Optional] Within 100 characters." ,
35
25
"type" : " string" ,
74
64
"company_name" : {
75
65
"description" : " [Optional] Company name. Only applicable for partners of type company." ,
76
66
"type" : " string" ,
77
- "pattern" : " ^(?!.*\\ s{2,})[\\ p{L}\\ s'.-]{2,50}$" ,
67
+ "pattern" : " ^(?!.*\\ s{2,})[\\ p{L}0-9 \\ s'.-]{2,50}$" ,
78
68
"sensitive" : 1
79
69
},
80
70
"company_registration_no" : {
178
168
},
179
169
"website" : {
180
170
"description" : " Partner's Website URI/Promotional Platform" ,
181
- "type" : " string" ,
182
- "pattern" : " ^[\\ w_@./:#&+-]*$"
171
+ "type" : " string"
183
172
},
184
173
"loginid" : {
185
174
"description" : " [Optional] The login id of the user. If left unspecified, it defaults to the initial authorized token's login id." ,
Original file line number Diff line number Diff line change 14
14
"type" : " object" ,
15
15
"additionalProperties" : false ,
16
16
"required" : [
17
+ " create_CFD_account" ,
17
18
" create_eu_partner" ,
18
- " create_mt5_account" ,
19
19
" create_row_partner" ,
20
20
" create_third_party_provider_user" ,
21
21
" link_partner_eu" ,
22
22
" link_partner_row"
23
23
],
24
24
"properties" : {
25
- "create_eu_partner " : {
26
- "description" : " Status of EU partner account creation" ,
25
+ "create_CFD_account " : {
26
+ "description" : " Status of CFD account creation" ,
27
27
"type" : " object" ,
28
28
"additionalProperties" : false ,
29
29
"properties" : {
37
37
}
38
38
}
39
39
},
40
- "create_mt5_account " : {
41
- "description" : " Status of MT5 account creation" ,
40
+ "create_eu_partner " : {
41
+ "description" : " Status of EU partner account creation" ,
42
42
"type" : " object" ,
43
43
"additionalProperties" : false ,
44
44
"properties" : {
You can’t perform that action at this time.
0 commit comments