Schemas
common_data
- objectExample:
{"customer_type":"person"}Properties:customer_typestringRequiredclient typeExample:"person"Enum:personorg
common_org_data
- objectExample:
{"org_address":"bbb","org_name":"aaa"}Properties:org_addressstringRequiredExample:"bbb"org_namestringRequiredExample:"aaa"
domain_order_data
- objectExample:
{"domains":["tesrrrrrrr.com"],"phone_number":"79219523621","customer_type":"person"}Properties:domainsarray<string>RequiredExample:["tesrrrrrrr.com"]Items:- stringExample:
"string"
phone_numberstringRequiredExample:"79219523621"customer_typestringRequiredclient typeExample:"person"Enum:personorg
domain_order_data_org
- objectExample:
{"org_address":"bbb","org_name":"aaa","domains":["tesrrrrrrr.com"],"phone_number":"79219523621","customer_type":"person"}Properties:org_addressstringRequiredExample:"bbb"org_namestringRequiredExample:"aaa"domainsarray<string>RequiredExample:["tesrrrrrrr.com"]Items:- stringExample:
"string"
phone_numberstringRequiredExample:"79219523621"customer_typestringRequiredclient typeExample:"person"Enum:personorg
Responses
customer_reg
sample
sample
Content Type:
application/json
- Schema
- objectExample:
{"password":"zOmjt68sej6S"}Properties:passwordstringuser passwordExample:"zOmjt68sej6S"