POST {clientId}/export/CID/Commit/{accessToken}?keepFiles={keepFiles}

This endpoint should only be accessed if the keepAlive parameter was set to true when retrieving the data. Invoking this endpoint marks the data retrieval as “complete” and expires the access token.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

PossibleNow ClientId

string

Required

accessToken

AccessToken to pull data for

integer

Required

keepFiles

If true, then do not delete export files, just mark token as retreived. See coments above, for further information.

boolean

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.