POST api/customer/EmploymentDetails

Request Information

URI Parameters

None.

Body Parameters

EmploymentDetailDto
NameDescriptionTypeAdditional information
CustomerAccountNumber

string

None.

EmploymentStatus

string

None.

ResidentType

string

None.

EducationLevel

string

None.

Sector

string

None.

Employer

string

None.

NetPay

decimal number

None.

MaritalStatus

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerAccountNumber": "sample string 1",
  "EmploymentStatus": "sample string 2",
  "ResidentType": "sample string 3",
  "EducationLevel": "sample string 4",
  "Sector": "sample string 5",
  "Employer": "sample string 6",
  "NetPay": 7.0,
  "MaritalStatus": "sample string 8"
}

application/xml, text/xml

Sample:
<EmploymentDetailDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Auth.DataLayer.Models.DTO">
  <CustomerAccountNumber>sample string 1</CustomerAccountNumber>
  <EducationLevel>sample string 4</EducationLevel>
  <Employer>sample string 6</Employer>
  <EmploymentStatus>sample string 2</EmploymentStatus>
  <MaritalStatus>sample string 8</MaritalStatus>
  <NetPay>7</NetPay>
  <ResidentType>sample string 3</ResidentType>
  <Sector>sample string 5</Sector>
</EmploymentDetailDto>

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.