POST api/FormProperty/CreateMaxId
Request Information
URI Parameters
None.
Body Parameters
RequestApiModel| Name | Description | Type | Additional 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": "1455f80d-236d-43a9-a908-8d110c46e7e5",
"MillisecondDeleted": 1,
"SecondDeleted": 1,
"MinuteDeleted": 1,
"HourDeleted": 1,
"DayDeleted": 1,
"MonthDeleted": 1,
"YearDeleted": 1,
"MillisecondCreated": 1,
"SecondCreated": 1,
"MinuteCreated": 1,
"HourCreated": 1,
"DayCreated": 1,
"MonthCreated": 1,
"YearCreated": 1,
"MillisecondModified": 1,
"SecondModified": 1,
"MinuteModified": 1,
"HourModified": 1,
"DayModified": 1,
"MonthModified": 1,
"YearModified": 1,
"MillisecondUploaded": 1,
"SecondUploaded": 1,
"MinuteUploaded": 1,
"HourUploaded": 1,
"DayUploaded": 1,
"MonthUploaded": 1,
"YearUploaded": 1,
"MillisecondDownloaded": 1,
"SecondDownloaded": 1,
"MinuteDownloaded": 1,
"HourDownloaded": 1,
"DayDownloaded": 1,
"MonthDownloaded": 1,
"YearDownloaded": 1,
"ReadOnly": true,
"IsDeleted": true,
"IsUploaded": true,
"IsDownloaded": true,
"UserDeleted": "sample string 1",
"UserCreated": "sample string 2",
"UserModified": "sample string 3",
"UserUploaded": "sample string 4",
"UserDownloaded": "sample string 5",
"OrganizationId": 1,
"OrganizationGuid": "a49d8f75-86eb-46e1-8983-f8283494b362",
"OrganizationSort": 1,
"OrganizationCode": "sample string 6",
"OrganizationName": "sample string 7",
"Uploading": true,
"TableCode": 0,
"UserName": "sample string 9",
"AllowUpload": true,
"AllowDownload": true
}
}
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>
<AllowDownload>true</AllowDownload>
<AllowUpload>true</AllowUpload>
<DayCreated>1</DayCreated>
<DayDeleted>1</DayDeleted>
<DayDownloaded>1</DayDownloaded>
<DayModified>1</DayModified>
<DayUploaded>1</DayUploaded>
<Guid>1455f80d-236d-43a9-a908-8d110c46e7e5</Guid>
<HourCreated>1</HourCreated>
<HourDeleted>1</HourDeleted>
<HourDownloaded>1</HourDownloaded>
<HourModified>1</HourModified>
<HourUploaded>1</HourUploaded>
<IsDeleted>true</IsDeleted>
<IsDownloaded>true</IsDownloaded>
<IsUploaded>true</IsUploaded>
<MillisecondCreated>1</MillisecondCreated>
<MillisecondDeleted>1</MillisecondDeleted>
<MillisecondDownloaded>1</MillisecondDownloaded>
<MillisecondModified>1</MillisecondModified>
<MillisecondUploaded>1</MillisecondUploaded>
<MinuteCreated>1</MinuteCreated>
<MinuteDeleted>1</MinuteDeleted>
<MinuteDownloaded>1</MinuteDownloaded>
<MinuteModified>1</MinuteModified>
<MinuteUploaded>1</MinuteUploaded>
<MonthCreated>1</MonthCreated>
<MonthDeleted>1</MonthDeleted>
<MonthDownloaded>1</MonthDownloaded>
<MonthModified>1</MonthModified>
<MonthUploaded>1</MonthUploaded>
<OrganizationCode>sample string 6</OrganizationCode>
<OrganizationGuid>a49d8f75-86eb-46e1-8983-f8283494b362</OrganizationGuid>
<OrganizationId>1</OrganizationId>
<OrganizationName>sample string 7</OrganizationName>
<OrganizationSort>1</OrganizationSort>
<ReadOnly>true</ReadOnly>
<SecondCreated>1</SecondCreated>
<SecondDeleted>1</SecondDeleted>
<SecondDownloaded>1</SecondDownloaded>
<SecondModified>1</SecondModified>
<SecondUploaded>1</SecondUploaded>
<TableCode>Other</TableCode>
<Uploading>true</Uploading>
<UserCreated>sample string 2</UserCreated>
<UserDeleted>sample string 1</UserDeleted>
<UserDownloaded>sample string 5</UserDownloaded>
<UserModified>sample string 3</UserModified>
<UserName>sample string 9</UserName>
<UserUploaded>sample string 4</UserUploaded>
<YearCreated>1</YearCreated>
<YearDeleted>1</YearDeleted>
<YearDownloaded>1</YearDownloaded>
<YearModified>1</YearModified>
<YearUploaded>1</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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.