Alphanumeric cellphone sender schema
Name | Type | Description | Notes |
---|---|---|---|
senderId | Integer | [readonly] | |
status | StatusEnum | Status of the sender | [optional] [readonly] |
type | TypeEnum | Sender code type | |
cellphone | String | Sender cellphone name | |
file | byte[] | Content of your sender file in base64 |
Name | Value |
---|---|
ACTIVE | "active" |
MODERATION | "moderation" |
REJECTED | "rejected" |
Name | Value |
---|---|
ALPHA_NUMERIC | "alpha_numeric" |
NUMERIC | "numeric" |