- Introduction
- Activity
- Authentication API
- Customer
- Case
- Deal
- Employee
- Expense
- Product
- Create Or Update Products
- Get a Product Ticket
- Get Products With Take & Status
- Get a Product by ProductCode
- Get Product Groups
- Get Product Properties
- Get Products By Filter
- Verify Serial Number
- /v3/Products/serials/status
- Create or Update Codeguard Products
- Update Product Stock
- /v1/products/units
- /v1/products/units Copy
- Quotation
- SalesOrder
- Webhooks
- Task
- Setting
Create or Update customer
POST
https://api.gofive.co.th/v3/customers
VenioCRM/Customer
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Header Params
Content-Type
string
required
Example:
application/json
Ocp-Apim-Subscription-Key
string
required
Example:
<Your Subscription-Key>
Body Params application/json
customerCode
string | null
optional
รหัสลูกค้า
ถ้าไม่ใส่(null)จะเป็น การสร้างลูกค้าใหม่ กรณีที่ใส่มาจะเป็นการอัพเดตข้อมูลลูกค้า idเดิม
customerName
string
required
customerState
integer
required
customerStatus
integer | null
optional
customerType
integer | null
optional
customerPicture
string | null
optional
customer2ndName
string | null
optional
customerAliases
array[string] | null
optional
customerTaxNo
string | null
optional
branchCode
string | null
optional
customerPhone
string | null
optional
customerMobile
string | null
optional
customerEmail
string
optional
customerPosition
string | null
optional
customerGender
integer | null
optional
customerMaritalStatus
integer | null
optional
customerBirthdate
string | null
optional
customerIncome
string | null
optional
creditLimit
string | null
optional
*ไม่มีใช้ใน venio
addresses
array [object {5}] | null
optional
locationAddress
string
required
locationName
string
required
locationType
integer
required
latitude
number | null
optional
longitude
number | null
optional
sourceName
string | null
optional
customerGroupName
string | null
optional
leadStatus
integer | null
optional
unqulifiedReasonName
string | null
optional
unqulifiedReasonNote
string | null
optional
interestsName
array[string] | null
optional
customerTags
array[string] | null
optional
classificationName
string | null
optional
customFields
array [object {2}] | null
optional
customFieldName
string
required
customFieldValue
array[string]
required
contacts
array [object {10}]
optional
*ถ้ามีข้อมูล
customerType = business
contactName
string
required
contactStatus
boolean | null
optional
contactPicture
string | null
optional
contactPhone
string | null
optional
contactMobile
string | null
optional
contactEmail
string | null
optional
contactPosition
string | null
optional
contactBirthdate
string | null
optional
contactNote
string | null
optional
contactSocialAccount
object | null
optional
customerSocialAccount
object | null
optional
facebook
string
optional
line
string
optional
whatsapp
string
optional
skype
string
optional
instagram
string
optional
linkedin
string
optional
telegram
string
optional
wechat
string
optional
customerNote
string | null
optional
owners
array[string]
optional
primaryOwner
string
optional
Example
{
"customerCode": "string", // รหัสลูกค้า [ถ้าไม่ใส่จะเป็น การสร้างลูกค้าใหม่]
"customerName": "string", // ชื่อลูกค้า Required [ชื่อลูกค้าห้ามซ้ำกัน]
"customerState": 0, // <integer> สถานะของลูกค้า Required : 1 = Lead , 2 = Prospect , 3 = Customer
"customerStatus": 0, // <integer> สถานะการใช้งาน 0 = active , 1 = ended (Required Note) , 2 = closed (Required Note)
"customerType": 0, //<integer> ประเภท 1 = Business , 2 = individual
"customerPicture": "string", // รูปของลูกค้า โดยรับเป็น URL
"customer2ndName": "string", // ชื่อรองลูกค้า เช่น ชื่อลูกค้าภาษาอื่นๆ
"customerAliases": [
"string",
"string"
], // รายการนามแฝง
"customerTaxNo": "string", // เลขประจำตัวผู้เสียภาษี
"creditLimit":"string",
"branchCode": "string", // รหัสสาขา
"customerPhone": "string", // เบอร์โทรศัพท์ลูกค้า
"customerMobile": "string", // เบอร์มือถือลูกค้า
"customerEmail": "string", // อีเมลลูกค้า
"customerPosition": "string", // ตำแหน่งลุกค้า
"customerGender": 0, //<integer> เพศลูกค้า [1 = Male , 2 = Female]
"customerMaritalStatus": 0, // <integer> สถานภาพสมรส [1 = Single , 2 = Engaged , 3 = Married , 4 = Separated , 5 = Disvorced , 6 = Widowed]
"customerBirthdate": "2022-12-30", // วันเกิดลูกค้า โดยมี Format : YYYY-MM-DD
"customerIncome": "string",
"addresses": [
{
"locationAddress": "string", // Required ที่อยู่
"locationName": "string", // Required ชื่อสถานที่
"locationType": 0, //<integer> Required ประเภทสถานที่ [1 = billing address , 2 = shipping address]
"latitude": 0.0, // ละติจูด
"longitude": 0.0 // ลองจิจูด
}
],
"sourceName": "string", // แหล่งที่มาลูกค้า
"customerGroupName": "string", // กลุ่มลูกค้า [*ทำการสร้างให้ใหม่เมื่อข้อมูลไม่ตรงกัน]
"leadStatus": 0, // สถานะลูกค้า 1 = New , 2 = Followup , 3 = Unqualified , 4 = Interested [*ถ้าไม่มีการส่งข้อมูลมา Lead = 1 ,Prospect = 4 , Customer = 4]
"unqulifiedReasonName": "string", // หัวข้อเหตุผลที่พลาด [*ระบบจะ Required เมื่อ leadStatus = 3 & customerState = 1 [Unqualified] เท่านั้น]
"unqulifiedReasonNote": "string", // เหตุผล [*ระบบจะ Required เมื่อ leadStatus = 3 & customerState = 1 [Unqualified] เท่านั้น]
"interestsName": [
"string",
"string"
], // ความสนใจ [*ทำการสร้างให้ใหม่เมื่อข้อมูลไม่ตรงกัน]
"customerTags": [
"string"
],
"classificationName": "string", // คราสลูกค้า โดยใส่ค่าได้ มากที่สุด 3 ตัวอักษร
"customFields": [
{
"customFieldName": "string", // ชื่อหัวข้อฟิลด์ Required
"customFieldValue": [
"string"
] // ข้อมูลของฟิลด์ Required
}
],
"contacts": {
"contactName": "string", // ผู้ติดต่อ Required
"contactStatus": true, // true = active , false = inactive
"contactPicture": "string", // รูปของผู้ติดต่อ ใช้เป็น URL ของรูป
"contactPhone": "string", // เบอร์โทรศัพ ของผู้ติดต่อ
"contactMobile": "string", // เบอร์โทรศัพมือถือ ของผู้ติดต่อ
"contactEmail": "string", // Email ของผู้ติดต่อ
"contactPosition": "string", // ตำแหน่ง ของผู้ติดต่อ
"contactBirthdate": "2000-00-04", // วันเกิด ของผู้ติดต่อ โดยมี Format : "YYYY-MM-DD"
"contactNote": "string"
},
"customerSocialAccount": {
"facebook": "string",
"line": "string",
"whatsapp": "string",
"skype": "string",
"instagram": "string",
"linkedin":"string",
"telegram":"string",
"wechat": "string"
}, // Social Account ของลูกค้า
"customerNote": "string", // Required เมื่อ CustomerStatus เป็น Ended , Closed
"owners": [
"string"
] // รหัสพนังงาน
"primaryOwner": "string"//รหัสพนักงานที่จะตั้งเป็นผู้รับผิดชอบหลัก
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.gofive.co.th/v3/customers' \
--header 'Ocp-Apim-Subscription-Key: <Your Subscription-Key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerCode": "string", // รหัสลูกค้า [ถ้าไม่ใส่จะเป็น การสร้างลูกค้าใหม่]
"customerName": "string", // ชื่อลูกค้า Required [ชื่อลูกค้าห้ามซ้ำกัน]
"customerState": 0, // <integer> สถานะของลูกค้า Required : 1 = Lead , 2 = Prospect , 3 = Customer
"customerStatus": 0, // <integer> สถานะการใช้งาน 0 = active , 1 = ended (Required Note) , 2 = closed (Required Note)
"customerType": 0, //<integer> ประเภท 1 = Business , 2 = individual
"customerPicture": "string", // รูปของลูกค้า โดยรับเป็น URL
"customer2ndName": "string", // ชื่อรองลูกค้า เช่น ชื่อลูกค้าภาษาอื่นๆ
"customerAliases": [
"string",
"string"
], // รายการนามแฝง
"customerTaxNo": "string", // เลขประจำตัวผู้เสียภาษี
"creditLimit":"string",
"branchCode": "string", // รหัสสาขา
"customerPhone": "string", // เบอร์โทรศัพท์ลูกค้า
"customerMobile": "string", // เบอร์มือถือลูกค้า
"customerEmail": "string", // อีเมลลูกค้า
"customerPosition": "string", // ตำแหน่งลุกค้า
"customerGender": 0, //<integer> เพศลูกค้า [1 = Male , 2 = Female]
"customerMaritalStatus": 0, // <integer> สถานภาพสมรส [1 = Single , 2 = Engaged , 3 = Married , 4 = Separated , 5 = Disvorced , 6 = Widowed]
"customerBirthdate": "2022-12-30", // วันเกิดลูกค้า โดยมี Format : YYYY-MM-DD
"customerIncome": "string",
"addresses": [
{
"locationAddress": "string", // Required ที่อยู่
"locationName": "string", // Required ชื่อสถานที่
"locationType": 0, //<integer> Required ประเภทสถานที่ [1 = billing address , 2 = shipping address]
"latitude": 0.0, // ละติจูด
"longitude": 0.0 // ลองจิจูด
}
],
"sourceName": "string", // แหล่งที่มาลูกค้า
"customerGroupName": "string", // กลุ่มลูกค้า [*ทำการสร้างให้ใหม่เมื่อข้อมูลไม่ตรงกัน]
"leadStatus": 0, // สถานะลูกค้า 1 = New , 2 = Followup , 3 = Unqualified , 4 = Interested [*ถ้าไม่มีการส่งข้อมูลมา Lead = 1 ,Prospect = 4 , Customer = 4]
"unqulifiedReasonName": "string", // หัวข้อเหตุผลที่พลาด [*ระบบจะ Required เมื่อ leadStatus = 3 & customerState = 1 [Unqualified] เท่านั้น]
"unqulifiedReasonNote": "string", // เหตุผล [*ระบบจะ Required เมื่อ leadStatus = 3 & customerState = 1 [Unqualified] เท่านั้น]
"interestsName": [
"string",
"string"
], // ความสนใจ [*ทำการสร้างให้ใหม่เมื่อข้อมูลไม่ตรงกัน]
"customerTags": [
"string"
],
"classificationName": "string", // คราสลูกค้า โดยใส่ค่าได้ มากที่สุด 3 ตัวอักษร
"customFields": [
{
"customFieldName": "string", // ชื่อหัวข้อฟิลด์ Required
"customFieldValue": [
"string"
] // ข้อมูลของฟิลด์ Required
}
],
"contacts": {
"contactName": "string", // ผู้ติดต่อ Required
"contactStatus": true, // true = active , false = inactive
"contactPicture": "string", // รูปของผู้ติดต่อ ใช้เป็น URL ของรูป
"contactPhone": "string", // เบอร์โทรศัพ ของผู้ติดต่อ
"contactMobile": "string", // เบอร์โทรศัพมือถือ ของผู้ติดต่อ
"contactEmail": "string", // Email ของผู้ติดต่อ
"contactPosition": "string", // ตำแหน่ง ของผู้ติดต่อ
"contactBirthdate": "2000-00-04", // วันเกิด ของผู้ติดต่อ โดยมี Format : "YYYY-MM-DD"
"contactNote": "string"
},
"customerSocialAccount": {
"facebook": "string",
"line": "string",
"whatsapp": "string",
"skype": "string",
"instagram": "string",
"linkedin":"string",
"telegram":"string",
"wechat": "string"
}, // Social Account ของลูกค้า
"customerNote": "string", // Required เมื่อ CustomerStatus เป็น Ended , Closed
"owners": [
"string"
] // รหัสพนังงาน
"primaryOwner": "string"//รหัสพนักงานที่จะตั้งเป็นผู้รับผิดชอบหลัก
}'
Responses
🟢201Create Type individual Success
application/json
Body
status
object
required
code
string
required
สถานะของ Business Code ถ้า
Success = 1000
Error 1 ตัว = 4001
Error มากกว่า 1 ตัว = 4002
หรือเป็น Subcode ที่ต้องการจะแสดงเพื่อสื่อความหมายของ Error โดย subcode จะเป็นตัวเดียวกับ business error code หรือไม่ก็ได้ เพื่อความสะดวกในการแสดงผล
description
string
required
data
object
required
customerId
string
required
customerName
string
required
customerCode
string | null
optional
customerState
integer
required
customerType
integer
required
customerStatus
integer
required
customer2ndName
string | null
optional
customerPicture
string | null
optional
customerAliases
array[string]
required
customerTaxNo
string | null
optional
branchCode
string | null
optional
customerPhone
string | null
optional
customerMobile
string | null
optional
customerMaritalStatus
integer | null
optional
customerGender
integer | null
optional
customerPosition
string | null
optional
customerEmail
string | null
optional
customerTags
array[string]
required
customerGroupName
string
required
customerSocialAccount
object
required
addresses
array [object {5}]
required
sourceName
string | null
optional
classificationName
string
required
customFields
array [object {2}]
required
owners
array[string]
required
customerBirthdate
string | null
optional
customerIncome
string | null
optional
creditLimit
string | null
optional
*ไม่มีใช้ใน venio
unqulifiedReasonName
string | null
optional
unqulifiedReasonNote
string | null
optional
interestsName
array[string]
required
customerNote
string
optional
leadStatus
integer
required
Example
{
"status": {
"code": "1000",
"description": "Success"
},
"data": {
"customerId": "1",
"customerName": "string",
"customerCode": "string",
"customerState": 3,
"customerPicture": "string",
"customer2ndName": "string",
"customerAliases": [
"string",
"string"
],
"branchCode": "",
"customerPhone": "string",
"customerMobile": "string",
"customerEmail": "string",
"customerSocialAccount": {
"facebook": "string"
},
"customerPosition": "sales",
"customerGender": 1,
"customerMaritalStatus": 2,
"customerBirthdate": "2000-12-30T00:00:00+0700",
"addresses": [
{
"locationName": "string",
"locationAddress": "string",
"locationType": 2,
"latitude": 0,
"longitude": 0
}
],
"interestsName": [
"string"
],
"classificationName": "string",
"customFields": [
{
"customFieldName": "string",
"customFieldValue": [
"string"
]
}
],
"customerType": 2,
"customerNote": "string",
"owners": [
"string"
],
"customerStatus": 0,
"leadStatus": 1,
"customerIncome": "string"
}
}
🟢201Create Type Business Success
🟢200Update Success
🟠401Unauthorized
🟠403Forbidden
🟠400Bad Request
🔴500(E9905)
🟠401User authentication required V2.
Modified at 2025-03-27 09:35:39