GET api/customers/GetGuestcustomers?vendorid={vendorid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vendorid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Customers| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| vendorid | integer |
None. |
|
| string |
None. |
||
| phone | string |
None. |
|
| name | string |
None. |
|
| code | string |
None. |
|
| displayname | string |
None. |
|
| notifyorders | boolean |
None. |
|
| notifypromo | boolean |
None. |
|
| notifylowbal | boolean |
None. |
|
| islocked | boolean |
None. |
|
| status | string |
None. |
|
| account_notes | string |
None. |
|
| lastlogin | date |
None. |
|
| notes | string |
None. |
|
| type | string |
None. |
|
| creditlimit | decimal number |
None. |
|
| balance | decimal number |
None. |
|
| device_token | string |
None. |
|
| device_id | string |
None. |
|
| device_type | string |
None. |
|
| uuid | string |
None. |
|
| publictoken | string |
None. |
|
| billcopy | boolean |
None. |
|
| sms_notify | boolean |
None. |
|
| email_notify | boolean |
None. |
|
| allow_portal | boolean |
None. |
|
| discount_type | string |
None. |
|
| discount | decimal number |
None. |
|
| customerCards | Collection of CustomerCard |
None. |
|
| customerAddresses | Collection of CustomerAddress |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"vendorid": 1,
"email": "sample string 2",
"phone": "sample string 3",
"name": "sample string 4",
"code": "sample string 5",
"displayname": "sample string 6",
"notifyorders": true,
"notifypromo": true,
"notifylowbal": true,
"islocked": true,
"status": "sample string 7",
"account_notes": "sample string 8",
"lastlogin": "2025-12-31T01:40:13.6355043+00:00",
"notes": "sample string 9",
"type": "sample string 10",
"creditlimit": 1.0,
"balance": 1.0,
"device_token": "sample string 11",
"device_id": "sample string 12",
"device_type": "sample string 13",
"uuid": "sample string 14",
"publictoken": "sample string 15",
"billcopy": true,
"sms_notify": true,
"email_notify": true,
"allow_portal": true,
"discount_type": "sample string 16",
"discount": 1.0,
"customerCards": [
{
"$id": "2",
"id": 1,
"user_id": 2,
"card_holder": "sample string 3",
"last_four": "sample string 4",
"card_id": "sample string 5",
"is_default": 6,
"created_at": "2025-12-31T01:40:13.6355043+00:00",
"card_type": "sample string 7",
"expiry": "sample string 8"
},
{
"$ref": "2"
}
],
"customerAddresses": [
{
"$id": "3",
"id": 1,
"user_id": 1,
"landmark": "sample string 2",
"street": "sample string 3",
"zip": "sample string 4",
"town": "sample string 5",
"createdate": "2025-12-31T01:40:13.6355043+00:00",
"createby": "sample string 6",
"updateby": "sample string 7",
"updatedate": "2025-12-31T01:40:13.6355043+00:00",
"active": true,
"gmap_address": "sample string 8",
"latitude": 9.0,
"longitude": 10.0
},
{
"$ref": "3"
}
]
}