Customer Update

https://paydoux.com/customers/save

Body

NameTypeDescription

id

integer

Customer ID

name

string

Customer Name

email

string

Customer Email

phone

string

Customer Phone

address

string

Customer Address

Response

{
    "data": [
        {
            "id": "2",
            "user_id": "1",
            "name": "Test Test",
            "email": "test@test.co1",
            "phone": null,
            "address": null,
            "payments_count": "1",
            "total_spend": "11.00",
            "last_payment": "2024-06-11 23:22:08",
            "created_at": "2024-06-13 20:01:54",
            "updated_at": "2024-06-11 23:22:08"
        }
    ],
    "pager": {}
}

Last updated