Superfy Platform API Documentation


Update Specific Asset Type API

Require Authentication

This API is used to update specific asset type for the company based on combination of deviceID and token.


URL

api/manageassets/updatetype/:pintypeID

Required parameter (in URL)

Required parameter (POST)

Optional parameter (POST)

Example JSON Payload

{
	"deviceID": "ABCD-EFGH-IJKL-MNOP",
	"token": "521881966918944426679ffdcbff0f1e", 
	"pinTypeName": "Edit Type Name"
}

Possible return HTTP status code

Return message

{
	"status": "success",
	"message": {
		"pintypeID": 510,
		"pinTypeName": "Edit Type Name",
		"iconType": "system",
		"iconID": 1,
		"iconURL": "https://dashboard.superfy.com/assets/images/icons/default/appsize/wheelie.png",
		"pinTypeDescription": "from API",
		"pinTypeRuleForPinName": "[Address1][Address2]-[BinTypeName]",
		"pinTypeImageOriginalName": "12well_physed-superJumbo.jpg",
		"pinTypeImageURL": "",
		"manufacturerID": 50,
		"manufacturerName": "Ahai",
		"pinSize": "2.5",
		"depthWhenEmpty_cm": 100,
		"distanceSensorToFillLine_cm": 10,
		"pinTypeCreatedDate": 1692260726,
		"pinTypeCreatedByUserID": 90,
		"pinTypeModifiedDate": 1692262607,
		"pinTypeModifiedByUserID": 90,
		"diffFillLevelToCollect": 10,
		"minPrevFillLevelToCollect": 20,
		"total_projectpins": 0
	}
}

Note: Since manufacturerID is optional, if manufacturerID is set to 0 and manufacturerName is set to empty string, it indicates that asset type does not have manufacturer assigned.