POST api/SalaryTran/GetScheduleBySheduleSN
Request Information
URI Parameters
None.
Body Parameters
ScheduleSNParamName | Description | Type | Additional information |
---|---|---|---|
SN | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "SN": "sample string 1" }
application/xml, text/xml
Sample:
<ScheduleSNParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.RequestObjs"> <SN>sample string 1</SN> </ScheduleSNParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SheduleDetailResponsedataName | Description | Type | Additional information |
---|---|---|---|
Responsecode | string |
None. |
|
ResponseDescription | string |
None. |
|
SalaryScheduleDetail | SalarySchedules |
None. |
|
TotalSalaryAmount | decimal number |
None. |
|
SalaryScheduleBeneficiaryList | Collection of SalaryScheduleBeneficiary |
None. |
|
TotalDebitAmount | decimal number |
None. |
|
CumulativePrincipal | decimal number |
None. |
|
TotalFee | decimal number |
None. |
|
TotalVAT | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "Responsecode": "sample string 1", "ResponseDescription": "sample string 2", "SalaryScheduleDetail": { "ID": "d4cf77b8-02b2-407c-8e7d-025a8abeb7f7", "SN": 2, "Frequency": "sample string 3", "Description": "sample string 4", "StartDate": "2025-04-18T18:28:19.1213296+01:00", "SourceAccountName": "sample string 5", "SourceAccountNumber": "sample string 6", "TriggerType": "sample string 7", "CreatedBy": "sample string 8", "DateCreated": "2025-04-18T18:28:19.1213296+01:00", "ApprovalStatus": "sample string 9", "ApprovalStage": 1, "IsDefault": 1, "DateApproved": "2025-04-18T18:28:19.1213296+01:00", "NumberOfBeneficiaries": 1, "Editedby": "sample string 10", "DateEdited": "2025-04-18T18:28:19.1213296+01:00" }, "TotalSalaryAmount": 3.0, "SalaryScheduleBeneficiaryList": [ { "AccountName": "sample string 1", "AccountNumber": "sample string 2", "BankName": "sample string 3", "BankCode": "sample string 4", "Amount": "sample string 5", "StaffDetailSN": 1, "IsDefaultSalaryAmount": true }, { "AccountName": "sample string 1", "AccountNumber": "sample string 2", "BankName": "sample string 3", "BankCode": "sample string 4", "Amount": "sample string 5", "StaffDetailSN": 1, "IsDefaultSalaryAmount": true } ], "TotalDebitAmount": 4.0, "CumulativePrincipal": 5.0, "TotalFee": 6.0, "TotalVAT": 7.0 }
application/xml, text/xml
Sample:
<SheduleDetailResponsedata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.ResponseObjs"> <CumulativePrincipal>5</CumulativePrincipal> <ResponseDescription>sample string 2</ResponseDescription> <Responsecode>sample string 1</Responsecode> <SalaryScheduleBeneficiaryList> <SalaryScheduleBeneficiary> <AccountName>sample string 1</AccountName> <AccountNumber>sample string 2</AccountNumber> <Amount>sample string 5</Amount> <BankCode>sample string 4</BankCode> <BankName>sample string 3</BankName> <IsDefaultSalaryAmount>true</IsDefaultSalaryAmount> <StaffDetailSN>1</StaffDetailSN> </SalaryScheduleBeneficiary> <SalaryScheduleBeneficiary> <AccountName>sample string 1</AccountName> <AccountNumber>sample string 2</AccountNumber> <Amount>sample string 5</Amount> <BankCode>sample string 4</BankCode> <BankName>sample string 3</BankName> <IsDefaultSalaryAmount>true</IsDefaultSalaryAmount> <StaffDetailSN>1</StaffDetailSN> </SalaryScheduleBeneficiary> </SalaryScheduleBeneficiaryList> <SalaryScheduleDetail> <ApprovalStage>1</ApprovalStage> <ApprovalStatus>sample string 9</ApprovalStatus> <CreatedBy>sample string 8</CreatedBy> <DateApproved>2025-04-18T18:28:19.1213296+01:00</DateApproved> <DateCreated>2025-04-18T18:28:19.1213296+01:00</DateCreated> <DateEdited>2025-04-18T18:28:19.1213296+01:00</DateEdited> <Description>sample string 4</Description> <Editedby>sample string 10</Editedby> <Frequency>sample string 3</Frequency> <ID>d4cf77b8-02b2-407c-8e7d-025a8abeb7f7</ID> <IsDefault>1</IsDefault> <NumberOfBeneficiaries>1</NumberOfBeneficiaries> <SN>2</SN> <SourceAccountName>sample string 5</SourceAccountName> <SourceAccountNumber>sample string 6</SourceAccountNumber> <StartDate>2025-04-18T18:28:19.1213296+01:00</StartDate> <TriggerType>sample string 7</TriggerType> </SalaryScheduleDetail> <TotalDebitAmount>4</TotalDebitAmount> <TotalFee>6</TotalFee> <TotalSalaryAmount>3</TotalSalaryAmount> <TotalVAT>7</TotalVAT> </SheduleDetailResponsedata>