ResponseListContractSubscriptionDto

📄 Description: Represents a standard response wrapper for returning a list of Contact subscription entities.

Properties

Name

Type

Required

Restrictions

Description

code

string

false

none

Response code indicating success or failure.

message

string

false

write-only

A short message describing the response status.

defaultMessage

string

false

write-only

Default message in case no specific message is set.

debugMessage

string

false

write-only

Detailed message useful for debugging purposes.

errors

Errors

false

none

none

object

[ContractSubscriptionDto]

false

none

List of Contract subscription entities returned by the request.

Enumerated Values

Attribute

Value

code

API_CALL_FAILED, ATTACHED, BAD_REQUEST, DATA_VALIDATION_ERROR, DELETED, DETACHED, INTERNAL_SYSTEM_ERROR, NULL_RESPONSE, OK, OK_BUT_RESPONSE_INVALID, REQUEST_VALIDATION_ERROR, SERVICE_VALIDATION_ERROR, UPDATED