GET api/BankPayment?idnumber={idnumber}&first_name={first_name}&last_name={last_name}&department={department}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idnumber

string

Required

first_name

string

Required

last_name

string

Required

department

string

Required

Body Parameters

None.

Response Information

Resource Description

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>