list_sync_changes_applied


POST /list_sync_changes_applied

To update Powersoft 365 that you have applied the synchronization changes in your system.

        {
          "api_credentials": {
            "token": "XXXX"
          },
          "list_sync_changes_applied": [
            {
              "change_id_365": 1
            },
            {
              "change_id_365": 2
            },
          ]
        }
       


field type description
api_credentials
token string Credentials provided by Powersoft that allow access to the API
list_sync_changes_applied
change_id_365 integer The unique change id that was return by Powersoft365 when you requested the synchronization changes by calling the method: list_sync... (items, customers)

Returns

Returns the standard api_response object. The Powersoft365 code is returned in the response_id field.