Assets REST Endpoints

Assets
The assets resource is used to view, create, update, and delete assets. An asset is a product or service owned by an account, contact, or household. An asset can be tangible, such as computers, computer parts, and so on, or intangible, such as licenses, software, and so on.
Create an asset
Method: post
Path: /crmRestApi/resources/11.13.18.05/assets
Delete an asset
Method: delete
Path: /crmRestApi/resources/11.13.18.05/assets/{AssetId}
Get all assets
Method: get
Path: /crmRestApi/resources/11.13.18.05/assets
Get an asset
Method: get
Path: /crmRestApi/resources/11.13.18.05/assets/{AssetId}
Update an asset
Method: patch
Path: /crmRestApi/resources/11.13.18.05/assets/{AssetId}