sepahr
  1. Providers
sepahr
  • profile
    • Providers
      • Increment provider page view count
        PATCH
      • getProviderNotifyCell
        GET
      • Update provider fields
        PATCH
      • Store a provider
        POST
      • get providers information
        GET
    • Users
      • get image
      • upload image
      • Get doctor master slug
      • insert new user
      • get users informations
      • get user information
      • update user information
      • send otp to verify user new cell
    • Memberships
      • deleteMembership
      • Insert membership record
      • Get membership records
    • Providers Specialities
      • delete a record of providers specialities
      • Update speciality alongside academic degree of a provider
      • Store list of specialities alongside academic degree for a provider
      • Get list of provider's specialities
    • SpecialitiesTags
      • tags of spciality
  • sepahr
    • anonymous call
      POST
    • calls search
      POST
    • Download Call Recording
      POST
  1. Providers

Store a provider

POST
/v1/providers
Providers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apigw.paziresh24.com/v1/providers' \
--header 'Content-Type: application/json' \
--data-raw '{
    "slug": {},
    "employee_id": {},
    "user_id": {}
}'
Response Response Example
{}

Request

Body Params application/json
slug
object 
optional
employee_id
object 
optional
user_id
object 
optional
Examples

Responses

🟢201Record inserted successfully
application/json
Body
object {0}
Modified at 2024-06-23 07:51:49
Previous
Update provider fields
Next
get providers information
Built with