PUT api/ms/customer/update
Update Personal Information
Request Information
URI Parameters
None.
Body Parameters
m_customer_updateName | Description | Type | Additional information |
---|---|---|---|
CustomerFullName | string |
String length: inclusive between 0 and 100 |
|
CustomerUsername | string |
Required String length: inclusive between 0 and 15 |
|
ProfileImg | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerFullName": "sample string 1", "CustomerUsername": "sample string 2", "ProfileImg": "sample string 3" }
application/xml, text/xml
Sample:
<m_customer_update xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KFA.Modules.Models.Mainsystem"> <CustomerFullName>sample string 1</CustomerFullName> <CustomerUsername>sample string 2</CustomerUsername> <ProfileImg>sample string 3</ProfileImg> </m_customer_update>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.