GET api/Codeco/GetShortLink?ClientName={ClientName}&Salutation={Salutation}&CountryCode={CountryCode}&Phone={Phone}&PropertyAddress={PropertyAddress}&StaffName={StaffName}&StaffNo={StaffNo}&CountryCode_Staff={CountryCode_Staff}&StaffPhone={StaffPhone}&Branch={Branch}&Consultant={Consultant}&ServiceType={ServiceType}&ExpectedHandoverDate={ExpectedHandoverDate}&Occupying={Occupying}&Budget={Budget}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientName | string |
Required |
|
| Salutation | string |
Required |
|
| CountryCode | string |
Required |
|
| Phone | string |
Required |
|
| PropertyAddress | string |
Required |
|
| StaffName | string |
Required |
|
| StaffNo | string |
Required |
|
| CountryCode_Staff | string |
Required |
|
| StaffPhone | string |
Required |
|
| Branch | string |
Required |
|
| Consultant | string |
Required |
|
| ServiceType | string |
Default value is |
|
| ExpectedHandoverDate | string |
Default value is |
|
| Occupying | boolean |
None. |
|
| Budget | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
DecorationShortResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| DecorationLink | string |
None. |
|
| ResponseCode | ResponseCode |
None. |
|
| AlertMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DecorationLink": "sample string 1",
"ResponseCode": 1,
"AlertMessage": "sample string 2"
}
text/xml
Sample:
<DecorationShortResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CentaMortgageWebAPI.Models"> <AlertMessage>sample string 2</AlertMessage> <ResponseCode>Success</ResponseCode> <DecorationLink>sample string 1</DecorationLink> </DecorationShortResponse>