Skip to main content
POST
Import, disable, enable, or delete branches

Authorizations

Authorization
string
header
required

All API requests must include a valid Bearer token in the Authorization header. Tokens are 64-character SHA-256 session hashes issued by the PropOps authentication system.

Example:

Body

multipart/form-data
action
enum<string>
required
Available options:
bulk_import,
bulk_disable,
bulk_delete,
bulk_assign_logo
csrf_token
string
required
Example:

"abc123def456"

csv_file
file
branch_ids
integer[]
Example:

Response

Branch operation completed

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"