POST api/SalarySetup/AddSalaryDetail
Request Information
URI Parameters
None.
Body Parameters
AddSalryDetailParamName | Description | Type | Additional information |
---|---|---|---|
AccountName | string |
None. |
|
AccountNumber | string |
None. |
|
BankCode | string |
None. |
|
BankName | string |
None. |
|
SalaryAmount | string |
None. |
|
StaffID | string |
None. |
|
Departement | string |
None. |
|
GradeLevel | string |
None. |
|
Description | string |
None. |
|
Tokentype | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountName": "sample string 1", "AccountNumber": "sample string 2", "BankCode": "sample string 3", "BankName": "sample string 4", "SalaryAmount": "sample string 5", "StaffID": "sample string 6", "Departement": "sample string 7", "GradeLevel": "sample string 8", "Description": "sample string 9", "Tokentype": "sample string 10" }
application/xml, text/xml
Sample:
<AddSalryDetailParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.RequestObjs"> <AccountName>sample string 1</AccountName> <AccountNumber>sample string 2</AccountNumber> <BankCode>sample string 3</BankCode> <BankName>sample string 4</BankName> <Departement>sample string 7</Departement> <Description>sample string 9</Description> <GradeLevel>sample string 8</GradeLevel> <SalaryAmount>sample string 5</SalaryAmount> <StaffID>sample string 6</StaffID> <Tokentype>sample string 10</Tokentype> </AddSalryDetailParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SimpleResponseName | Description | Type | Additional 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>