POST api/SalarySetup/EditPayroleProfile

Request Information

URI Parameters

None.

Body Parameters

EditPayRollProfileparam
NameDescriptionTypeAdditional information
SN

string

None.

Surname

string

None.

Firstname

string

None.

OtherNames

string

None.

Role

string

None.

MobileNo

string

None.

Email

string

None.

EnthrustToken

string

None.

Tokentype

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SN": "sample string 1",
  "Surname": "sample string 2",
  "Firstname": "sample string 3",
  "OtherNames": "sample string 4",
  "Role": "sample string 5",
  "MobileNo": "sample string 6",
  "Email": "sample string 7",
  "EnthrustToken": "sample string 8",
  "Tokentype": "sample string 9"
}

application/xml, text/xml

Sample:
<EditPayRollProfileparam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.ResponseObjs">
  <Email>sample string 7</Email>
  <EnthrustToken>sample string 8</EnthrustToken>
  <Firstname>sample string 3</Firstname>
  <MobileNo>sample string 6</MobileNo>
  <OtherNames>sample string 4</OtherNames>
  <Role>sample string 5</Role>
  <SN>sample string 1</SN>
  <Surname>sample string 2</Surname>
  <Tokentype>sample string 9</Tokentype>
</EditPayRollProfileparam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SimpleResponse
NameDescriptionTypeAdditional information
Responsecode

string

None.

ResponseDescription

string

None.

phonenumber

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Responsecode": "sample string 1",
  "ResponseDescription": "sample string 2",
  "phonenumber": "sample string 3"
}

application/xml, text/xml

Sample:
<SimpleResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.ResponseObjs">
  <ResponseDescription>sample string 2</ResponseDescription>
  <Responsecode>sample string 1</Responsecode>
  <phonenumber>sample string 3</phonenumber>
</SimpleResponse>