FetchAssetsAtsSyncCandidateSyncPayload
Object
Payload for candidateSync.fetchAssets.
Fields
assets [AtsSyncCandidateSyncAsset]! Non-Null
Next available AtsSyncCandidateSyncAsset objects.
token String
Acknowledgment token for this batch. Include in the next fetchAssets call to confirm receipt and get the next batch. If null, all assets have been delivered.
Example
{ "assets": [AtsSyncCandidateSyncAsset], "token": "abc123"}