Skip to main content
POST
/
{shopId}
/
users
/
{userId}
/
notes
Create user note
curl --request POST \
  --url http://staging.qshop.ng/apiv2/{shopId}/users/{userId}/notes \
  --header 'Content-Type: application/json' \
  --data '
{
  "note": "Hi there mate 34"
}
'

Path Parameters

userId
string
required

Body

application/json
note
string
Example:

"Hi there mate 34"

Response

200 - undefined