POST api/AutoAppUpdate

Request Information

URI Parameters

None.

Body Parameters

AutoAppUpdateRequestModel
NameDescriptionTypeAdditional information
PageIndex

integer

None.

Id

integer

None.

DeviceName

string

None.

VersionCode

integer

None.

VersionNumber

string

None.

ReleaseDateFrom

string

None.

ReleaseDateTo

date

None.

CurrentPage

integer

None.

TotalCount

integer

None.

objPaging

Collection of AutoAppUpdateDataModel

None.

objList

Collection of AutoAppUpdateDataModel

None.

SubmittedCompanyListItems

Collection of integer

None.

Request Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "pageIndex": 1,
  "id": 1,
  "deviceName": "sample string 1",
  "versionCode": 1,
  "versionNumber": "sample string 2",
  "releaseDateFrom": "sample string 3",
  "releaseDateTo": "2025-07-17T04:00:27.1782753+00:00",
  "currentPage": 4,
  "totalCount": 5,
  "objPaging": [
    {
      "id": 1,
      "deviceName": "sample string 1",
      "versionCode": "sample string 2",
      "versionNumber": "sample string 3",
      "releaseDate": "2025-07-17T04:00:27.1782753+00:00",
      "addedOn": "2025-07-17T04:00:27.1782753+00:00",
      "addedBy": 1,
      "modifiedOn": "2025-07-17T04:00:27.1782753+00:00",
      "modifiedBy": 1,
      "currentPage": 4,
      "totalCount": 5
    },
    {
      "id": 1,
      "deviceName": "sample string 1",
      "versionCode": "sample string 2",
      "versionNumber": "sample string 3",
      "releaseDate": "2025-07-17T04:00:27.1782753+00:00",
      "addedOn": "2025-07-17T04:00:27.1782753+00:00",
      "addedBy": 1,
      "modifiedOn": "2025-07-17T04:00:27.1782753+00:00",
      "modifiedBy": 1,
      "currentPage": 4,
      "totalCount": 5
    }
  ],
  "objList": null,
  "submittedCompanyListItems": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<AutoAppUpdateRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.RequestModel">
  <CurrentPage>4</CurrentPage>
  <DeviceName>sample string 1</DeviceName>
  <Id>1</Id>
  <PageIndex>1</PageIndex>
  <ReleaseDateFrom>sample string 3</ReleaseDateFrom>
  <ReleaseDateTo>2025-07-17T04:00:27.1782753+00:00</ReleaseDateTo>
  <SubmittedCompanyListItems xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
  </SubmittedCompanyListItems>
  <TotalCount>5</TotalCount>
  <VersionCode>1</VersionCode>
  <VersionNumber>sample string 2</VersionNumber>
  <objList i:nil="true" />
  <objPaging xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel">
    <d2p1:AutoAppUpdateDataModel>
      <d2p1:AddedBy>1</d2p1:AddedBy>
      <d2p1:AddedOn>2025-07-17T04:00:27.1782753+00:00</d2p1:AddedOn>
      <d2p1:CurrentPage>4</d2p1:CurrentPage>
      <d2p1:DeviceName>sample string 1</d2p1:DeviceName>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:ModifiedBy>1</d2p1:ModifiedBy>
      <d2p1:ModifiedOn>2025-07-17T04:00:27.1782753+00:00</d2p1:ModifiedOn>
      <d2p1:ReleaseDate>2025-07-17T04:00:27.1782753+00:00</d2p1:ReleaseDate>
      <d2p1:TotalCount>5</d2p1:TotalCount>
      <d2p1:VersionCode>sample string 2</d2p1:VersionCode>
      <d2p1:VersionNumber>sample string 3</d2p1:VersionNumber>
    </d2p1:AutoAppUpdateDataModel>
    <d2p1:AutoAppUpdateDataModel>
      <d2p1:AddedBy>1</d2p1:AddedBy>
      <d2p1:AddedOn>2025-07-17T04:00:27.1782753+00:00</d2p1:AddedOn>
      <d2p1:CurrentPage>4</d2p1:CurrentPage>
      <d2p1:DeviceName>sample string 1</d2p1:DeviceName>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:ModifiedBy>1</d2p1:ModifiedBy>
      <d2p1:ModifiedOn>2025-07-17T04:00:27.1782753+00:00</d2p1:ModifiedOn>
      <d2p1:ReleaseDate>2025-07-17T04:00:27.1782753+00:00</d2p1:ReleaseDate>
      <d2p1:TotalCount>5</d2p1:TotalCount>
      <d2p1:VersionCode>sample string 2</d2p1:VersionCode>
      <d2p1:VersionNumber>sample string 3</d2p1:VersionNumber>
    </d2p1:AutoAppUpdateDataModel>
  </objPaging>
</AutoAppUpdateRequestModel>

multipart/form-data

Sample:
<AutoAppUpdateRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.RequestModel"><CurrentPage>4</CurrentPage><DeviceName>sample string 1</DeviceName><Id>1</Id><PageIndex>1</PageIndex><ReleaseDateFrom>sample string 3</ReleaseDateFrom><ReleaseDateTo>2025-07-17T04:00:27.1782753+00:00</ReleaseDateTo><SubmittedCompanyListItems xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d2p1:long>1</d2p1:long><d2p1:long>2</d2p1:long></SubmittedCompanyListItems><TotalCount>5</TotalCount><VersionCode>1</VersionCode><VersionNumber>sample string 2</VersionNumber><objList i:nil="true" /><objPaging xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel"><d2p1:AutoAppUpdateDataModel><d2p1:AddedBy>1</d2p1:AddedBy><d2p1:AddedOn>2025-07-17T04:00:27.1782753+00:00</d2p1:AddedOn><d2p1:CurrentPage>4</d2p1:CurrentPage><d2p1:DeviceName>sample string 1</d2p1:DeviceName><d2p1:Id>1</d2p1:Id><d2p1:ModifiedBy>1</d2p1:ModifiedBy><d2p1:ModifiedOn>2025-07-17T04:00:27.1782753+00:00</d2p1:ModifiedOn><d2p1:ReleaseDate>2025-07-17T04:00:27.1782753+00:00</d2p1:ReleaseDate><d2p1:TotalCount>5</d2p1:TotalCount><d2p1:VersionCode>sample string 2</d2p1:VersionCode><d2p1:VersionNumber>sample string 3</d2p1:VersionNumber></d2p1:AutoAppUpdateDataModel><d2p1:AutoAppUpdateDataModel><d2p1:AddedBy>1</d2p1:AddedBy><d2p1:AddedOn>2025-07-17T04:00:27.1782753+00:00</d2p1:AddedOn><d2p1:CurrentPage>4</d2p1:CurrentPage><d2p1:DeviceName>sample string 1</d2p1:DeviceName><d2p1:Id>1</d2p1:Id><d2p1:ModifiedBy>1</d2p1:ModifiedBy><d2p1:ModifiedOn>2025-07-17T04:00:27.1782753+00:00</d2p1:ModifiedOn><d2p1:ReleaseDate>2025-07-17T04:00:27.1782753+00:00</d2p1:ReleaseDate><d2p1:TotalCount>5</d2p1:TotalCount><d2p1:VersionCode>sample string 2</d2p1:VersionCode><d2p1:VersionNumber>sample string 3</d2p1:VersionNumber></d2p1:AutoAppUpdateDataModel></objPaging></AutoAppUpdateRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AutoAppUpdateDataModel
NameDescriptionTypeAdditional information
Id

integer

None.

DeviceName

string

None.

VersionCode

string

None.

VersionNumber

string

None.

ReleaseDate

date

None.

AddedOn

date

None.

AddedBy

integer

None.

ModifiedOn

date

None.

ModifiedBy

integer

None.

CurrentPage

integer

None.

TotalCount

integer

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "id": 1,
  "deviceName": "sample string 1",
  "versionCode": "sample string 2",
  "versionNumber": "sample string 3",
  "releaseDate": "2025-07-17T04:00:27.1938797+00:00",
  "addedOn": "2025-07-17T04:00:27.1938797+00:00",
  "addedBy": 1,
  "modifiedOn": "2025-07-17T04:00:27.1938797+00:00",
  "modifiedBy": 1,
  "currentPage": 4,
  "totalCount": 5
}

application/xml, text/xml

Sample:
<AutoAppUpdateDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel">
  <AddedBy>1</AddedBy>
  <AddedOn>2025-07-17T04:00:27.1938797+00:00</AddedOn>
  <CurrentPage>4</CurrentPage>
  <DeviceName>sample string 1</DeviceName>
  <Id>1</Id>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2025-07-17T04:00:27.1938797+00:00</ModifiedOn>
  <ReleaseDate>2025-07-17T04:00:27.1938797+00:00</ReleaseDate>
  <TotalCount>5</TotalCount>
  <VersionCode>sample string 2</VersionCode>
  <VersionNumber>sample string 3</VersionNumber>
</AutoAppUpdateDataModel>

multipart/form-data

Sample:
<AutoAppUpdateDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel"><AddedBy>1</AddedBy><AddedOn>2025-07-17T04:00:27.1938797+00:00</AddedOn><CurrentPage>4</CurrentPage><DeviceName>sample string 1</DeviceName><Id>1</Id><ModifiedBy>1</ModifiedBy><ModifiedOn>2025-07-17T04:00:27.1938797+00:00</ModifiedOn><ReleaseDate>2025-07-17T04:00:27.1938797+00:00</ReleaseDate><TotalCount>5</TotalCount><VersionCode>sample string 2</VersionCode><VersionNumber>sample string 3</VersionNumber></AutoAppUpdateDataModel>