This v1 API will be deprecated from 15th March 2020
Description:
This api is used to attach asset to ticket
URL : api/v1/servicedesk/attachasset
Parameters :
Name | Data Type | Required / Optional | Description |
api_key | String | Optional | An alphanumeric code used to authenticate your API calls |
token | String | Required | token |
asset | Integer | Required | Id of asset |
HTTP Method : Post
Response Format : JSON
Success Response :
{ "success": true, "data": { "message": "Attached asset to this ticket", } }