POST api/v1/ConfigSQLScriptRelease/ForceSuccess
Request Information
URI Parameters
None.
Body Parameters
ConfigSQLScriptReleaseParamModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| DateFrom | decimal number |
None. |
|
| DateTo | decimal number |
None. |
|
| DateFrom_Created | decimal number |
None. |
|
| DateTo_Created | decimal number |
None. |
|
| IsRunSuccess | boolean |
None. |
|
| DBTargetType | string |
None. |
|
| IsBackupStore | boolean |
None. |
|
| IsIgnore | boolean |
None. |
|
| FilterQuery | Dictionary of string [key] and Object [value] |
None. |
|
| ScreenGUID | string |
None. |
|
| DocumentWidth | integer |
None. |
|
| Url | string |
None. |
|
| OptionConfigsMore | Dictionary of string [key] and Object [value] |
None. |
|
| QuerySearch | Dictionary of string [key] and Object [value] |
None. |
|
| IsTestCase | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"DateFrom": 1.1,
"DateTo": 1.1,
"DateFrom_Created": 1.1,
"DateTo_Created": 1.1,
"IsRunSuccess": true,
"DBTargetType": "sample string 2",
"IsBackupStore": true,
"IsIgnore": true,
"FilterQuery": null,
"ScreenGUID": "sample string 3",
"DocumentWidth": 4,
"Url": "sample string 5",
"OptionConfigsMore": null,
"QuerySearch": null,
"IsTestCase": true
}
application/xml, text/xml
Sample:
<ConfigSQLScriptReleaseParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.ApiService.ReleaseService.Models"> <DocumentWidth xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">4</DocumentWidth> <FilterQuery xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" /> <IsTestCase xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">true</IsTestCase> <OptionConfigsMore xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" /> <QuerySearch xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" /> <ScreenGUID xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 3</ScreenGUID> <Url xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 5</Url> <DBTargetType>sample string 2</DBTargetType> <DateFrom>1.1</DateFrom> <DateFrom_Created>1.1</DateFrom_Created> <DateTo>1.1</DateTo> <DateTo_Created>1.1</DateTo_Created> <Id>sample string 1</Id> <IsBackupStore>true</IsBackupStore> <IsIgnore>true</IsIgnore> <IsRunSuccess>true</IsRunSuccess> </ConfigSQLScriptReleaseParamModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EzyResultObjectOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | string |
None. |
|
| ExtraData | Dictionary of string [key] and Object [value] |
None. |
|
| StartTime | decimal number |
None. |
|
| EndTime | decimal number |
None. |
|
| TotalMili | decimal number |
None. |
|
| StatusCode | integer |
None. |
|
| Msg | string |
None. |
|
| MsgShowInUI | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": "sample string 1",
"ExtraData": null,
"StartTime": 2.1,
"EndTime": 3.1,
"TotalMili": 4.1,
"StatusCode": 5,
"Msg": "sample string 6",
"MsgShowInUI": "sample string 7"
}
application/xml, text/xml
Sample:
<EzyResultObjectOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message"> <Msg>sample string 6</Msg> <MsgShowInUI>sample string 7</MsgShowInUI> <StatusCode>5</StatusCode> <Data>sample string 1</Data> <EndTime>3.1</EndTime> <ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <StartTime>2.1</StartTime> <TotalMili>4.1</TotalMili> </EzyResultObjectOfstring>