POST api/Cps/InformationRange/UpdateMulti
Request Information
URI Parameters
None.
Body Parameters
ObjectNone.
Request Formats
application/json, text/json
Sample:
{}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RequestResultOfListOfCpsInformationRangeName | Description | Type | Additional information |
---|---|---|---|
Result | boolean |
None. |
|
Code | string |
None. |
|
Msg | string |
None. |
|
Data | Collection of CpsInformationRange |
None. |
Response Formats
application/json, text/json
Sample:
{ "Result": true, "Code": "sample string 2", "Msg": "sample string 3", "Data": [ { "ParentID": 1, "ObjectID": 2, "ObjectName": "sample string 3", "EntityChanged": true, "ID": 4, "CreateDate": "2024-12-23T03:13:07.9579451+08:00", "UpdateDate": "2024-12-23T03:13:07.9579451+08:00", "Creater": "sample string 7", "CreaterID": 8, "CreaterOrganizationalID": 9, "CreaterOrganizationalName": "sample string 10" }, { "ParentID": 1, "ObjectID": 2, "ObjectName": "sample string 3", "EntityChanged": true, "ID": 4, "CreateDate": "2024-12-23T03:13:07.9579451+08:00", "UpdateDate": "2024-12-23T03:13:07.9579451+08:00", "Creater": "sample string 7", "CreaterID": 8, "CreaterOrganizationalID": 9, "CreaterOrganizationalName": "sample string 10" } ] }