Customers
Get list of customers
GET https://api.rnetpos.com/v1/customers
Query Parameters
Name
Type
Description
date_modified
string
[
{
"CustomerID": "7bc25899-835a-478a-8a80-7c4cc49f284f",
"CustomerNo": "108930",
"FirstName": "שירה",
"LastName": "כהן",
"Club": {
"ClubID": "d334782b-817c-4336-9bea-c261b5b4d564",
"ClubName": "סימפלי קלאב",
"ClubCode": 2,
"ClubPoints": null,
"ClubNo": "10005655",
"ClubExpDate": null,
"ClubStartDate": null,
"ClubValid": null
},
"Address": {
"CustomerAddressID": "41b65df4-1a7a-45c4-b3af-002d736e5517",
"Street": "הפלמחים קומה 3 קוד כניסה 1122",
"City": "ירושלים",
"PhoneNo": "05278965854",
"buliding": 2,
"Apartment": 8
"PhoneNo": "0527152215"
},
"BirthDay": "1958-03-24T00:00:00",
"WeddAnniversary": null,
"SpouseName": null,
"SpouseBirthDay": null,
"DateCreated": "2018-07-04T11:38:17",
"DateModified": "2018-07-04T11:39:20.58",
"AgreeEMAIL": null,
"AgreeSMS": null,
"CustomerERPCode": null,
"StoreCreated": null,
"IdentityNo": "",
"CustomerType": 3,
"FaxNumber": null,
"Current": 0,
"Status": 1,
"BalanceDoe": null,
"FormatPrice": null
},
{
"CustomerID": "e00eb78d-16b8-4530-865e-b4c6ed2957d1",
"CustomerNo": "184780",
"FirstName": "חיים",
"LastName": "בן ארי",
"Club": {
"ClubID": "d3349c2b-817c-4378-9bea-c261b5b4d564",
"ClubName": "סימפלי קלאב",
"ClubCode": 2,
"ClubPoints": null,
"ClubNo": "10005564",
"ClubExpDate": null,
"ClubStartDate": null,
"ClubValid": null
},
"Address": {
"CustomerAddressID": "4e2f7882-cdbc-475d-809a-002f3fa15759",
"Street": "",
"City": "",
"PhoneNo": "0527500912",
"buliding": null
},
"BirthDay": "2000-05-14T00:00:00",
"WeddAnniversary": null,
"SpouseName": null,
"SpouseBirthDay": null,
"DateCreated": "2018-08-13T18:30:58.19",
"DateModified": "2018-08-13T18:30:42.73",
"AgreeEMAIL": null,
"AgreeSMS": null,
"CustomerERPCode": null,
"StoreCreated": null,
"IdentityNo": "",
"CustomerType": 3,
"FaxNumber": null,
"Current": 0,
"Status": 1,
"BalanceDoe": null,
"FormatPrice": null
}
]Get single customer by customer number
GET https://api.rnetpos.com/v1/customers/no/{customer_no}
Path Parameters
Name
Type
Description
no
string
Get single customer by ERP code
GET https://api.rnetpos.com/v1/customers/erp_code/{custoemr erp_code}
Path Parameters
Name
Type
Description
erp_code
string
Upsert - create/update customer by customer No by ERP Code
POST https://api.rnetpos.com/v1/customers
Request Body
Name
Type
Description
object
customer object
Example :
Last updated
Was this helpful?