POST api/Master/PostUserCreation

Request Information

URI Parameters

None.

Body Parameters

UserCreation
NameDescriptionTypeAdditional information
USER_ID

integer

None.

USER_CODE

string

None.

USER_NAME

string

None.

USER_LOCATION

string

None.

USER_BRANCH

string

None.

USER_DESIGNATION

string

None.

USER_EMAIL

string

None.

USER_ADDRESS

string

None.

USER_PROGRAM_ID

string

None.

USER_CREATED_BY

integer

None.

USER_STATUS

string

None.

USER_EMAIL_PASS

string

None.

USER_CC_ACCESS

Collection of USER_CC_ACCESS

None.

USER_UR_ACCESS

Collection of USER_UR_ACCESS

None.

Request Formats

application/json, text/json

Sample:
{
  "USER_ID": 1,
  "USER_CODE": "sample string 1",
  "USER_NAME": "sample string 2",
  "USER_LOCATION": "sample string 3",
  "USER_BRANCH": "sample string 4",
  "USER_DESIGNATION": "sample string 5",
  "USER_EMAIL": "sample string 6",
  "USER_ADDRESS": "sample string 7",
  "USER_PROGRAM_ID": "sample string 8",
  "USER_CREATED_BY": 1,
  "USER_STATUS": "sample string 9",
  "USER_EMAIL_PASS": "sample string 10",
  "USER_CC_ACCESS": [
    {
      "UCP_ID": 1,
      "UCP_CPC_ID": 1,
      "UCP_CPC_CODE": "sample string 1",
      "UCP_CPC_NAME": "sample string 2"
    },
    {
      "UCP_ID": 1,
      "UCP_CPC_ID": 1,
      "UCP_CPC_CODE": "sample string 1",
      "UCP_CPC_NAME": "sample string 2"
    }
  ],
  "USER_UR_ACCESS": [
    {
      "UUR_ID": 1,
      "UUR_CPC_ID": 1,
      "UUR_UR_ID": 1,
      "UUR_UR_COD": "sample string 1",
      "UUR_UR_DESC": "sample string 2"
    },
    {
      "UUR_ID": 1,
      "UUR_CPC_ID": 1,
      "UUR_UR_ID": 1,
      "UUR_UR_COD": "sample string 1",
      "UUR_UR_DESC": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<UserCreation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <USER_ADDRESS>sample string 7</USER_ADDRESS>
  <USER_BRANCH>sample string 4</USER_BRANCH>
  <USER_CC_ACCESS>
    <USER_CC_ACCESS>
      <UCP_CPC_CODE>sample string 1</UCP_CPC_CODE>
      <UCP_CPC_ID>1</UCP_CPC_ID>
      <UCP_CPC_NAME>sample string 2</UCP_CPC_NAME>
      <UCP_ID>1</UCP_ID>
    </USER_CC_ACCESS>
    <USER_CC_ACCESS>
      <UCP_CPC_CODE>sample string 1</UCP_CPC_CODE>
      <UCP_CPC_ID>1</UCP_CPC_ID>
      <UCP_CPC_NAME>sample string 2</UCP_CPC_NAME>
      <UCP_ID>1</UCP_ID>
    </USER_CC_ACCESS>
  </USER_CC_ACCESS>
  <USER_CODE>sample string 1</USER_CODE>
  <USER_CREATED_BY>1</USER_CREATED_BY>
  <USER_DESIGNATION>sample string 5</USER_DESIGNATION>
  <USER_EMAIL>sample string 6</USER_EMAIL>
  <USER_EMAIL_PASS>sample string 10</USER_EMAIL_PASS>
  <USER_ID>1</USER_ID>
  <USER_LOCATION>sample string 3</USER_LOCATION>
  <USER_NAME>sample string 2</USER_NAME>
  <USER_PROGRAM_ID>sample string 8</USER_PROGRAM_ID>
  <USER_STATUS>sample string 9</USER_STATUS>
  <USER_UR_ACCESS>
    <USER_UR_ACCESS>
      <UUR_CPC_ID>1</UUR_CPC_ID>
      <UUR_ID>1</UUR_ID>
      <UUR_UR_COD>sample string 1</UUR_UR_COD>
      <UUR_UR_DESC>sample string 2</UUR_UR_DESC>
      <UUR_UR_ID>1</UUR_UR_ID>
    </USER_UR_ACCESS>
    <USER_UR_ACCESS>
      <UUR_CPC_ID>1</UUR_CPC_ID>
      <UUR_ID>1</UUR_ID>
      <UUR_UR_COD>sample string 1</UUR_UR_COD>
      <UUR_UR_DESC>sample string 2</UUR_UR_DESC>
      <UUR_UR_ID>1</UUR_UR_ID>
    </USER_UR_ACCESS>
  </USER_UR_ACCESS>
</UserCreation>

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.