POST api/CustomerAccount/Register

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
customerAccountModels
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "R_Id": 1,
  "R_FirstName": "sample string 2",
  "R_LastName": "sample string 3",
  "R_App_No": "sample string 4",
  "R_Reg_No": "sample string 5",
  "R_App_Id": 6,
  "R_EmailId": "sample string 7",
  "R_Mobile": 8,
  "R_Address": "sample string 9",
  "R_State": "sample string 10",
  "R_District": "sample string 11",
  "R_Pincode": 12,
  "R_Password": "sample string 13",
  "R_ConfirmPassword": "sample string 14",
  "R_UserId_FK": 15,
  "R_TS": "2026-01-22T17:22:44.420053+05:30",
  "R_Inactive": "sample string 17",
  "R_TS_LastEdited": "2026-01-22T17:22:44.420053+05:30",
  "R_TS_Edited_Uid_FK": 19
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CustomerAccountModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.