POST api/employee/AddDirectDepositAuth

Request Information

URI Parameters

None.

Body Parameters

DirectDepositDTO
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Address

string

None.

CityandOther

string

None.

BankName

string

None.

AccountNumber

string

None.

C9DigitRouting

string

None.

AmountDollar

integer

None.

AmountPercentage

integer

None.

AmountEntirePayCheck

boolean

None.

TypeOfAccount

integer

None.

CompanyName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Address": "sample string 3",
  "CityandOther": "sample string 4",
  "BankName": "sample string 5",
  "AccountNumber": "sample string 6",
  "C9DigitRouting": "sample string 7",
  "AmountDollar": 1,
  "AmountPercentage": 1,
  "AmountEntirePayCheck": true,
  "TypeOfAccount": 1,
  "CompanyName": "sample string 8"
}

application/xml, text/xml

Sample:
<DirectDepositDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProtecBuild.API.Models">
  <AccountNumber>sample string 6</AccountNumber>
  <Address>sample string 3</Address>
  <AmountDollar>1</AmountDollar>
  <AmountEntirePayCheck>true</AmountEntirePayCheck>
  <AmountPercentage>1</AmountPercentage>
  <BankName>sample string 5</BankName>
  <C9DigitRouting>sample string 7</C9DigitRouting>
  <CityandOther>sample string 4</CityandOther>
  <CompanyName>sample string 8</CompanyName>
  <Id>1</Id>
  <Name>sample string 2</Name>
  <TypeOfAccount>1</TypeOfAccount>
</DirectDepositDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.