# Create 'Customerearningsreport' Endpoint: POST /revenue/customerearnings/customerearningsreport/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Request fields (application/json): - `value` (number, required) - `period_start` (string, required) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: period_end - `gross_value` (number, required) - `period_end` (string, required) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: period_start - `tenant` (object, required) - `tenant.id` (string) - `org_no` (string, required) - `description` (string,null) - `accountant_company_name` (string,null) - `custom_id` (string,null) - `includes_subletted_space` (boolean) - `accountant_work_phone` (string,null) - `accountant_work_email` (string,null) - `organization` (object,null) ## Response 201 fields (application/json): - `value` (number, required) - `period_start` (string, required) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: period_end - `gross_value` (number, required) - `id` (string, required) Additional Validation Information: Must be unique - `period_end` (string, required) Additional Validation Information: This value must be set in an proper order, in relation to the following fields: period_start - `tenant` (object, required) - `tenant.id` (string) - `org_no` (string, required) - `description` (string,null) - `accountant_company_name` (string,null) - `custom_id` (string,null) - `created_at` (string) - `includes_subletted_space` (boolean) - `accountant_work_phone` (string,null) - `tags` (any) - `reported_at` (string) - `customer_columns` (any) - `pending_monitor_approval_amount` (any) - `accountant_work_email` (string,null) - `organization` (object,null) ## Response 401 fields ## Response 403 fields ## Response 429 fields