Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisReplPlanAckExceptions

int ctMemphisReplPlanAckExceptions( pRCESJson request, ppRCESJson result )

Description:

Acknowledge all the Replication Exceptions up to the current moment of a given Replication Plan execution.

HTTP URL: <baseURL>/ctMemphisReplPlanAckExceptions/

HTTP Verb: POST

Constraints:

  • "id" must be an existing Replication Plan ID.

Parameters:

  • request [IN] - Replication Plan Acknowledge Exceptions request in JSON format. For example:

{

"id": 1, // required

}

  • result [OUT] - Result in JSON format. For example:

{

"success": true,

"error":

{

"errorCode": 0,

"message": "Success"

}

}

Return:

Error code

TOCIndex