GET api/Customers/GetCustomerFeatures?AccountId={AccountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PropertyCustomerFeaturesDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LstCustomerCategory | Collection of PropertyCustomersCategoryDTO |
None. |
|
| LstCustomersCustomField | Collection of PropertyCustomersCustomFieldDTO |
None. |
|
| LstMemberships | Collection of PropertyMemberDTO |
None. |
|
| LstTaxes | Collection of PropertyTaxDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"LstCustomerCategory": [
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"CategoryName": "sample string 2",
"Description": "sample string 3",
"Notes": "sample string 4",
"Active": true,
"CreateUser": 1,
"CreateDate": "2026-03-17T16:49:41.2641288-07:00"
},
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"CategoryName": "sample string 2",
"Description": "sample string 3",
"Notes": "sample string 4",
"Active": true,
"CreateUser": 1,
"CreateDate": "2026-03-17T16:49:41.2641288-07:00"
}
],
"LstCustomersCustomField": [
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"CustomFieldName": "sample string 2",
"FieldType": 1,
"DefaultValue": "sample string 3",
"Required": true,
"Notes": "sample string 4",
"Active": true,
"CreateUser": 1,
"CreateDate": "2026-03-17T16:49:41.269088-07:00"
},
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"CustomFieldName": "sample string 2",
"FieldType": 1,
"DefaultValue": "sample string 3",
"Required": true,
"Notes": "sample string 4",
"Active": true,
"CreateUser": 1,
"CreateDate": "2026-03-17T16:49:41.269088-07:00"
}
],
"LstMemberships": [
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"Name": "sample string 2",
"MemberType": true,
"MemberValue": 1.0,
"Notes": "sample string 3",
"Active": true,
"CreateUser": 1,
"CreateDate": "2026-03-17T16:49:41.2710968-07:00"
},
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"Name": "sample string 2",
"MemberType": true,
"MemberValue": 1.0,
"Notes": "sample string 3",
"Active": true,
"CreateUser": 1,
"CreateDate": "2026-03-17T16:49:41.2710968-07:00"
}
],
"LstTaxes": [
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"Taxname": "sample string 2",
"Description": "sample string 3",
"Rate": 1.0,
"Globaldefaultrate": true,
"Notes": "sample string 4",
"Active": true,
"CreateUser": 1,
"CreateDate": "2026-03-17T16:49:41.2731063-07:00"
},
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"Taxname": "sample string 2",
"Description": "sample string 3",
"Rate": 1.0,
"Globaldefaultrate": true,
"Notes": "sample string 4",
"Active": true,
"CreateUser": 1,
"CreateDate": "2026-03-17T16:49:41.2731063-07:00"
}
]
}
application/xml, text/xml
Sample:
<PropertyCustomerFeaturesDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjectServicesAPI.DTO">
<LstCustomerCategory>
<PropertyCustomersCategoryDTO>
<AccountId>1</AccountId>
<Active>true</Active>
<BrancheId>1</BrancheId>
<CategoryName>sample string 2</CategoryName>
<CreateDate>2026-03-17T16:49:41.2641288-07:00</CreateDate>
<CreateUser>1</CreateUser>
<Description>sample string 3</Description>
<Id>1</Id>
<Notes>sample string 4</Notes>
</PropertyCustomersCategoryDTO>
<PropertyCustomersCategoryDTO>
<AccountId>1</AccountId>
<Active>true</Active>
<BrancheId>1</BrancheId>
<CategoryName>sample string 2</CategoryName>
<CreateDate>2026-03-17T16:49:41.2641288-07:00</CreateDate>
<CreateUser>1</CreateUser>
<Description>sample string 3</Description>
<Id>1</Id>
<Notes>sample string 4</Notes>
</PropertyCustomersCategoryDTO>
</LstCustomerCategory>
<LstCustomersCustomField>
<PropertyCustomersCustomFieldDTO>
<AccountId>1</AccountId>
<Active>true</Active>
<BrancheId>1</BrancheId>
<CreateDate>2026-03-17T16:49:41.269088-07:00</CreateDate>
<CreateUser>1</CreateUser>
<CustomFieldName>sample string 2</CustomFieldName>
<DefaultValue>sample string 3</DefaultValue>
<FieldType>1</FieldType>
<Id>1</Id>
<Notes>sample string 4</Notes>
<Required>true</Required>
</PropertyCustomersCustomFieldDTO>
<PropertyCustomersCustomFieldDTO>
<AccountId>1</AccountId>
<Active>true</Active>
<BrancheId>1</BrancheId>
<CreateDate>2026-03-17T16:49:41.269088-07:00</CreateDate>
<CreateUser>1</CreateUser>
<CustomFieldName>sample string 2</CustomFieldName>
<DefaultValue>sample string 3</DefaultValue>
<FieldType>1</FieldType>
<Id>1</Id>
<Notes>sample string 4</Notes>
<Required>true</Required>
</PropertyCustomersCustomFieldDTO>
</LstCustomersCustomField>
<LstMemberships>
<PropertyMemberDTO>
<AccountId>1</AccountId>
<Active>true</Active>
<BrancheId>1</BrancheId>
<CreateDate>2026-03-17T16:49:41.2710968-07:00</CreateDate>
<CreateUser>1</CreateUser>
<Id>1</Id>
<MemberType>true</MemberType>
<MemberValue>1</MemberValue>
<Name>sample string 2</Name>
<Notes>sample string 3</Notes>
</PropertyMemberDTO>
<PropertyMemberDTO>
<AccountId>1</AccountId>
<Active>true</Active>
<BrancheId>1</BrancheId>
<CreateDate>2026-03-17T16:49:41.2710968-07:00</CreateDate>
<CreateUser>1</CreateUser>
<Id>1</Id>
<MemberType>true</MemberType>
<MemberValue>1</MemberValue>
<Name>sample string 2</Name>
<Notes>sample string 3</Notes>
</PropertyMemberDTO>
</LstMemberships>
<LstTaxes>
<PropertyTaxDTO>
<AccountId>1</AccountId>
<Active>true</Active>
<BrancheId>1</BrancheId>
<CreateDate>2026-03-17T16:49:41.2731063-07:00</CreateDate>
<CreateUser>1</CreateUser>
<Description>sample string 3</Description>
<Globaldefaultrate>true</Globaldefaultrate>
<Id>1</Id>
<Notes>sample string 4</Notes>
<Rate>1</Rate>
<Taxname>sample string 2</Taxname>
</PropertyTaxDTO>
<PropertyTaxDTO>
<AccountId>1</AccountId>
<Active>true</Active>
<BrancheId>1</BrancheId>
<CreateDate>2026-03-17T16:49:41.2731063-07:00</CreateDate>
<CreateUser>1</CreateUser>
<Description>sample string 3</Description>
<Globaldefaultrate>true</Globaldefaultrate>
<Id>1</Id>
<Notes>sample string 4</Notes>
<Rate>1</Rate>
<Taxname>sample string 2</Taxname>
</PropertyTaxDTO>
</LstTaxes>
</PropertyCustomerFeaturesDTO>