DELETE api/Legacies/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ind": 1,
  "Gym": "sample string 2",
  "curattend": 3,
  "max": 4,
  "wait": "sample string 5"
}

application/xml, text/xml

Sample:
<table1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CGTAPI.Models">
  <Gym>sample string 2</Gym>
  <curattend>3</curattend>
  <ind>1</ind>
  <max>4</max>
  <wait>sample string 5</wait>
</table1>