{
"id": 1,
"tenant_id": null,
"org_id": null,
"code": null,
"name": null,
"mnemonic_code": null,
"classify": -128,
"counterparty_type_id": null,
"counterparty_type_code": null,
"counterparty_grade_id": null,
"source": "1",
"credit_rating": null,
"credit_agency": null,
"credit_expiring_date": null,
"institution_code": null,
"country_code": null,
"area_code": null,
"register_address": null,
"work_address": null,
"english_address": null,
"description": null,
"memo": null,
"is_active": "1",
"create_user": null,
"create_dept": null,
"create_time": "CURRENT_TIMESTAMP",
"update_user": null,
"update_time": "CURRENT_TIMESTAMP",
"status": "0",
"is_deleted": "0",
"is_shared": null,
"english_name": null,
"english_full_name": null,
"org_nature": null,
"establishment_date": null,
"year_limit_start": null,
"year_limit_end": null,
"registered_fund": null,
"currency_code": null,
"legal_person": null,
"enterprise_size": null,
"annual_output_value": null,
"finance_person": null,
"debt_ratio": null,
"is_general_taxpayer": "1",
"out_counterparty_id": null,
"out_dept_id": null,
"source_system": null
}
curl --location --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"tenant_id": null,
"org_id": null,
"code": null,
"name": null,
"mnemonic_code": null,
"classify": -128,
"counterparty_type_id": null,
"counterparty_type_code": null,
"counterparty_grade_id": null,
"source": "1",
"credit_rating": null,
"credit_agency": null,
"credit_expiring_date": null,
"institution_code": null,
"country_code": null,
"area_code": null,
"register_address": null,
"work_address": null,
"english_address": null,
"description": null,
"memo": null,
"is_active": "1",
"create_user": null,
"create_dept": null,
"create_time": "CURRENT_TIMESTAMP",
"update_user": null,
"update_time": "CURRENT_TIMESTAMP",
"status": "0",
"is_deleted": "0",
"is_shared": null,
"english_name": null,
"english_full_name": null,
"org_nature": null,
"establishment_date": null,
"year_limit_start": null,
"year_limit_end": null,
"registered_fund": null,
"currency_code": null,
"legal_person": null,
"enterprise_size": null,
"annual_output_value": null,
"finance_person": null,
"debt_ratio": null,
"is_general_taxpayer": "1",
"out_counterparty_id": null,
"out_dept_id": null,
"source_system": null
}'
{}