POST api/DemoStep2
Request Information
URI Parameters
None.
Body Parameters
DemoStep2| Name | Description | Type | Additional information |
|---|---|---|---|
| UniqueId | string |
Required String length: inclusive between 0 and 36 |
|
| DemoDate | date |
Required |
|
| Demotime | string |
Required String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
Sample:
{
"UniqueId": "sample string 1",
"DemoDate": "2025-12-07T08:18:20.3724947Z",
"Demotime": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DemoStep2| Name | Description | Type | Additional information |
|---|---|---|---|
| UniqueId | string |
Required String length: inclusive between 0 and 36 |
|
| DemoDate | date |
Required |
|
| Demotime | string |
Required String length: inclusive between 0 and 100 |
Response Formats
application/json, text/json
Sample:
{
"UniqueId": "sample string 1",
"DemoDate": "2025-12-07T08:18:20.3724947Z",
"Demotime": "sample string 3"
}