POST api/UserList/InsertOrUpdatePrimitiveUserList/{idCenter}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idCenter

integer

Required

Body Parameters

SharedPrimitiveUserListValue
NameDescriptionTypeAdditional information
CodeParent

string

None.

Id

globally unique identifier

None.

Code

string

None.

Text1

string

None.

Text2

string

None.

Text3

string

None.

Numeric1

decimal number

None.

Numeric2

decimal number

None.

Numeric3

decimal number

None.

Integer1

integer

None.

Integer2

integer

None.

Integer3

integer

None.

Bit1

boolean

None.

Bit2

boolean

None.

Bit3

boolean

None.

Date1

date

None.

Date2

date

None.

Date3

date

None.

Enabled

boolean

None.

CreatedBy

integer

None.

Created

date

None.

UpdatedBy

integer

None.

Updated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CodeParent": "sample string 1",
  "Id": "0dd78df5-30d6-4775-88df-09cc4894c07c",
  "Code": "sample string 3",
  "Text1": "sample string 4",
  "Text2": "sample string 5",
  "Text3": "sample string 6",
  "Numeric1": 1.1,
  "Numeric2": 1.1,
  "Numeric3": 1.1,
  "Integer1": 1,
  "Integer2": 1,
  "Integer3": 1,
  "Bit1": true,
  "Bit2": true,
  "Bit3": true,
  "Date1": "2020-12-30T15:03:00.3551239+00:00",
  "Date2": "2020-12-30T15:03:00.3551239+00:00",
  "Date3": "2020-12-30T15:03:00.3551239+00:00",
  "Enabled": true,
  "CreatedBy": 8,
  "Created": "2020-12-30T15:03:00.3551239+00:00",
  "UpdatedBy": 10,
  "Updated": "2020-12-30T15:03:00.3551239+00:00"
}

application/xml, text/xml

Sample:
<SharedPrimitiveUserListValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TDox.Enums.CommonTypes">
  <Bit1>true</Bit1>
  <Bit2>true</Bit2>
  <Bit3>true</Bit3>
  <Code>sample string 3</Code>
  <CodeParent>sample string 1</CodeParent>
  <Created>2020-12-30T15:03:00.3551239+00:00</Created>
  <CreatedBy>8</CreatedBy>
  <Date1>2020-12-30T15:03:00.3551239+00:00</Date1>
  <Date2>2020-12-30T15:03:00.3551239+00:00</Date2>
  <Date3>2020-12-30T15:03:00.3551239+00:00</Date3>
  <Enabled>true</Enabled>
  <Id>0dd78df5-30d6-4775-88df-09cc4894c07c</Id>
  <Integer1>1</Integer1>
  <Integer2>1</Integer2>
  <Integer3>1</Integer3>
  <Numeric1>1.1</Numeric1>
  <Numeric2>1.1</Numeric2>
  <Numeric3>1.1</Numeric3>
  <Text1>sample string 4</Text1>
  <Text2>sample string 5</Text2>
  <Text3>sample string 6</Text3>
  <Updated>2020-12-30T15:03:00.3551239+00:00</Updated>
  <UpdatedBy>10</UpdatedBy>
</SharedPrimitiveUserListValue>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SharedResponseOfSharedPrimitiveUserListValue
NameDescriptionTypeAdditional information
ResponseEnum

SharedResponseEnum

None.

ResponseObject

SharedPrimitiveUserListValue

None.

Response Formats

application/json, text/json

Sample:

Sample not available.