Resync resource


                https://api.ocamba.com/v1/hood/resync
            

Syncs the objects of the specifiec resource.


Name
Description
conversionarray
Array of valid conversion ids. Maximum number of ids is 100


Example: 1000122,1000233,1000121

integrationarray
Array of valid integration ids. Maximum number of ids is 100.


Example: 1622,1221,1332

204 - No Content
Arrow
tip
1 At least one type of resource must be synced.
200 Arrow
{
  "resync": {
      "integration": [
          "1628", "1001", "1263"
      ],
      "conversion": [
          "1000192", "1000293", "1001123"
      ]
  }
}