PUT api/Legacies/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| legacy | No documentation available. |
Define this parameter in the request body. |
Request 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>
application/x-www-form-urlencoded
Sample:
Sample not available.