POST api/sys/lists/{entity}/batch
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entity | string |
Required |
Body Parameters
LookupBatch| Name | Description | Type | Additional information |
|---|---|---|---|
| Added | Collection of Object |
None. |
|
| Changed | Collection of Object |
None. |
|
| Deleted | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Added": null,
"Changed": null,
"Deleted": [
1,
2
]
}
application/octet-stream, multipart/form-data
Sample:
{"Added":null,"Changed":null,"Deleted":[1,2]}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.