Skip to main content
PATCH
Update notice response sender

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

creditorProfile
integer
required

Current creditor profile ID from the notice response sender.

noticeResponse
integer
required

Notice response ID from the creditor profile notice responses table.

Body

application/json
type
enum<string>
required
Available options:
creditor_profile,
company
Example:

"creditor_profile"

id
integer
required

Target creditor profile ID or active company ID, depending on type.

Example:

88

Response

Notice response sender updated.

message
string
required
Example:

"Notice response closed successfully."

data
object
required
Last modified on July 19, 2026