Skip to main content
PUT
Save notice response account

Authorizations

Authorization
string
header
required

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

Path Parameters

consumer
integer
required

Consumer account ID.

Body

application/json
account_name
string
required
Required string length: 2 - 100
Example:

"Notice Account"

account_number
string
required

Duplicate active consumer account numbers and duplicate active notice-response account numbers are rejected. Deactivated duplicates are rejected only when they belong to the selected sender company.

Required string length: 2 - 50
Example:

"NOTICE-123"

notice_balance
number
required
Required range: x >= 0.01Must be a multiple of 0.01
Example:

425.5

Response

Account details saved.

message
string
required
Examples:

"Notice response started."

"Sender details saved."

"Account details saved."

"Notice uploaded."

data
object
required
Last modified on July 19, 2026