POST api/FormProperty/CreateMaxId

Request Information

URI Parameters

None.

Body Parameters

RequestApiModel
NameDescriptionTypeAdditional information
SecretKey

string

None.

TableCode

integer

None.

Data

Object

None.

Admin

AdminCloudModel

None.

Request Formats

application/json, text/json

Sample:
{
  "SecretKey": "sample string 1",
  "TableCode": 1,
  "Data": {},
  "Admin": {
    "Guid": "57f93c21-db43-4891-9c8f-683d8233689f",
    "MinuteDeleted": 1,
    "HourDeleted": 2,
    "DayDeleted": 3,
    "MonthDeleted": 4,
    "YearDeleted": 5,
    "MinuteCreated": 6,
    "HourCreated": 7,
    "DayCreated": 8,
    "MonthCreated": 9,
    "YearCreated": 10,
    "MillisecondModified": 11,
    "SecondModified": 12,
    "MinuteModified": 13,
    "HourModified": 14,
    "DayModified": 15,
    "MonthModified": 16,
    "YearModified": 17,
    "MinuteUploaded": 18,
    "HourUploaded": 19,
    "DayUploaded": 20,
    "MonthUploaded": 21,
    "YearUploaded": 22,
    "MinuteDownloaded": 23,
    "HourDownloaded": 24,
    "DayDownloaded": 25,
    "MonthDownloaded": 26,
    "YearDownloaded": 27,
    "ReadOnly": true,
    "IsDeleted": true,
    "IsUploaded": true,
    "IsDownloaded": true,
    "UserDeleted": "sample string 28",
    "UserCreated": "sample string 29",
    "UserModified": "sample string 30",
    "UserUploaded": "sample string 31",
    "UserDownloaded": "sample string 32",
    "OrganizationId": 1,
    "OrganizationGuid": "f3312354-90e7-4eaa-bb73-3d4a534e2c9a",
    "OrganizationSort": 1,
    "OrganizationCode": "sample string 33",
    "OrganizationName": "sample string 34",
    "DownLoads": [
      {
        "Id": 1,
        "TableCode": 0,
        "TableId": 1,
        "TableGuid": "28a7354c-fc63-4b1e-93ba-d4887a9e79c3",
        "UserName": "sample string 1",
        "Date": "2025-12-06T10:57:31.7212689+07:00"
      },
      {
        "Id": 1,
        "TableCode": 0,
        "TableId": 1,
        "TableGuid": "28a7354c-fc63-4b1e-93ba-d4887a9e79c3",
        "UserName": "sample string 1",
        "Date": "2025-12-06T10:57:31.7212689+07:00"
      }
    ]
  }
}

application/xml, text/xml

Sample:
<RequestApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.CloudModels">
  <Admin>
    <DayCreated>8</DayCreated>
    <DayDeleted>3</DayDeleted>
    <DayDownloaded>25</DayDownloaded>
    <DayModified>15</DayModified>
    <DayUploaded>20</DayUploaded>
    <DownLoads xmlns:d3p1="http://schemas.datacontract.org/2004/07/IqqmwModel.CloudModels.SystemCloudModels">
      <d3p1:DownloadModel>
        <d3p1:Date>2025-12-06T10:57:31.7212689+07:00</d3p1:Date>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:TableCode>Other</d3p1:TableCode>
        <d3p1:TableGuid>28a7354c-fc63-4b1e-93ba-d4887a9e79c3</d3p1:TableGuid>
        <d3p1:TableId>1</d3p1:TableId>
        <d3p1:UserName>sample string 1</d3p1:UserName>
      </d3p1:DownloadModel>
      <d3p1:DownloadModel>
        <d3p1:Date>2025-12-06T10:57:31.7212689+07:00</d3p1:Date>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:TableCode>Other</d3p1:TableCode>
        <d3p1:TableGuid>28a7354c-fc63-4b1e-93ba-d4887a9e79c3</d3p1:TableGuid>
        <d3p1:TableId>1</d3p1:TableId>
        <d3p1:UserName>sample string 1</d3p1:UserName>
      </d3p1:DownloadModel>
    </DownLoads>
    <Guid>57f93c21-db43-4891-9c8f-683d8233689f</Guid>
    <HourCreated>7</HourCreated>
    <HourDeleted>2</HourDeleted>
    <HourDownloaded>24</HourDownloaded>
    <HourModified>14</HourModified>
    <HourUploaded>19</HourUploaded>
    <IsDeleted>true</IsDeleted>
    <IsDownloaded>true</IsDownloaded>
    <IsUploaded>true</IsUploaded>
    <MillisecondModified>11</MillisecondModified>
    <MinuteCreated>6</MinuteCreated>
    <MinuteDeleted>1</MinuteDeleted>
    <MinuteDownloaded>23</MinuteDownloaded>
    <MinuteModified>13</MinuteModified>
    <MinuteUploaded>18</MinuteUploaded>
    <MonthCreated>9</MonthCreated>
    <MonthDeleted>4</MonthDeleted>
    <MonthDownloaded>26</MonthDownloaded>
    <MonthModified>16</MonthModified>
    <MonthUploaded>21</MonthUploaded>
    <OrganizationCode>sample string 33</OrganizationCode>
    <OrganizationGuid>f3312354-90e7-4eaa-bb73-3d4a534e2c9a</OrganizationGuid>
    <OrganizationId>1</OrganizationId>
    <OrganizationName>sample string 34</OrganizationName>
    <OrganizationSort>1</OrganizationSort>
    <ReadOnly>true</ReadOnly>
    <SecondModified>12</SecondModified>
    <UserCreated>sample string 29</UserCreated>
    <UserDeleted>sample string 28</UserDeleted>
    <UserDownloaded>sample string 32</UserDownloaded>
    <UserModified>sample string 30</UserModified>
    <UserUploaded>sample string 31</UserUploaded>
    <YearCreated>10</YearCreated>
    <YearDeleted>5</YearDeleted>
    <YearDownloaded>27</YearDownloaded>
    <YearModified>17</YearModified>
    <YearUploaded>22</YearUploaded>
  </Admin>
  <Data />
  <SecretKey>sample string 1</SecretKey>
  <TableCode>1</TableCode>
</RequestApiModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.