GET api/SysAdmin/GetSystembyTtsc
“GetSystembyTtsc”的文档。
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"systemName": "sample string 1",
"systemCompanyName": "sample string 2",
"headlogo": "sample string 3",
"headhtml": "sample string 4",
"status": "sample string 5",
"id": 6
},
{
"systemName": "sample string 1",
"systemCompanyName": "sample string 2",
"headlogo": "sample string 3",
"headhtml": "sample string 4",
"status": "sample string 5",
"id": 6
},
{
"systemName": "sample string 1",
"systemCompanyName": "sample string 2",
"headlogo": "sample string 3",
"headhtml": "sample string 4",
"status": "sample string 5",
"id": 6
}
]
application/xml, text/xml
Sample:
<ArrayOfTtscSystemCompanyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TyretoolMail.Models.Admin">
<TtscSystemCompanyModel>
<headhtml>sample string 4</headhtml>
<headlogo>sample string 3</headlogo>
<id>6</id>
<status>sample string 5</status>
<systemCompanyName>sample string 2</systemCompanyName>
<systemName>sample string 1</systemName>
</TtscSystemCompanyModel>
<TtscSystemCompanyModel>
<headhtml>sample string 4</headhtml>
<headlogo>sample string 3</headlogo>
<id>6</id>
<status>sample string 5</status>
<systemCompanyName>sample string 2</systemCompanyName>
<systemName>sample string 1</systemName>
</TtscSystemCompanyModel>
<TtscSystemCompanyModel>
<headhtml>sample string 4</headhtml>
<headlogo>sample string 3</headlogo>
<id>6</id>
<status>sample string 5</status>
<systemCompanyName>sample string 2</systemCompanyName>
<systemName>sample string 1</systemName>
</TtscSystemCompanyModel>
</ArrayOfTtscSystemCompanyModel>