POST api/tblReles
Request Information
URI Parameters
None.
Body Parameters
tblRele| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| rCode | string |
None. |
|
| dFrom | date |
None. |
|
| dTo | date |
None. |
|
| rNote | string |
None. |
|
| rLink | string |
None. |
|
| rSts | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"rCode": "sample string 2",
"dFrom": "2026-03-14T09:44:00.9830384-05:00",
"dTo": "2026-03-14T09:44:00.9830384-05:00",
"rNote": "sample string 5",
"rLink": "sample string 6",
"rSts": 7
}
application/xml, text/xml
Sample:
<tblRele xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classes"> <dFrom>2026-03-14T09:44:00.9830384-05:00</dFrom> <dTo>2026-03-14T09:44:00.9830384-05:00</dTo> <id>1</id> <rCode>sample string 2</rCode> <rLink>sample string 6</rLink> <rNote>sample string 5</rNote> <rSts>7</rSts> </tblRele>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
tblRele| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| rCode | string |
None. |
|
| dFrom | date |
None. |
|
| dTo | date |
None. |
|
| rNote | string |
None. |
|
| rLink | string |
None. |
|
| rSts | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"rCode": "sample string 2",
"dFrom": "2026-03-14T09:44:00.984056-05:00",
"dTo": "2026-03-14T09:44:00.984056-05:00",
"rNote": "sample string 5",
"rLink": "sample string 6",
"rSts": 7
}
application/xml, text/xml
Sample:
<tblRele xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classes"> <dFrom>2026-03-14T09:44:00.984056-05:00</dFrom> <dTo>2026-03-14T09:44:00.984056-05:00</dTo> <id>1</id> <rCode>sample string 2</rCode> <rLink>sample string 6</rLink> <rNote>sample string 5</rNote> <rSts>7</rSts> </tblRele>