PageCommandsServicesSavePartial Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<PagePartialSaveResult> SavePartial( PagePartialSaveData saveData )
Data encapsulate the specific fields to be updated
Sample JSON input
{ "PageId": "x31", "Elements": [{ "FullFieldId": [ "a51f281c78644620a2435357e5bf49d3", "7ea83e856f4d4b0f9690cfe9fb4cc27e" ], "Attributes": [ { "Key": "Component", "Value": "x15" }], "Value": "x15" }], "Attributes": [ { "Key": "BundleID", "Value": "sdfd912h39dlflasdhhf9" } ], "CreateMissingAttributes": false }
List of the affected elements, attributes, and missing elements
Sample JSON return
{ "UpdateElements": [ "asdfasdf3894klsdf871", "h03sd09jm2d98gllds0g" ], "MissingElements": [], "UpdatedAttributes": [ "BundleId" ] }