NextGen APIs

POST /assets/accounts/r1/accounts/{accountId}/measures/attachments

Http Verb

POST

Url

/assets/accounts/r1/accounts/{accountId}/measures/attachments

Permissions required

Measuring Element: View (fsm.core.technicalobject.measure.view)
Edit (fsm.core.technicalobject.measure.edit)

Personally Identifiable Information (PII)

No

Sensitive Information

No

Last Modified Version

r1

Released since

2026 W3 (FSM 24.0)

Deprecated since

 

Removed since

 

Tech Tags

 

Business Logic

This API creates a new attachment related to the given account measure.

Please note that if you want to create an attachment for an account measure, the file must be created beforehand using the POST /documents/r1/files API.

Path parameters

Field

Note

accountId

 

Header Parameters

Default.

Request Body Parameters

Field

Validations

Note

measureId



uuid

 

 

documentCategoryId

Referenced resource id existence check

This field is optional in the request payload. However, if it is not provided, a default value must be configured in the system settings (the value must not be null during processing)

Response documentation

Response payload fields

Field

Note

Example value

id

 

 

Response error codes

NOT_FOUND, BASE_0001, DOCUMENTS_002