NOTE: User must me logged in as admin to access this API
URL : v3/service-desk/api/product
Method : POST
Query Parameters :
Parameter | Type | Possible Values | Required/Optional | Description |
name | String | Required | Product’s Name | |
status | Integer | Required | Status will be 0 or 1 based on the selection of Enable or Disable | |
manufacturer | String | Required | Manufacturer Name | |
product status id | Integer | Required | Product Status id | |
product mode procurement | Integer | Required | Product Mode Procurement id | |
department access id | Integer | Required | Department Access id | |
description | Text | Required | Product’s Description | |
asset type id | Integer | Optional | Asset Type id |
Response:
{ "success": true, "message":"Product Saved Successfully" }