PUT api/CustSlides/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| custSlide | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CustSlideId": 1,
"CustSlideName": "sample string 2",
"CustSlideNameE": "sample string 3",
"YeartagId": "sample string 4",
"BasicOrMove": "sample string 5",
"CustSlides_DaTim": "2025-12-10T14:50:43.0133535-08:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.