GET api/Ststements/{accountNumber}/StatementLink/{clientID}/{recordID}

Gets a link to a given statement

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountNumber

The account number

string

Required

recordID

The id of the statement record

integer

Required

clientID

The id of the client

integer

Required

Body Parameters

None.

Response Information

Resource Description

A string representation of the link

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.