GET api/Customers/GetOneCustDetails?CustId={CustId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PropertyCustomersDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AccountId | integer |
None. |
|
| BrancheId | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Since | date |
None. |
|
| CustomerType | integer |
None. |
|
| CategoryId | integer |
None. |
|
| TaxId | integer |
None. |
|
| Taxable | boolean |
None. |
|
| Discount | decimal number |
None. |
|
| Country | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| PostalcodeZIP | string |
None. |
|
| locationlatitude | string |
None. |
|
| locationlongitude | string |
None. |
|
| Phone1 | string |
None. |
|
| Phone2 | string |
None. |
|
| Mobile | string |
None. |
|
| string |
None. |
||
| Fax | string |
None. |
|
| Website | string |
None. |
|
| AllowLogin | boolean |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| Source | integer |
None. |
|
| MemeberType | boolean |
None. |
|
| MemeberId | integer |
None. |
|
| MemberName | string |
None. |
|
| Credit | decimal number |
None. |
|
| Notes | string |
None. |
|
| Active | boolean |
None. |
|
| CreateUser | integer |
None. |
|
| CreateDate | date |
None. |
|
| CustomerCategory | PropertyCustomersCategoryDTO |
None. |
|
| LstCustomersCustomField | Collection of PropertyCustomersCustomFieldDTO |
None. |
|
| MemberDTO | PropertyMemberDTO |
None. |
|
| TaxDTO | PropertyTaxDTO |
None. |
|
| LstSchedules | Collection of PropertySchedulesDTO |
None. |
|
| LstEstimates | Collection of PropertyEstimateDTO |
None. |
|
| LstInvoices | Collection of PropertyInvoiceDTO |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.