None.
Name | Description | Type | Additional information |
---|---|---|---|
code | string |
None. |
|
asId | integer |
None. |
|
cstId | integer |
None. |
|
serviceId | integer |
None. |
|
isPresentive | integer |
None. |
{ "code": "sample string 1", "asId": 2, "cstId": 3, "serviceId": 4, "isPresentive": 5 }
<StartModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Framework.Models"> <asId>2</asId> <code>sample string 1</code> <cstId>3</cstId> <isPresentive>5</isPresentive> <serviceId>4</serviceId> </StartModel>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
code | string |
None. |
|
asId | integer |
None. |
|
managedByDz | string |
None. |
|
aaId | integer |
None. |
|
isCastrationVersion | integer |
None. |
|
isPresentive | integer |
None. |
|
ServiceId | integer |
None. |
{ "code": "sample string 1", "asId": 2, "managedByDz": "sample string 3", "aaId": 4, "isCastrationVersion": 5, "isPresentive": 6, "ServiceId": 7 }
<StartAppResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Framework.Models"> <ServiceId>7</ServiceId> <aaId>4</aaId> <asId>2</asId> <code>sample string 1</code> <isCastrationVersion>5</isCastrationVersion> <isPresentive>6</isPresentive> <managedByDz>sample string 3</managedByDz> </StartAppResult>