GET api/SmartTransfer/TransferPackage?transferTo={transferTo}
Verify that a client with the given transfer identifier exists.
Request Information
URI Parameters
Name | Description | Type | Additional 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.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.