POST API/V1/Mobile/SyncReadCustomization
Request Information
URI Parameters
None.
Body Parameters
iMDsoft.API.Controllers.Mobile.Data.SyncObjectReadRequestBundleCustomization| Name | 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": "fa07c43d-365f-487d-9ca1-537d43b914eb"
},
{
"resourceType": "User",
"clientGuid": "fa07c43d-365f-487d-9ca1-537d43b914eb"
}
],
"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.SyncObjectReadResponseBundleCustomization| Name | 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": "be7da1cf-86a9-46ab-b6ef-1853f67276b6"
},
"dbGuid": "0804a4e7-13b6-4f60-853a-da257a8e596d",
"responseItems": [
{},
{}
]
},
{
"request": {
"resourceType": "User",
"clientGuid": "be7da1cf-86a9-46ab-b6ef-1853f67276b6"
},
"dbGuid": "0804a4e7-13b6-4f60-853a-da257a8e596d",
"responseItems": [
{},
{}
]
}
]
}