POST api/Debugs
Request Information
URI Parameters
None.
Body Parameters
DebugsName | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
dt | date |
None. |
|
inspector | string |
String length: inclusive between 0 and 100 |
|
sn | string |
String length: inclusive between 0 and 20 |
|
msg | string |
String length: inclusive between 0 and 300 |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "dt": "2024-11-17T06:15:41.3862917+00:00", "inspector": "sample string 2", "sn": "sample string 3", "msg": "sample string 4" }
application/xml, text/xml
Sample:
<Debugs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RMnS_Pro_API.Models"> <dt>2024-11-17T06:15:41.3862917+00:00</dt> <id>1</id> <inspector>sample string 2</inspector> <msg>sample string 4</msg> <sn>sample string 3</sn> </Debugs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.