POST api/BIrule/Post
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| updDelta | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"key": 1,
"disabled": true,
"href": "sample string 3",
"avatar": "sample string 4",
"no": 5,
"title": "sample string 6",
"owner": "sample string 7",
"description": "sample string 8",
"callNo": 9,
"status": 10,
"updatedAt": "2025-12-03T20:25:26.2889357+08:00",
"createdAt": "2025-12-03T20:25:26.2889357+08:00",
"progress": 13
}
application/xml, text/xml
Sample:
<RuleModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models.BI"> <avatar>sample string 4</avatar> <callNo>9</callNo> <createdAt>2025-12-03T20:25:26.2889357+08:00</createdAt> <description>sample string 8</description> <disabled>true</disabled> <href>sample string 3</href> <key>1</key> <no>5</no> <owner>sample string 7</owner> <progress>13</progress> <status>10</status> <title>sample string 6</title> <updatedAt>2025-12-03T20:25:26.2889357+08:00</updatedAt> </RuleModal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"key": 1,
"ErrorMsg": "sample string 2"
}
application/xml, text/xml
Sample:
<RuleResultModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models.BI"> <ErrorMsg>sample string 2</ErrorMsg> <key>1</key> </RuleResultModal>