GET api/SmartTransfer/TransferPackage?transferTo={transferTo}

Verify that a client with the given transfer identifier exists.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
transferTo

The SmartTransfer identifier for the target client.

string

Required

Body Parameters

None.

Response Information

Resource Description

OperationResult of Success if the given transfer identifier exists, Failed otherwise.

System.Web.Http.IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.