POST api/SaveCustomer

Request Information

URI Parameters

None.

Body Parameters

clsCustomerUser
NameDescriptionTypeAdditional information
intId

integer

None.

intCompanyId

integer

None.

strFirstName

string

None.

strLastName

string

None.

strUserName

string

None.

strCentralUserName

string

None.

strEmail

string

None.

strBusinessName

string

None.

strcompanyName

string

None.

strPassword

string

None.

strPasswordHash

Collection of byte

None.

strPasswordSalt

Collection of byte

None.

dteLastPasswordChangeDate

date

None.

intLoginflag

integer

None.

dtelastlogindate

date

None.

strRandomCode

string

None.

dteRandomCodedate

date

None.

access_token

string

None.

error_description

string

None.

intCustomerId

integer

None.

strContactNo

string

None.

strAddress

string

None.

strPostCode

string

None.

strPartnername

string

None.

AccountNumber

integer

None.

ErrorCode

integer

None.

ErrorMsg

string

None.

Type

string

None.

bisalive

boolean

None.

strAction

string

None.

IntCreatedBy

integer

None.

dteCreatedDate

date

None.

intModifyBy

integer

None.

dteModifyDate

date

None.

PageNo

integer

None.

PageSize

integer

None.

TotalRecord

integer

None.

ROWNUMBER

integer

None.

strSearchText

string

None.

orderColumn

string

None.

orderDir

string

None.

Request Formats

application/json, text/json

Sample:
{
  "intId": 1,
  "intCompanyId": 2,
  "strFirstName": "sample string 3",
  "strLastName": "sample string 4",
  "strUserName": "sample string 5",
  "strCentralUserName": "sample string 6",
  "strEmail": "sample string 7",
  "strBusinessName": "sample string 8",
  "strcompanyName": "sample string 9",
  "strPassword": "sample string 10",
  "strPasswordHash": "QEA=",
  "strPasswordSalt": "QEA=",
  "dteLastPasswordChangeDate": "2025-12-11T02:39:29.6667991+00:00",
  "intLoginflag": 12,
  "dtelastlogindate": "2025-12-11T02:39:29.6686384+00:00",
  "strRandomCode": "sample string 14",
  "dteRandomCodedate": "2025-12-11T02:39:29.6686384+00:00",
  "access_token": "sample string 16",
  "error_description": "sample string 17",
  "intCustomerId": 18,
  "strContactNo": "sample string 19",
  "strAddress": "sample string 20",
  "strPostCode": "sample string 21",
  "strPartnername": "sample string 22",
  "accountNumber": 23,
  "errorCode": 24,
  "errorMsg": "sample string 25",
  "type": "sample string 26",
  "bisalive": true,
  "strAction": "sample string 28",
  "intCreatedBy": 1,
  "dteCreatedDate": "2025-12-11T02:39:29.6686384+00:00",
  "intModifyBy": 1,
  "dteModifyDate": "2025-12-11T02:39:29.6686384+00:00",
  "pageNo": 29,
  "pageSize": 30,
  "totalRecord": 31,
  "rownumber": 32,
  "strSearchText": "sample string 33",
  "orderColumn": "sample string 34",
  "orderDir": "sample string 35"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.