PUT api/account/profile
Request Information
URI Parameters
None.
Body Parameters
AccountProfileUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| fullName | string |
None. |
|
| phoneNumber | string |
None. |
|
| companyName | string |
None. |
|
| vergiNo | string |
None. |
|
| tcKimlikNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"email": "sample string 1",
"fullName": "sample string 2",
"phoneNumber": "sample string 3",
"companyName": "sample string 4",
"vergiNo": "sample string 5",
"tcKimlikNo": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.