GET api/AccountDetails/GetCustomerAddOnDetails/{BSCustomerID}/{CompanyID}/{NCVendor}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BSCustomerID | string |
Required |
|
| CompanyID | integer |
Required |
|
| NCVendor | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerAddOnDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| IsHomeOwner | boolean |
None. |
|
| AddOnStatus | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsHomeOwner": true,
"AddOnStatus": "sample string 1"
}