POST v1/company/newWithMail
WEB - REGISTER NEW COMPANY
Request Information
URI Parameters
None.
Body Parameters
CompanyAddWithMailRequestModelName | Description | Type | Additional information |
---|---|---|---|
user_signature | string |
Required |
|
company_name | string |
None. |
|
company_user_first_name | string |
Required |
|
company_user_family_name | string |
Required |
|
company_phone | string |
None. |
|
company_phone_extension | string |
None. |
|
company_cell_number | string |
Required |
|
company_email | string |
Required |
|
company_password | string |
Required |
|
company_tax_office_name | string |
None. |
|
company_tax_number | string |
None. |
|
company_address_city | string |
None. |
|
company_address_district | string |
None. |
|
company_address_neighborhood | string |
None. |
|
company_address_street | string |
None. |
|
company_address_building_number | string |
None. |
|
company_address_zip_code | string |
None. |
|
company_shipment_only_driver_show | boolean |
None. |
|
company_is_corporate | boolean |
None. |
|
company_seller_code | string |
None. |
|
company_is_demo | boolean |
None. |
|
company_default_currency_id | integer |
None. |
Request Format
application/json, text/json
Sample:
{ "user_signature": "sample string 1", "company_name": "sample string 2", "company_user_first_name": "sample string 3", "company_user_family_name": "sample string 4", "company_phone": "sample string 5", "company_phone_extension": "sample string 6", "company_cell_number": "sample string 7", "company_email": "sample string 8", "company_password": "sample string 9", "company_tax_office_name": "sample string 10", "company_tax_number": "sample string 11", "company_address_city": "sample string 12", "company_address_district": "sample string 13", "company_address_neighborhood": "sample string 14", "company_address_street": "sample string 15", "company_address_building_number": "sample string 16", "company_address_zip_code": "sample string 17", "company_shipment_only_driver_show": true, "company_is_corporate": true, "company_seller_code": "sample string 20", "company_is_demo": true, "company_default_currency_id": 22 }
Response Information
Resource Description
WEB - REGISTER NEW COMPANY
CompanyAddResultModelName | Description | Type | Additional information |
---|---|---|---|
response | CompanyAddResponseModel |
None. |
|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "response": { "company_name": "sample string 1", "company_phone": "sample string 2", "company_phone_extension": "sample string 3", "company_cell_number": "sample string 4", "company_email": "sample string 5", "company_tax_office_name": "sample string 6", "company_tax_number": "sample string 7", "company_logo": "sample string 8", "company_web_url": "sample string 9" }, "meta": { "status_code": 1, "status_message": "sample string 2" } }