Create Asset

POST https://{{baseURL}}/api/v2/asset?

Request Params

KeyDatatypeRequiredDescription
``null

RESPONSES

status: Created

"{\n    \"id\": integer,\n    \"name\": \"string\",\n    \"contract\": {\n        \"id\": integer,\n        \"number\": \"string\"\n    },\n    \"category\": {\n        \"id\": integer,\n        \"name\": \"string\",\n        \"subcategory\": \"string\"\n    },\n    \"manufacturer\": \"string\",\n    \"serial_number\": \"string\",\n    \"unit\": \"string\",\n    \"bldng_name\":\"string\",\n    \"street\":\"string\",\n    \"floor\": \"string\",\n    \"room\":\"string\",\n    \"address\": \"string\",\n    \"state_province\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"zip_code\": \"string\",\n    \"region\": \"string\",\n    \"location_description\": \"string\",\n    \"general_info_notes\":\"string\",\n    \"asset_owner\": {\n        \"id\": integer,\n        \"name\": \"string\",\n        \"email\": \"string\",\n        \"phone_number\": \"string\"\n    },\n    \"business_entity_type\":\"string\",\n    \"business_unit\": {\n        \"id\": integer,\n        \"name\": \"string\"\n    },\n    \"warranty_status\": \"none\" | \"out_of_warranty\" | \"within_warranty\",\n    \"warranty_type\": \"none\" | \"oem\" | \"oem_extended\" | \"third_party\",\n    \"warranty_provider\": {\n        \"id\": integer,\n        \"name\": \"string\"\n    },\n    \"end_of_life_date\": \"string\",\n    \"warranty_start_date\": \"string\",\n    \"warranty_end_date\": \"string\",\n    \"warranty_contact_phone\": \"string\",\n    \"warranty_contact_email\": \"string\",\n    \"warranty_notes\": \"string\",\n    \"support_status\": \"none\" | \"out_of_support\" | \"within_support\",\n    \"support_type\": \"none\" | \"oem\" | \"oem_extended\" | \"third_party\",\n    \"support_provider\": {\n        \"id\": integer,\n        \"name\": \"string\"\n    },\n    \"attached_supplier\": {\n        \"id\": integer,\n        \"name\": \"string\"\n    },\n    \"end_of_support_date\": \"string\",\n    \"support_start_date\": \"string\",\n    \"support_end_date\": \"string\",\n    \"support_contact_phone\": \"string\",\n    \"support_contact_email\": \"string\",\n    \"support_notes\": \"string\",\n    \"asset_usage_status\": {\n        \"id\": integer,\n        \"name\": \"string\"\n    },\n    \"asset_tag\": \"string\",\n    \"asset_notes\": \"string\",\n    \"original_cost\": decimal,\n    \"service_start_date\": \"string\",\n    \"depreciation_schedule\": \"other\" | \"3_year_33_percent\" | \"5_year_20_percent\" | \"10_year_10_percent\",\n    \"estimated_salvage_value\": decimal,\n    \"financial_notes\": \"string\",\n    \"template\": {\n        \"id\": integer,\n        \"fields\": {\n         key: value,...\n        }\n    },\n    \"custom_form\":[\n        {\n            \"id\": integer,\n            \"custom_form_data\":{\n                \"value1\": decimal| integer|\"string\",\n                \"value2\": decimal| integer|\"string\"\n            } \n        }\n    ]\n}"