- Getting Started
- Extension
- Dashboard
- Module
- Report
- Total
- Integration
- Channel
- Extension
- Profile
- Inventory
- Addition
- Brand
- Category
- Deduction
- Flow
- Item
- Location
- Purchase Order
- Reservation
- Stock Take Job
- Supplier
- Transfer Job
- Transfer
- Sale
- Credit Note
- Customer Group
- Customer
- Order
- Setting
sale/customer/add
POST
/sale/customer/add
Request
Body Params application/json
domain
string
required
api_key
string
required
auth_timestamp
integer
required
auth_signature
string
required
firstname
string
required
lastname
string
required
company
string
required
customer_group_id
integer
required
email
string
required
telephone
string
required
card_number
string
required
Example
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"firstname": "string",
"lastname": "string",
"company": "string",
"customer_group_id": 0,
"email": "string",
"telephone": "string",
"card_number": "string"
}
Responses
🟢200Success
application/json
Body
error
array[string]
optional
success
boolean
optional
customer_id
integer
optional
Example
{
"error": [
"string"
],
"success": true,
"customer_id": 0
}
Modified at 2024-10-19 11:35:29