Skip to main content
PATCH
Update Account

Body

application/json
accountId
string<uuid>
required

Account Identifier to be Updated

Example:

"296ff917-9b4b-4dc1-987d-2c17bdac7133"

type
enum<string>

Account Type to be Updated

Available options:
INDIVIDUAL,
ORGANIZATION
Example:

"ORGANIZATION/INDIVIDUAL"

mobilePhoneNumber
string

Mobile Phone Number of Account to be Updated

Example:

"905321112233"

location
string

Address of Account to be Updated

Example:

"Cyberpark, Cyberplaza, A Blok, Kat 2, 06800, Bilkent, Ankara, Türkiye"

company
string

Company Name of Account to be Updated

Example:

"TARLAIO İKLİM VE TARIM TEKNOLOJİLERİ A.Ş."

industry
string

Industry of Account to be Updated

Example:

"Yazılım Geliştirme, SaaS"

profilePictureUrl
string

Profile Picture URL of Account to be Updated

Example:

"https://*******.png"

Response

Account Successfully Updated

id
string<uuid>

Account Identifier

userId
string<uuid>

User Identifier

type
enum<string>

Account Type

Available options:
INDIVIDUAL,
ORGANIZATION
createdAt
string<date-time>

Account Creation Date

updatedAt
string<date-time>

Account Update Date

mobilePhoneNumber
string

Account Mobile Phone Number

location
string

Account Address

company
string

Account Company Name

industry
string

Account Industry

profilePictureUrl
string

Account Profile Picture URL

subscriptionPlan
enum<string>

Account Subscription Plan

Available options:
NONE,
TRIAL,
BASIC_MONTHLY,
BASIC_YEARLY,
PREMIUM_MONTHLY,
PREMIUM_YEARLY,
CUSTOM
emailVerified
boolean

Is E-mail Verified?

mobilePhoneNumberVerified
boolean

Is Mobile Phone Number Verified?