DELETE api/Products/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Product
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Published

boolean

None.

Index

integer

None.

Name

string

None.

Description

string

None.

CreatedOn

date

None.

LastModifiedOn

date

None.

IsSolution

boolean

None.

IsDeleted

boolean

None.

CustomerId

integer

None.

Image

string

None.

SolutionProducts

Collection of Product

None.

ProductAttachments

Collection of ProductAttachment

None.

Link

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "763377a2-e803-4002-80fc-bb7eab8b6e40",
  "published": true,
  "index": 3,
  "name": "sample string 4",
  "description": "sample string 5",
  "createdOn": "2024-09-19T18:53:09.9722064Z",
  "lastModifiedOn": "2024-09-19T18:53:09.9722064Z",
  "isSolution": true,
  "isDeleted": true,
  "customerId": 8,
  "image": "sample string 9",
  "solutionProducts": [],
  "productAttachments": [
    {
      "id": "a4fb85f8-a6e1-4154-98ce-45884da9c80e",
      "name": "sample string 2",
      "content": "QEA=",
      "productId": "74911052-0ec9-44d7-85fa-2f7c2409a84c"
    },
    {
      "id": "a4fb85f8-a6e1-4154-98ce-45884da9c80e",
      "name": "sample string 2",
      "content": "QEA=",
      "productId": "74911052-0ec9-44d7-85fa-2f7c2409a84c"
    }
  ],
  "link": "https://firelog-api.ipcom.be/api/DownloadImage/763377a2-e803-4002-80fc-bb7eab8b6e40"
}