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": "a14083fb-f48a-4edc-98bc-fd52b6c3f07c"
},
{
"resourceType": "User",
"clientGuid": "a14083fb-f48a-4edc-98bc-fd52b6c3f07c"
}
],
"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": "71322306-a3c9-465c-835a-6563b43d4de6"
},
"dbGuid": "d32e5966-0651-4d47-8e55-e3970efb5cfe",
"responseItems": [
{},
{}
]
},
{
"request": {
"resourceType": "User",
"clientGuid": "71322306-a3c9-465c-835a-6563b43d4de6"
},
"dbGuid": "d32e5966-0651-4d47-8e55-e3970efb5cfe",
"responseItems": [
{},
{}
]
}
]
}