POST api/Account/AddUsers

Request Information

URI Parameters

None.

Body Parameters

MOGOLicensingAdd
NameDescriptionTypeAdditional information
CorpId

string

None.

BranchNo

string

None.

StartingUnitId

integer

None.

NumberOfDevices

integer

None.

ExpirationDate

date

None.

DataLogical

string

None.

VersionId

integer

None.

RowState

RowState

None.

IsChecked

boolean

None.

MessageId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CorpId": "sample string 1",
  "BranchNo": "sample string 2",
  "StartingUnitId": 3,
  "NumberOfDevices": 4,
  "ExpirationDate": "2024-09-19T12:42:47.523683-04:00",
  "DataLogical": "sample string 6",
  "VersionId": 7,
  "RowState": 0,
  "IsChecked": true,
  "MessageId": "sample string 9"
}

application/xml, text/xml

Sample:
<MOGOLicensingAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RCCI.Security">
  <IsChecked xmlns="http://schemas.datacontract.org/2004/07/RCCI.Common">true</IsChecked>
  <MessageId xmlns="http://schemas.datacontract.org/2004/07/RCCI.Common">sample string 9</MessageId>
  <ProposedChanges xmlns="http://schemas.datacontract.org/2004/07/RCCI.Common" />
  <RowState xmlns="http://schemas.datacontract.org/2004/07/RCCI.Common">Unchanged</RowState>
  <BranchNo>sample string 2</BranchNo>
  <CorpId>sample string 1</CorpId>
  <DataLogical>sample string 6</DataLogical>
  <ExpirationDate>2024-09-19T12:42:47.523683-04:00</ExpirationDate>
  <NumberOfDevices>4</NumberOfDevices>
  <StartingUnitId>3</StartingUnitId>
  <VersionId>7</VersionId>
</MOGOLicensingAdd>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.