POST api/GetAssosiatePaySlip

Request Information

URI Parameters

None.

Body Parameters

PaySlipDetails
NameDescriptionTypeAdditional information
EmployeeCode

string

None.

GNETAssociateId

string

None.

Month

string

None.

Year

integer

None.

CandidateRefNo

string

None.

AssociateRefNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeCode": "sample string 1",
  "GNETAssociateId": "sample string 2",
  "Month": "sample string 3",
  "Year": 4,
  "CandidateRefNo": "sample string 5",
  "AssociateRefNo": "sample string 6"
}

application/xml, text/xml

Sample:
<PaySlipDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models">
  <AssociateRefNo>sample string 6</AssociateRefNo>
  <CandidateRefNo>sample string 5</CandidateRefNo>
  <EmployeeCode>sample string 1</EmployeeCode>
  <GNETAssociateId>sample string 2</GNETAssociateId>
  <Month>sample string 3</Month>
  <Year>4</Year>
</PaySlipDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PaySlipResponse
NameDescriptionTypeAdditional information
ImageArr

string

None.

status

string

None.

Message

string

None.

Extn

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ImageArr": "sample string 1",
  "status": "sample string 2",
  "Message": "sample string 3",
  "Extn": "sample string 4"
}

application/xml, text/xml

Sample:
<PaySlipResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models">
  <Extn>sample string 4</Extn>
  <ImageArr>sample string 1</ImageArr>
  <Message>sample string 3</Message>
  <status>sample string 2</status>
</PaySlipResponse>