Request
Body Params application/json
Request samples
curl --location --request PUT 'http://127.0.0.1:5051/api/Customers/0f1f8dec-9cb5-4f9a-b30e-d83607578f1e' \
--header 'Content-Type: application/json' \
--data-raw '{
// "FirstName": "customer3",
// "LastName": "customer3",
// "Email": "customer3@test.com",
// "Username": "customer3",
// "Password": "P@ssw0rd",
// "phoneNumber": "01234567890",
// "Location": "Sohag"
}'
Responses
application/json Modified at 2024-04-27 19:29:51