Click or drag to resize
ParaPlan Logo

TripServiceManifestChangesMarkAsCollected Method

Marks all manifest changes as collected that are older than timestamp

Call - endpoint/Trips/ManifestChangesProcessed?token=(token)&device=(device)&timestamp=(timestamp)

How To Track Manifest Changes documentation

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SimpleResponse ManifestChangesMarkAsCollected(
	string token,
	string device,
	string timestamp
)

Parameters

token
Type: SystemString
Token from API Login
device
Type: SystemString
Device name used when logging into API
timestamp
Type: SystemString
Epoch of when ManifestChanges(String, String, String) was called

Return Value

Type: SimpleResponse
SimpleResponse with bool for success
See Also