DimensionValueResponseDtoSuccessResultResponse
Wraps a successful API response with the result payload.
correlationIduuid
A unique ID of the request
Example:
fb0ccbbc-62bc-447f-a47e-02b490e25690isSuccessboolean
Indicates whether the request was successful. Always true for success responses.
Example:
trueresult object
Response model for DimensionValue.
externalDimensionValueIdstringnullable
Identifier of the dimension value in your ERP system. Is expected to be unique within the company.
Example:
Assurance01externalDimensionValueNamestringnullable
Name of the dimension value in your ERP system.
Example:
Assurance-155iduuid
Unique identifier of the DimensionValue.
Example:
13131313-5717-4562-b3fc-2c963f66afa6isBlockedboolean
Indicator for if accounting is allowed on the DimensionValue
Example:
FalseDimensionValueResponseDtoSuccessResultResponse
{
"correlationId": "fb0ccbbc-62bc-447f-a47e-02b490e25690",
"isSuccess": true,
"result": {
"externalDimensionValueId": "Assurance01",
"externalDimensionValueName": "Assurance-155",
"id": "13131313-5717-4562-b3fc-2c963f66afa6",
"isBlocked": "False"
}
}