POST api/employee/AddEmployeeW4
Request Information
URI Parameters
None.
Body Parameters
EmployeeW4DTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FirstNameAndMiddleInitial | string |
None. |
|
| LastName | string |
None. |
|
| SocialSecurityNumber | string |
None. |
|
| Address | string |
None. |
|
| CityAndOther | string |
None. |
|
| SingleorMarriedSeparatly | boolean |
None. |
|
| MarriedOrQualifyingWidow | boolean |
None. |
|
| HeadOfHouseHold | boolean |
None. |
|
| Step2c | boolean |
None. |
|
| Step3MultiplyBy2000 | integer |
None. |
|
| Step3MultiplyBy500 | integer |
None. |
|
| Step3Total | integer |
None. |
|
| Step4a | integer |
None. |
|
| Step4b | integer |
None. |
|
| Step4c | integer |
None. |
|
| EmployersNameAndAddress | string |
None. |
|
| FirstDateOfEmployment | string |
None. |
|
| EIN | string |
None. |
|
| Step2b_1 | integer |
None. |
|
| Step2b_2a | integer |
None. |
|
| Step2b_2b | integer |
None. |
|
| Step2b_2c | integer |
None. |
|
| Step2b_3 | integer |
None. |
|
| Step2b_4 | integer |
None. |
|
| Step4b_1 | integer |
None. |
|
| Step4b_2 | integer |
None. |
|
| Step4b_3 | integer |
None. |
|
| Step4b_4 | integer |
None. |
|
| Step4b_5 | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"FirstNameAndMiddleInitial": "sample string 2",
"LastName": "sample string 3",
"SocialSecurityNumber": "sample string 4",
"Address": "sample string 5",
"CityAndOther": "sample string 6",
"SingleorMarriedSeparatly": true,
"MarriedOrQualifyingWidow": true,
"HeadOfHouseHold": true,
"Step2c": true,
"Step3MultiplyBy2000": 1,
"Step3MultiplyBy500": 1,
"Step3Total": 1,
"Step4a": 1,
"Step4b": 1,
"Step4c": 1,
"EmployersNameAndAddress": "sample string 7",
"FirstDateOfEmployment": "sample string 8",
"EIN": "sample string 9",
"Step2b_1": 1,
"Step2b_2a": 1,
"Step2b_2b": 1,
"Step2b_2c": 1,
"Step2b_3": 1,
"Step2b_4": 1,
"Step4b_1": 1,
"Step4b_2": 1,
"Step4b_3": 1,
"Step4b_4": 1,
"Step4b_5": 1
}
application/xml, text/xml
Sample:
<EmployeeW4DTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProtecBuild.API.Models"> <Address>sample string 5</Address> <CityAndOther>sample string 6</CityAndOther> <EIN>sample string 9</EIN> <EmployersNameAndAddress>sample string 7</EmployersNameAndAddress> <FirstDateOfEmployment>sample string 8</FirstDateOfEmployment> <FirstNameAndMiddleInitial>sample string 2</FirstNameAndMiddleInitial> <HeadOfHouseHold>true</HeadOfHouseHold> <Id>1</Id> <LastName>sample string 3</LastName> <MarriedOrQualifyingWidow>true</MarriedOrQualifyingWidow> <SingleorMarriedSeparatly>true</SingleorMarriedSeparatly> <SocialSecurityNumber>sample string 4</SocialSecurityNumber> <Step2b_1>1</Step2b_1> <Step2b_2a>1</Step2b_2a> <Step2b_2b>1</Step2b_2b> <Step2b_2c>1</Step2b_2c> <Step2b_3>1</Step2b_3> <Step2b_4>1</Step2b_4> <Step2c>true</Step2c> <Step3MultiplyBy2000>1</Step3MultiplyBy2000> <Step3MultiplyBy500>1</Step3MultiplyBy500> <Step3Total>1</Step3Total> <Step4a>1</Step4a> <Step4b>1</Step4b> <Step4b_1>1</Step4b_1> <Step4b_2>1</Step4b_2> <Step4b_3>1</Step4b_3> <Step4b_4>1</Step4b_4> <Step4b_5>1</Step4b_5> <Step4c>1</Step4c> </EmployeeW4DTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.