POST api/DemoStep2
Request Information
URI Parameters
None.
Body Parameters
DemoStep2Name | 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-01-23T23:23:35.4759603Z", "Demotime": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DemoStep2Name | 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-01-23T23:23:35.4759603Z", "Demotime": "sample string 3" }