DELETE api/CategoryAPI?itt_id={itt_id}

Anfrageinformationen

URI Parameter

NameBeschreibungTypZusätzliche Informationen
itt_id

integer

Required

Body Parameter

Keine.

Antwortinformationen

Ressourcenbeschreibung

Category
NameBeschreibungTypZusätzliche Informationen
ID

integer

None.

CategoryName

string

None.

Antwortformate

application/json, text/json

Sample:
{
  "ID": 1,
  "PID": "1",
  "CategoryName": "sample string 2"
}

application/xml, text/xml

Sample:
<Category xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://Orchestration.Category">
  <ID>1</ID>
  <PID>1</PID>
  <CategoryName>sample string 2</CategoryName>
</Category>