POST app/customer/profile/update

Request Information

URI Parameters

None.

Body Parameters

CustomerAppEntity
NameDescriptionTypeAdditional information
customerId

integer

None.

title

string

None.

gender

string

None.

name

string

None.

email

string

None.

mobile

string

None.

anniversary

date

None.

dob

date

None.

lastVisit

date

None.

promotionalSMSEnabeld

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "customerId": 1,
  "title": "sample string 2",
  "gender": "sample string 3",
  "name": "sample string 4",
  "email": "sample string 5",
  "mobile": "sample string 6",
  "anniversary": "2025-12-31T16:39:06.2838814+05:30",
  "dob": "2025-12-31T16:39:06.2838814+05:30",
  "lastVisit": "2025-12-31T16:39:06.2838814+05:30",
  "promotionalSMSEnabeld": true
}

application/xml, text/xml

Sample:
<CustomerAppEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pos_crm_api_DAL.AppEntities">
  <anniversary>2025-12-31T16:39:06.2838814+05:30</anniversary>
  <customerId>1</customerId>
  <dob>2025-12-31T16:39:06.2838814+05:30</dob>
  <email>sample string 5</email>
  <gender>sample string 3</gender>
  <lastVisit>2025-12-31T16:39:06.2838814+05:30</lastVisit>
  <mobile>sample string 6</mobile>
  <name>sample string 4</name>
  <promotionalSMSEnabeld>true</promotionalSMSEnabeld>
  <title>sample string 2</title>
</CustomerAppEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.