POST Demo/Request
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
demo | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "DemoRequestId": 1, "CreatedDate": "2024-11-21T12:56:42.2847794-06:00", "Organization": "sample string 1", "ContactName": "sample string 2", "Location": "sample string 3", "Email": "sample string 4", "NumMembers": 1, "CurrentSoftware": "sample string 5", "Url": "sample string 6", "Comments": "sample string 7", "Product": 0 }
application/xml, text/xml
Sample:
<DemoRequestTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.Models"> <Comments>sample string 7</Comments> <ContactName>sample string 2</ContactName> <CreatedDate>2024-11-21T12:56:42.2847794-06:00</CreatedDate> <CurrentSoftware>sample string 5</CurrentSoftware> <DemoRequestId>1</DemoRequestId> <Email>sample string 4</Email> <Location>sample string 3</Location> <NumMembers>1</NumMembers> <Organization>sample string 1</Organization> <Product>Any</Product> <Url>sample string 6</Url> </DemoRequestTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
text/csv
Sample:
Sample not available.