POST api/Imaging/UpsertImagingUser

Request Information

URI Parameters

None.

Body Parameters

ImagingUser
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Username

string

None.

CorpId

string

None.

DataLogical

string

None.

Password

string

None.

IsActive

boolean

None.

IsInactive

boolean

None.

IsActiveVisibility

Visibility

None.

CreatedOn

date

None.

CreatedOnUTC

date

None.

CreatedBy

string

None.

ModifiedOn

date

None.

ModifiedOnUTC

date

None.

ModifiedBy

string

None.

RowState

RowState

None.

IsChecked

boolean

None.

MessageId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "2cfc33a2-7c22-46f8-bbe5-9db5e9a212a5",
  "Username": "sample string 2",
  "CorpId": "sample string 3",
  "DataLogical": "sample string 4",
  "Password": "sample string 5",
  "IsActive": true,
  "IsInactive": false,
  "IsActiveVisibility": 2,
  "CreatedOn": "2026-03-19T14:23:42.3164126-05:00",
  "CreatedOnUTC": "2026-03-19T14:23:42.3164126-05:00",
  "CreatedBy": "sample string 9",
  "ModifiedOn": "2026-03-19T14:23:42.3164126-05:00",
  "ModifiedOnUTC": "2026-03-19T14:23:42.3164126-05:00",
  "ModifiedBy": "sample string 10",
  "RowState": 0,
  "IsChecked": true,
  "MessageId": "sample string 12"
}

application/xml, text/xml

Sample:
<ImagingUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RCCI.Models">
  <IsChecked xmlns="http://schemas.datacontract.org/2004/07/RCCI.Common">true</IsChecked>
  <MessageId xmlns="http://schemas.datacontract.org/2004/07/RCCI.Common">sample string 12</MessageId>
  <ProposedChanges xmlns="http://schemas.datacontract.org/2004/07/RCCI.Common" />
  <RowState xmlns="http://schemas.datacontract.org/2004/07/RCCI.Common">Unchanged</RowState>
  <CreatedBy>sample string 9</CreatedBy>
  <CreatedOn>2026-03-19T14:23:42.3164126-05:00</CreatedOn>
  <CreatedOnUTC>2026-03-19T14:23:42.3164126-05:00</CreatedOnUTC>
  <IsActive>true</IsActive>
  <ModifiedBy>sample string 10</ModifiedBy>
  <ModifiedOn>2026-03-19T14:23:42.3164126-05:00</ModifiedOn>
  <ModifiedOnUTC>2026-03-19T14:23:42.3164126-05:00</ModifiedOnUTC>
  <CorpId>sample string 3</CorpId>
  <DataLogical>sample string 4</DataLogical>
  <Id>2cfc33a2-7c22-46f8-bbe5-9db5e9a212a5</Id>
  <Password>sample string 5</Password>
  <Username>sample string 2</Username>
</ImagingUser>

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 'ImagingUser'.

Response Information

Resource Description

MogoLiveResponse
NameDescriptionTypeAdditional information
MogoLiveEvent

MogoLiveEvent

None.

MogoLiveEvents

Collection of MogoLiveEvent

None.

ResponseStatus

ResponseStatus

None.

Response Formats

application/json, text/json

Sample:
{
  "MogoLiveEvent": {
    "TableName": "sample string 1",
    "Id": "eb9a5f49-a7b4-4aa0-9b81-852c97de1180",
    "Success": true,
    "WasTransactionRolledBack": true,
    "Message": "sample string 5",
    "Action": 0,
    "ErrorMessage": "sample string 6"
  },
  "MogoLiveEvents": [
    {
      "TableName": "sample string 1",
      "Id": "eb9a5f49-a7b4-4aa0-9b81-852c97de1180",
      "Success": true,
      "WasTransactionRolledBack": true,
      "Message": "sample string 5",
      "Action": 0,
      "ErrorMessage": "sample string 6"
    },
    {
      "TableName": "sample string 1",
      "Id": "eb9a5f49-a7b4-4aa0-9b81-852c97de1180",
      "Success": true,
      "WasTransactionRolledBack": true,
      "Message": "sample string 5",
      "Action": 0,
      "ErrorMessage": "sample string 6"
    }
  ],
  "ResponseStatus": {
    "ErrorCode": "sample string 1",
    "Message": "sample string 2",
    "StackTrace": "sample string 3",
    "Errors": [
      "sample string 1",
      "sample string 2"
    ],
    "Title": "sample string 4"
  }
}

application/xml, text/xml

Sample:
<MogoLiveResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RCCI.Models.Response.Common">
  <ResponseStatus xmlns="http://schemas.datacontract.org/2004/07/RCCI.Models">
    <ErrorCode>sample string 1</ErrorCode>
    <Errors xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </Errors>
    <Message>sample string 2</Message>
    <StackTrace>sample string 3</StackTrace>
    <Title>sample string 4</Title>
  </ResponseStatus>
  <MogoLiveEvent>
    <Action>Insert</Action>
    <ErrorMessage>sample string 6</ErrorMessage>
    <Id>eb9a5f49-a7b4-4aa0-9b81-852c97de1180</Id>
    <Message>sample string 5</Message>
    <Success>true</Success>
    <TableName>sample string 1</TableName>
    <WasTransactionRolledBack>true</WasTransactionRolledBack>
  </MogoLiveEvent>
  <MogoLiveEvents>
    <MogoLiveEvent>
      <Action>Insert</Action>
      <ErrorMessage>sample string 6</ErrorMessage>
      <Id>eb9a5f49-a7b4-4aa0-9b81-852c97de1180</Id>
      <Message>sample string 5</Message>
      <Success>true</Success>
      <TableName>sample string 1</TableName>
      <WasTransactionRolledBack>true</WasTransactionRolledBack>
    </MogoLiveEvent>
    <MogoLiveEvent>
      <Action>Insert</Action>
      <ErrorMessage>sample string 6</ErrorMessage>
      <Id>eb9a5f49-a7b4-4aa0-9b81-852c97de1180</Id>
      <Message>sample string 5</Message>
      <Success>true</Success>
      <TableName>sample string 1</TableName>
      <WasTransactionRolledBack>true</WasTransactionRolledBack>
    </MogoLiveEvent>
  </MogoLiveEvents>
</MogoLiveResponse>