Authorization: ********************{ "assetCodeRefId": "Asset001",
"newAssetCodeRefId": "Asset002",
"name": "MacBook Air 13",
"assetCategoryId": 23452,
"companyName": "Gofive",
"employeeRefId": "8888",
"serialNo": "EP3600",
"branchId": 0,
"cost": 4999,
"remark": "MacBook Air 13: M1 chip 8C CPU/7C GPU/8GB/256GB - Gold-2020 MacBook Air พลังหนักๆ บนความบางเบา โน้ตบุ๊คที่บางและเบาที่สุดของเรา วันนี้พลิกโฉมใหม่หมดในทุกด้าน ด้วยชิพ Apple M1 ที่ทำให้มี CPU เร็วขึ้นสูงสุด 3.5 เท่า และ GPU เร็วขึ้นสูงสุด 5 เท่า รวมทั้ง Neural Engine ที่ล้ำหน้าที่สุดของเรา",
"tagNames": "ไอที",
"hasWarranty": true,
"monthOfWarranty": 12,
"datePurchase": "2024-08-12 14:35:42",
"isCommon": false
}curl --location 'https://api.gofive.co.th/empeo/api/v1/assets/update' \
--header 'Ocp-Apim-Subscription-Key: 20ed4158ed784b1da077647b263ccf6e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "assetCodeRefId": "Asset001",
"newAssetCodeRefId": "Asset002",
"name": "MacBook Air 13",
"assetCategoryId": 23452,
"companyName": "Gofive",
"employeeRefId": "8888",
"serialNo": "EP3600",
"branchId": 0,
"cost": 4999,
"remark": "MacBook Air 13: M1 chip 8C CPU/7C GPU/8GB/256GB - Gold-2020 MacBook Air พลังหนักๆ บนความบางเบา โน้ตบุ๊คที่บางและเบาที่สุดของเรา วันนี้พลิกโฉมใหม่หมดในทุกด้าน ด้วยชิพ Apple M1 ที่ทำให้มี CPU เร็วขึ้นสูงสุด 3.5 เท่า และ GPU เร็วขึ้นสูงสุด 5 เท่า รวมทั้ง Neural Engine ที่ล้ำหน้าที่สุดของเรา",
"tagNames": "ไอที",
"hasWarranty": true,
"monthOfWarranty": 12,
"datePurchase": "2024-08-12 14:35:42",
"isCommon": false
}'{
"status": {
"code": "1000",
"description": "Success"
},
"data": {
"message": "Asset added successfully.",
"result": true
}
}