Detail
DevelopingGET
/users/customers/{customerId}Request
Path Params
customerId
string
required
Example:
91cb693b-db5d-432e-894b-24b11d060379
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
meta
object
required
code
integer
required
status
string
required
message
string
required
data
object
required
id
string
required
created_by
null
required
qoyod_id
string
required
user
object
required
Example
Success
{
"meta": {
"code": 200,
"status": "success",
"message": "Data Loaded Successfully"
},
"data": {
"id": "c4a868ea-735e-461f-868c-a5d2eaa212d0",
"created_by": null,
"qoyod_id": null,
"type": null,
"gender": null,
"tax_number": null,
"zip_code": null,
"city": null,
"district": null,
"street": null,
"crn": null,
"user": {
"id": "fe4aa1ef-b35c-4e69-be60-fc34ab7447e5",
"userable_id": "c4a868ea-735e-461f-868c-a5d2eaa212d0",
"role": "CUSTOMER",
"name": "User 1",
"username": null,
"email": "[email protected]",
"phone_prefix": "966",
"phone": "55223322",
"lang": "en",
"fcm_token": null,
"is_active": true,
"email_verified_at": null,
"phone_verified_at": null,
"created_at": 1705548163869,
"updated_at": 1705548163869,
"deleted_at": null
}
}
}
Last modified: a month ago