Offline Object service Post call failing with get service not configured for the operation

Hi All,

Building app with offline object. After launching app database schema created. Download data using sync operation success and able to view data.

We need to submit data using create operation(POST) not need of offline GET operation. Sync upload with options are syncType = "uploadOnly" and getSyncStats = "true".

When I submit data and call upload sync is failing. When I check get call I am able to get uploaded data successfully.

I am using Iris Version 9.5.34 and Foundry Version V9 SP5 FP15 HF3

I am receiving following error message.

"code": 2038,
"message": "Server responded with error opstatus",
"syncErrors": {
"upload": [
{
"errmsg": "get service not configured for the operation.",
"objectService": "VaccineAppObjService",
"primaryKeys": {
"seqId": "-2"
},
"opstatus": 14042,
"object": "reporthealthissues"
},
{
"errmsg": "get service not configured for the operation.",
"objectService": "VaccineAppObjService",
"primaryKeys": {
"seqId": "-3"
},
"opstatus": 14042,
"object": "reporthealthissues"
}
]
}

Any suggestion how to overcome this issue

Thanks,

Suresh