GET profile/{profileId}/BillingContact

Gets a profiles billing contact

Request Information

URI Parameters

NameDescriptionTypeAdditional information
profileId

integer

Required

Body Parameters

None.

Response Information

Resource Description

PublicProfileDto
NameDescriptionTypeAdditional information
ProfileId

integer

None.

OrgInd

boolean

None.

OrgName

string

None.

FirstName

string

None.

LastName

string

None.

Mi

string

None.

Prefix

string

None.

Suffix

string

None.

Pronouns

string

None.

Title

string

None.

Address1

string

None.

Address2

string

None.

City

string

None.

State

string

None.

Zip

string

None.

ZipExt

string

None.

County

string

None.

Country

string

None.

WorkPhone

string

None.

PhoneDefault

string

None.

HomePhone

string

None.

CellPhone

string

None.

Ext

string

None.

Fax

string

None.

Email

string

None.

Website

string

None.

Member

boolean

None.

Prospect

boolean

None.

Employee

boolean

None.

Vendor

boolean

None.

ReportName

string

None.

ASF

string

None.

EmployeesFT

decimal number

None.

EmployeesPT

decimal number

None.

NAICSCode

string

None.

SicCode

string

None.

Referredby

string

None.

SalFormal

string

None.

SalInformal

string

None.

SalMailLabel

string

None.

Sal4

string

None.

Sal5

string

None.

Sal6

string

None.

Gender

string

None.

TaxID

string

None.

BirthDate

date

None.

DateCreated

date

None.

DateChanged

date

None.

UserName

string

None.

PreferedContact

string

None.

Inactive

boolean

None.

DateInactive

date

None.

CustStatus

string

None.

SoldBy

integer

None.

AssignedTo

integer

None.

BillManually

boolean

None.

PreferredPaymentMethod

string

None.

CreditRating

string

None.

DBA

string

None.

NoEmail

boolean

None.

ImageURL

string

None.

NoFax

boolean

None.

InheritAddressFrom

integer

None.

PreferredEmailType

string

None.

InheritPhoneFrom

integer

None.

NextContactDate

date

None.

Customers

integer

None.

EncryptedProfileID

string

None.

ProfileTypeId

integer

None.

PreferredBillingMethod

string

None.

MembershipLevelId

integer

None.

ExternalId

string

None.

UC1

string

None.

UC2

string

None.

UC3

string

None.

UC4

string

None.

UC5

string

None.

UC6

string

None.

UC7

string

None.

UC8

string

None.

UC9

string

None.

UC10

string

None.

MemberTypeIconColor

string

None.

ObjectState

ObjectStateEnum

None.

Response Formats

application/json, text/json

Sample:
{
  • "ProfileId": 1,
  • "OrgInd": true,
  • "OrgName": "sample string 3",
  • "FirstName": "sample string 4",
  • "LastName": "sample string 5",
  • "Mi": "sample string 6",
  • "Prefix": "sample string 7",
  • "Suffix": "sample string 8",
  • "Pronouns": "sample string 9",
  • "Title": "sample string 10",
  • "Address1": "sample string 11",
  • "Address2": "sample string 12",
  • "City": "sample string 13",
  • "State": "sample string 14",
  • "Zip": "sample string 15",
  • "ZipExt": "sample string 16",
  • "County": "sample string 17",
  • "Country": "sample string 18",
  • "WorkPhone": "sample string 19",
  • "PhoneDefault": "sample string 20",
  • "HomePhone": "sample string 21",
  • "CellPhone": "sample string 22",
  • "Ext": "sample string 23",
  • "Fax": "sample string 24",
  • "Email": "sample string 25",
  • "Website": "sample string 26",
  • "Member": true,
  • "Prospect": true,
  • "Employee": true,
  • "Vendor": true,
  • "ReportName": "sample string 31",
  • "ASF": "sample string 32",
  • "EmployeesFT": 33.0,
  • "EmployeesPT": 34.0,
  • "NAICSCode": "sample string 35",
  • "SicCode": "sample string 36",
  • "Referredby": "sample string 37",
  • "SalFormal": "sample string 38",
  • "SalInformal": "sample string 39",
  • "SalMailLabel": "sample string 40",
  • "Sal4": "sample string 41",
  • "Sal5": "sample string 42",
  • "Sal6": "sample string 43",
  • "Gender": "sample string 44",
  • "TaxID": "sample string 45",
  • "BirthDate": "2024-05-12T20:48:32.7650897Z",
  • "DateCreated": "2024-05-12T20:48:32.7650897Z",
  • "DateChanged": "2024-05-12T20:48:32.7650897Z",
  • "UserName": "sample string 49",
  • "PreferedContact": "sample string 50",
  • "Inactive": true,
  • "DateInactive": "2024-05-12T20:48:32.7650897Z",
  • "CustStatus": "sample string 53",
  • "SoldBy": 54,
  • "AssignedTo": 55,
  • "BillManually": true,
  • "PreferredPaymentMethod": "sample string 57",
  • "CreditRating": "sample string 58",
  • "DBA": "sample string 59",
  • "NoEmail": true,
  • "ImageURL": "sample string 61",
  • "NoFax": true,
  • "InheritAddressFrom": 63,
  • "PreferredEmailType": "sample string 64",
  • "InheritPhoneFrom": 65,
  • "NextContactDate": "2024-05-12T20:48:32.7650897Z",
  • "Customers": 67,
  • "EncryptedProfileID": "sample string 68",
  • "ProfileTypeId": 69,
  • "PreferredBillingMethod": "sample string 70",
  • "MembershipLevelId": 1,
  • "ExternalId": "sample string 71",
  • "UC1": "sample string 72",
  • "UC2": "sample string 73",
  • "UC3": "sample string 74",
  • "UC4": "sample string 75",
  • "UC5": "sample string 76",
  • "UC6": "sample string 77",
  • "UC7": "sample string 78",
  • "UC8": "sample string 79",
  • "UC9": "sample string 80",
  • "UC10": "sample string 81",
  • "MemberTypeIconColor": "sample string 82",
  • "ObjectState": 0
}