POST api/BusinessObjects
Request Information
URI Parameters
None.
Body Parameters
BaseRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DocType | string |
Required String length: inclusive between 3 and 100 |
|
| DbName | string |
None. |
|
| CreateAt | date |
Required |
|
| UserId | string |
Required |
|
| UserName | string |
Required |
|
| Detail | Collection of Object |
Required |
|
| UserDefinedObjects | Collection of Object |
None. |
|
| Schema | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocType": "sample string 1",
"DbName": "sample string 2",
"CreateAt": "2026-09-25T19:16:01.418501+08:00",
"UserId": "sample string 4",
"UserName": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
B1ResponseOfObjectAndObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Page | integer |
None. |
|
| Size | integer |
None. |
|
| Total | integer |
None. |
|
| PageCount | integer |
None. |
|
| Data | Object |
None. |
|
| LastEntry | string |
None. |
|
| Detail | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.