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": "2024-12-21T05:50:18.9701921-06:00", "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": "2024-12-21T05:50:18.9701921-06:00", "Demotime": "sample string 3" }