GET v1/Companies({CompanyId})/CustomerFull({CustomerId})
This call returns the Full Customer by id, including Addresses, Contact info, Extended Attributes, Documents, etc.
Information:
Base URL:
https://api.covasoft.net/crm
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| CompanyId | 
                         Company Id from your onboarding package  | 
                    integer | 
                                 Required  | 
                
| CustomerId | 
                         GUID for Customer from the GET customers Call  | 
                    globally unique identifier | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
Returns all the Customers in a Company
CustomerDetailsReturn| Name | Description | Type | Additional information | 
|---|---|---|---|
| Addresses | Collection of Address | 
                             None.  | 
                |
| ContactMethods | Collection of ContactMethod | 
                             None.  | 
                |
| CustomerExtensions | Collection of CustomerExtension | 
                             None.  | 
                |
| MemberOf | Collection of MemberOf | 
                             None.  | 
                |
| Documents | Collection of Document | 
                             None.  | 
                |
| MergedCustomers | Collection of globally unique identifier | 
                             None.  | 
                |
| PrimaryName | string | 
                             None.  | 
                |
| Title | string | 
                             None.  | 
                |
| AlternateName | string | 
                             None.  | 
                |
| MiddleName | string | 
                             None.  | 
                |
| FamilyName | string | 
                             None.  | 
                |
| ReferralSource | string | 
                             None.  | 
                |
| Notes | string | 
                             None.  | 
                |
| UniqueIdentifier | string | 
                             None.  | 
                |
| Id | globally unique identifier | 
                             None.  | 
                |
| CustomerTypeId | integer | 
                             None.  | 
                |
| CustomerType | string | 
                             None.  | 
                |
| DateOfBirth | string | 
                             None.  | 
                |
| PricingGroupId | integer | 
                             None.  | 
                |
| Disabled | boolean | 
                             None.  | 
                |
| DoNotContact | boolean | 
                             None.  | 
                |
| Version | integer | 
                             None.  | 
                |
| MergedIntoCustomerId | globally unique identifier | 
                             None.  | 
                |
| LastModifiedDateUtc | date | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "Addresses": [
    {
      "AddressLine1": "sample string 1",
      "AddressLine2": "sample string 2",
      "City": "sample string 3",
      "StateName": "sample string 4",
      "CountryName": "sample string 5",
      "Zip": 1,
      "Id": "9f5d69f5-62f6-45cc-b231-f2442f6c4988",
      "CustomerId": "415aa291-9b4e-4ffa-9aff-3b602068ec5b",
      "AddressTypeId": 8,
      "AddressType": "sample string 9",
      "Default": true,
      "DoNotContact": true,
      "CountryCode": "sample string 12",
      "Country": "sample string 13",
      "Locality": "sample string 14",
      "StateCode": "sample string 15",
      "State": "sample string 16",
      "PostalCode": "sample string 17",
      "PostOfficeBoxNumber": "sample string 18",
      "StreetAddress1": "sample string 19",
      "Notes": "sample string 20",
      "StreetAddress2": "sample string 21",
      "Version": 22,
      "AttentionTo": "sample string 23",
      "Phone": "sample string 24",
      "Email": "sample string 25"
    },
    {
      "AddressLine1": "sample string 1",
      "AddressLine2": "sample string 2",
      "City": "sample string 3",
      "StateName": "sample string 4",
      "CountryName": "sample string 5",
      "Zip": 1,
      "Id": "9f5d69f5-62f6-45cc-b231-f2442f6c4988",
      "CustomerId": "415aa291-9b4e-4ffa-9aff-3b602068ec5b",
      "AddressTypeId": 8,
      "AddressType": "sample string 9",
      "Default": true,
      "DoNotContact": true,
      "CountryCode": "sample string 12",
      "Country": "sample string 13",
      "Locality": "sample string 14",
      "StateCode": "sample string 15",
      "State": "sample string 16",
      "PostalCode": "sample string 17",
      "PostOfficeBoxNumber": "sample string 18",
      "StreetAddress1": "sample string 19",
      "Notes": "sample string 20",
      "StreetAddress2": "sample string 21",
      "Version": 22,
      "AttentionTo": "sample string 23",
      "Phone": "sample string 24",
      "Email": "sample string 25"
    }
  ],
  "ContactMethods": [
    {
      "Value": "sample string 1",
      "Id": "b598c5c7-bd78-4538-b2b1-6ad65cc92d8d",
      "CustomerId": "6674a102-afe8-4047-aa6e-8d31b83a66bb",
      "ContactMethodCategoryId": 4,
      "ContactMethodCategory": "sample string 5",
      "ContactMethodTypeId": 6,
      "ContactMethodType": "sample string 7",
      "DoNotContact": true,
      "Default": true,
      "Notes": "sample string 10",
      "Version": 11
    },
    {
      "Value": "sample string 1",
      "Id": "b598c5c7-bd78-4538-b2b1-6ad65cc92d8d",
      "CustomerId": "6674a102-afe8-4047-aa6e-8d31b83a66bb",
      "ContactMethodCategoryId": 4,
      "ContactMethodCategory": "sample string 5",
      "ContactMethodTypeId": 6,
      "ContactMethodType": "sample string 7",
      "DoNotContact": true,
      "Default": true,
      "Notes": "sample string 10",
      "Version": 11
    }
  ],
  "CustomerExtensions": [
    {
      "Value": "sample string 1",
      "Id": "fd8c6ca6-9b64-4eab-8c24-1253cc8c975c",
      "CustomerId": "ef605864-3895-4efd-b7ae-477200b0540b",
      "ExtensionTypeId": 4,
      "ExtensionType": "sample string 5",
      "ExtensionTypeFeature": "sample string 6",
      "Version": 7
    },
    {
      "Value": "sample string 1",
      "Id": "fd8c6ca6-9b64-4eab-8c24-1253cc8c975c",
      "CustomerId": "ef605864-3895-4efd-b7ae-477200b0540b",
      "ExtensionTypeId": 4,
      "ExtensionType": "sample string 5",
      "ExtensionTypeFeature": "sample string 6",
      "Version": 7
    }
  ],
  "MemberOf": [
    {
      "Id": "sample string 1",
      "ChildCustomerId": "sample string 2"
    },
    {
      "Id": "sample string 1",
      "ChildCustomerId": "sample string 2"
    }
  ],
  "Documents": [
    {
      "Id": "sample string 1",
      "CustomerId": "sample string 2",
      "DocumentType": "sample string 3",
      "DocumentTypeId": 4,
      "DocumentClassification": "sample string 5",
      "DocumentClassificationId": 6,
      "Name": "sample string 7",
      "MimeType": "sample string 8",
      "AddedBy": "sample string 9",
      "DatedAddedUtc": "2025-11-04T04:10:07.2813705+00:00",
      "UpdatedBy": "sample string 11",
      "DateUpdatedUtc": "2025-11-04T04:10:07.2813705+00:00",
      "Href": "sample string 13",
      "PreviewHref": "sample string 14"
    },
    {
      "Id": "sample string 1",
      "CustomerId": "sample string 2",
      "DocumentType": "sample string 3",
      "DocumentTypeId": 4,
      "DocumentClassification": "sample string 5",
      "DocumentClassificationId": 6,
      "Name": "sample string 7",
      "MimeType": "sample string 8",
      "AddedBy": "sample string 9",
      "DatedAddedUtc": "2025-11-04T04:10:07.2813705+00:00",
      "UpdatedBy": "sample string 11",
      "DateUpdatedUtc": "2025-11-04T04:10:07.2813705+00:00",
      "Href": "sample string 13",
      "PreviewHref": "sample string 14"
    }
  ],
  "MergedCustomers": [
    "10f58c57-e6a2-4ad1-aa56-362d60169787",
    "260ccc14-b3f4-43dc-9940-c337fe49428a"
  ],
  "PrimaryName": "sample string 1",
  "Title": "sample string 2",
  "AlternateName": "sample string 3",
  "MiddleName": "sample string 4",
  "FamilyName": "sample string 5",
  "ReferralSource": "sample string 6",
  "Notes": "sample string 7",
  "UniqueIdentifier": "sample string 8",
  "Id": "f80f0fb5-6f39-4545-9787-e6b778f6b4eb",
  "CustomerTypeId": 10,
  "CustomerType": "sample string 11",
  "DateOfBirth": "sample string 12",
  "PricingGroupId": 13,
  "Disabled": true,
  "DoNotContact": true,
  "Version": 16,
  "MergedIntoCustomerId": "32a90a28-a771-4e84-8c5a-3e25c0678e9c",
  "LastModifiedDateUtc": "2025-11-04T04:10:07.2813705+00:00"
}