Create e-conomic customer
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
POST /modules/economic/customer
Operation
Operation ID: createEconomicCustomer
Create e-conomic customer
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: application/json
{
"properties": {
"customer_number": {
"type": "integer"
},
"cvr": {
"type": "integer"
},
"email": {
"type": "string"
},
"name": {
"type": "string"
},
"phone": {
"type": "integer"
}
},
"required": [
"customer_number",
"cvr",
"email",
"phone",
"name"
],
"type": "object"
}
Responses
Status | Description | Content Types |
|---|---|---|
200 | Success | application/json |
Schema for response 200 (application/json):
{}
17 March 2026