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": "2024-09-13T16:50:10.2731318+05:30",
  "R_Inactive": "sample string 17",
  "R_TS_LastEdited": "2024-09-13T16:50:10.2731318+05:30",
  "R_TS_Edited_Uid_FK": 19
}

application/xml, text/xml

Sample:
<CustomerAccountModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <R_Address>sample string 9</R_Address>
  <R_App_Id>6</R_App_Id>
  <R_App_No>sample string 4</R_App_No>
  <R_ConfirmPassword>sample string 14</R_ConfirmPassword>
  <R_District>sample string 11</R_District>
  <R_EmailId>sample string 7</R_EmailId>
  <R_FirstName>sample string 2</R_FirstName>
  <R_Id>1</R_Id>
  <R_Inactive>sample string 17</R_Inactive>
  <R_LastName>sample string 3</R_LastName>
  <R_Mobile>8</R_Mobile>
  <R_Password>sample string 13</R_Password>
  <R_Pincode>12</R_Pincode>
  <R_Reg_No>sample string 5</R_Reg_No>
  <R_State>sample string 10</R_State>
  <R_TS>2024-09-13T16:50:10.2731318+05:30</R_TS>
  <R_TS_Edited_Uid_FK>19</R_TS_Edited_Uid_FK>
  <R_TS_LastEdited>2024-09-13T16:50:10.2731318+05:30</R_TS_LastEdited>
  <R_UserId_FK>15</R_UserId_FK>
</CustomerAccountModels>

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, application/xml, text/xml

Sample:

Sample not available.