GET api/Infomation/GetStampDuty?languageType={languageType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
languageType | CmsLanguage |
Required |
Body Parameters
None.
Response Information
Resource Description
StampDutyResponseName | Description | Type | Additional information |
---|---|---|---|
NewAVDList | Collection of StampDuty_NewAVD |
None. |
|
OldAVDList | Collection of StampDuty_OldAVD |
None. |
|
SSDList | Collection of StampDuty_SSD |
None. |
|
BSDList | Collection of StampDuty_BSD |
None. |
|
ResponseCode | ResponseCode |
None. |
|
AlertMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "NewAVDList": [ { "TaxRate": "sample string 1" }, { "TaxRate": "sample string 1" } ], "OldAVDList": [ { "Consideration": "sample string 1", "Scale2Rate": "sample string 2" }, { "Consideration": "sample string 1", "Scale2Rate": "sample string 2" } ], "SSDList": [ { "SaleOrTransferPeriod": "sample string 1", "SSD_Rate": "sample string 2" }, { "SaleOrTransferPeriod": "sample string 1", "SSD_Rate": "sample string 2" } ], "BSDList": [ { "Applicable": "sample string 1", "BSD_Rate": "sample string 2" }, { "Applicable": "sample string 1", "BSD_Rate": "sample string 2" } ], "ResponseCode": 1, "AlertMessage": "sample string 1" }
text/xml
Sample:
<StampDutyResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CentaMortgageWebAPI.Models"> <AlertMessage>sample string 1</AlertMessage> <ResponseCode>Success</ResponseCode> <BSDList> <StampDuty_BSD> <Applicable>sample string 1</Applicable> <BSD_Rate>sample string 2</BSD_Rate> </StampDuty_BSD> <StampDuty_BSD> <Applicable>sample string 1</Applicable> <BSD_Rate>sample string 2</BSD_Rate> </StampDuty_BSD> </BSDList> <NewAVDList> <StampDuty_NewAVD> <TaxRate>sample string 1</TaxRate> </StampDuty_NewAVD> <StampDuty_NewAVD> <TaxRate>sample string 1</TaxRate> </StampDuty_NewAVD> </NewAVDList> <OldAVDList> <StampDuty_OldAVD> <Consideration>sample string 1</Consideration> <Scale2Rate>sample string 2</Scale2Rate> </StampDuty_OldAVD> <StampDuty_OldAVD> <Consideration>sample string 1</Consideration> <Scale2Rate>sample string 2</Scale2Rate> </StampDuty_OldAVD> </OldAVDList> <SSDList> <StampDuty_SSD> <SSD_Rate>sample string 2</SSD_Rate> <SaleOrTransferPeriod>sample string 1</SaleOrTransferPeriod> </StampDuty_SSD> <StampDuty_SSD> <SSD_Rate>sample string 2</SSD_Rate> <SaleOrTransferPeriod>sample string 1</SaleOrTransferPeriod> </StampDuty_SSD> </SSDList> </StampDutyResponse>