curl --location -g --request POST 'http:///V1/company/' \
--header 'Content-Type: application/json' \
--data-raw '{
"company": {
"city": "string",
"comment": "string",
"company_email": "string",
"company_name": "string",
"country_id": "string",
"customer_group_id": 0,
"extension_attributes": {
"applicable_payment_method": 0,
"available_payment_methods": "string",
"quote_config": {
"company_id": "string",
"extension_attributes": {},
"is_quote_enabled": true
},
"use_config_settings": 0
},
"id": 0,
"legal_name": "string",
"postcode": "string",
"region": "string",
"region_id": "string",
"reject_reason": "string",
"rejected_at": "string",
"reseller_id": "string",
"sales_representative_id": 0,
"status": 0,
"street": [
"string"
],
"super_user_id": 0,
"telephone": "string",
"vat_tax_id": "string"
}
}'
{
"city": "string",
"comment": "string",
"company_email": "string",
"company_name": "string",
"country_id": "string",
"customer_group_id": 0,
"extension_attributes": {
"applicable_payment_method": 0,
"available_payment_methods": "string",
"quote_config": {
"company_id": "string",
"extension_attributes": {},
"is_quote_enabled": true
},
"use_config_settings": 0
},
"id": 0,
"legal_name": "string",
"postcode": "string",
"region": "string",
"region_id": "string",
"reject_reason": "string",
"rejected_at": "string",
"reseller_id": "string",
"sales_representative_id": 0,
"status": 0,
"street": [
"string"
],
"super_user_id": 0,
"telephone": "string",
"vat_tax_id": "string"
}