GET api/customers/GetProfile?user_id={user_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
user_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

CustomerProfile
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

email

string

None.

phone

string

None.

type

string

None.

billcopy

boolean

None.

sms_notify

boolean

None.

email_notify

boolean

None.

pic

string

None.

allow_portal

boolean

None.

avatar

string

None.

uuid

string

None.

notes

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "email": "sample string 3",
  "phone": "sample string 4",
  "type": "sample string 5",
  "billcopy": true,
  "sms_notify": true,
  "email_notify": true,
  "pic": "sample string 6",
  "allow_portal": true,
  "avatar": "sample string 7",
  "uuid": "sample string 8",
  "notes": "sample string 9"
}