For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update Retail Customer

This API is used to Update the detail of Retail Customer in LOGIC

Note: We are searching Retail Customer on basis of Mobile No., So Mobile No. cannot be edited by API.

Authorization Detail

Name

Detail

End Point

http://demo.logicerp.com/api/UpdateRetailCustomer

Request Type

POST

Authorization

Basic Auth

Username

Demo

Password

1

Request

               
 {
    "MemberShip_Series": "RCU",
    "Membership_Number": 0,
    "Title": null,
    "First_Name": "SUNIL",
    "Middle_Name": "Kumar",
    "Last_Name": "SINGH",
    "EMail_ID": "rks@logicerp.com",
    "Mobile_No": "9899887766",
    "Birth_Date":"",
    "Gender": 0,
    "Marital_Status": 0,
    "Age": 0,
    "House_No": "217",
    "Location_Name": null,
    "City_Name": null,
    "State_Name": null,
    "Pin_Code": null,
    "Country_Name": null,
    "Branch_Code": 0,
    "Branch_Name": null,
    "Spouse_Name": null,
    "Spouse_Birthdate": null,
    "Shoes_Size": null,
    "Kid_1_Name": null,
    "Kid_2_Name": null,
    "Kid_1_DOB": null,
    "Kid_2_DOB": null,
    "Anniversary_Date": null,
    "Remarks": null,
    "Address_1": "Add-1",
    "Address_2": "Add-2",
    "Address_3": null,
    "Gst_State_Code": null,
    "Gst_Number": null,
    "Discount_Card_No": null,
}
  

Response

Last updated