POST api/User/postUser

Request Information

URI Parameters

None.

Body Parameters

ModelUserMaster
NameDescriptionTypeAdditional information
UserId

integer

None.

UserName

string

None.

UserPassword

string

None.

UserRemarks

string

None.

UserTypeMasterEntryId

integer

None.

UserTypeMasterEntryName

string

None.

UserActive

boolean

None.

LoginById

integer

None.

CompCode

string

None.

QueryType

string

None.

RowNumber

integer

None.

UserRightsName

string

None.

UserTransactionType

string

None.

UserRightsId

integer

None.

UserAddRights

boolean

None.

UserModifyRights

boolean

None.

UserDeleteRights

boolean

None.

UserListingRights

boolean

None.

UserShowReportRights

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "UserName": "sample string 2",
  "UserPassword": "sample string 3",
  "UserRemarks": "sample string 4",
  "UserTypeMasterEntryId": 5,
  "UserTypeMasterEntryName": "sample string 6",
  "UserActive": true,
  "LoginById": 8,
  "CompCode": "sample string 9",
  "QueryType": "sample string 10",
  "RowNumber": 1,
  "UserRightsName": "sample string 11",
  "UserTransactionType": "sample string 12",
  "UserRightsId": 13,
  "UserAddRights": true,
  "UserModifyRights": true,
  "UserDeleteRights": true,
  "UserListingRights": true,
  "UserShowReportRights": true
}

text/html, text/plain

Sample:
{"UserId":1,"UserName":"sample string 2","UserPassword":"sample string 3","UserRemarks":"sample string 4","UserTypeMasterEntryId":5,"UserTypeMasterEntryName":"sample string 6","UserActive":true,"LoginById":8,"CompCode":"sample string 9","QueryType":"sample string 10","RowNumber":1,"UserRightsName":"sample string 11","UserTransactionType":"sample string 12","UserRightsId":13,"UserAddRights":true,"UserModifyRights":true,"UserDeleteRights":true,"UserListingRights":true,"UserShowReportRights":true}

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.