| TripServiceManifestChanges Method |
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ListResponse<ManifestChange> ManifestChanges(
string token,
string device,
string timestamp
)
public:
ListResponse<ManifestChange^>^ ManifestChanges(
String^ token,
String^ device,
String^ timestamp
)
function ManifestChanges(token, device, timestamp);
Parameters
- token
- Type: SystemString
Token from API Login - device
- Type: SystemString
Device name used when logging into API - timestamp
- Type: SystemString
Limits results to changes that occured after this Epoch
Save this locally for use with ManifestChangesMarkAsCollected(String, String, String).
Return Value
Type:
ListResponseManifestChangeObject with list of manifest changes
See Also