POST API/V1/Mobile/SyncReadCustomization
Request Information
URI Parameters
None.
Body Parameters
iMDsoft.API.Controllers.Mobile.Data.SyncObjectReadRequestBundleCustomizationName | Description | Type | Additional information |
---|---|---|---|
LogicalUnitIds | Collection of integer |
None. |
|
LanguageId | integer |
None. |
|
LocalizationPrefix | string |
None. |
|
Items | Collection of iMDsoft.API.Controllers.Mobile.Data.SyncObjectReadRequestItemCustomization |
None. |
|
ClientConfig | iMDsoft.API.Controllers.Mobile.Data.SyncObjectReadRequestClientConfiguration |
None. |
Request Formats
application/json, text/json
Sample:
{ "logicalUnitIds": [ 1, 2 ], "languageId": 1, "localizationPrefix": "sample string 1", "items": [ { "resourceType": "User", "clientGuid": "44c7d313-4d47-425b-93a5-113e0a201b45" }, { "resourceType": "User", "clientGuid": "44c7d313-4d47-425b-93a5-113e0a201b45" } ], "clientConfig": { "deviceMappingName": "sample string 1", "trendSequences": [ "sample string 1", "sample string 2" ], "syncAdministeredDosesStatusFilter": "sample string 2", "syncLabResultsFromNumberOfDays": 1, "signalTrendSearchResultCount": 1 } }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
iMDsoft.API.Controllers.Mobile.Data.SyncObjectReadResponseBundleCustomizationName | Description | Type | Additional information |
---|---|---|---|
Items | Collection of iMDsoft.API.Controllers.Mobile.Data.SyncObjectReadResponseItemCustomization |
None. |
Response Formats
application/json, text/json
Sample:
{ "items": [ { "request": { "resourceType": "User", "clientGuid": "c40e77e3-c910-4b5d-b95e-60e4aedffd15" }, "dbGuid": "30bd5abb-b414-4858-82f9-3637dcb124e0", "responseItems": [ {}, {} ] }, { "request": { "resourceType": "User", "clientGuid": "c40e77e3-c910-4b5d-b95e-60e4aedffd15" }, "dbGuid": "30bd5abb-b414-4858-82f9-3637dcb124e0", "responseItems": [ {}, {} ] } ] }