Schemas
common_data
- objectExample:
{"customer_type":"person"}
Properties:customer_type
stringRequiredclient typeExample:"person"
Enum:person
org
common_org_data
- objectExample:
{"org_address":"bbb","org_name":"aaa"}
Properties:org_address
stringRequiredExample:"bbb"
org_name
stringRequiredExample:"aaa"
domain_order_data
- objectExample:
{"domains":["tesrrrrrrr.com"],"phone_number":"79219523621","customer_type":"person"}
Properties:domains
array<string>RequiredExample:["tesrrrrrrr.com"]
Items:- stringExample:
"string"
phone_number
stringRequiredExample:"79219523621"
customer_type
stringRequiredclient typeExample:"person"
Enum:person
org
domain_order_data_org
- objectExample:
{"org_address":"bbb","org_name":"aaa","domains":["tesrrrrrrr.com"],"phone_number":"79219523621","customer_type":"person"}
Properties:org_address
stringRequiredExample:"bbb"
org_name
stringRequiredExample:"aaa"
domains
array<string>RequiredExample:["tesrrrrrrr.com"]
Items:- stringExample:
"string"
phone_number
stringRequiredExample:"79219523621"
customer_type
stringRequiredclient typeExample:"person"
Enum:person
org
Responses
customer_reg
sample
sample
Content Type:
application/json
- Schema
- objectExample:
{"password":"zOmjt68sej6S"}
Properties:password
stringuser passwordExample:"zOmjt68sej6S"