POST api/Management/RunCompanyServiceSQL?companyId={companyId}&serviceId={serviceId}&type={type}&user={user}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | integer |
Required |
|
| serviceId | integer |
Required |
|
| type | byte |
Required |
|
| user | string |
None. |
Body Parameters
None.
Response Information
Resource Description
StandardReturn| Name | Description | Type | Additional information |
|---|---|---|---|
| APIStatus | integer |
None. |
|
| APIErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"APIStatus": 1,
"APIErrorMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<StandardReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DH_Common.Mgt.Core.Dto"> <APIErrorMessage>sample string 2</APIErrorMessage> <APIStatus>1</APIStatus> </StandardReturn>