Add Sub-Account Information (PUT)

This API endpoint is used to add a sub-account.

  1. API Information

Properties
Content

Request Method

PUT

Data Format

application/x-www-form-urlencoded

Authentication Method

URL Query Parameter s (Token/Signature)

  1. Request Parameters

2.1 Query Parameters

Parameter Name
Type
Required
Description

s

string

Yes

API Authorization Credential

2.2 Body Parameters (Form Data)

Parameter Name
Type
Example Value
Description

username

string

pia88tn74lg

Username

user

string

8zf332a5y_pia88tn74lg

Complete User Identifier

password

string

Lll2b8zf2a5y

Account Password

balance

number

0

Balance

six_balance

number

0

Six-Digit Balance / Specific Balance

day_balance

number

0

Daily Limit / Daily Balance

remark

string

Test & Debug

Remarks/Notes

flow_limit

string

""

Traffic Restriction

unlimited_limit

string

""

Unlimited Restriction

data_center_limit

string

""

Data Center Restriction

password_change

number

0

Change Password? (0: No, 1: Yes)

password_remaining

number

0

Password Remaining Change Count / Validity Period

  1. Response Specification

3.1 Response Field Definitions

Field Name
Type
Example Value
Description

code

number

0

Business Status Code (0 for success)

data

string

""

Response Result Data

msg

string

"success"

Response Message

msg_code

string

"success"

Response Status Code

3.2 Response Example (JSON)

Last updated

Was this helpful?