GET BrandHistorySelectApi?userid={userid}
“Get”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userid | “userid”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Code": 1,
"EntityObject": {
"BrandSelect": [
{
"Id": 1,
"BrandName": "sample string 2"
},
{
"Id": 1,
"BrandName": "sample string 2"
},
{
"Id": 1,
"BrandName": "sample string 2"
}
],
"StatusSelect": [
{
"Code": 1,
"Name": "sample string 2"
},
{
"Code": 1,
"Name": "sample string 2"
},
{
"Code": 1,
"Name": "sample string 2"
}
],
"ProjectSelect": [
{
"Id": 1,
"ProjectName": "sample string 2"
},
{
"Id": 1,
"ProjectName": "sample string 2"
},
{
"Id": 1,
"ProjectName": "sample string 2"
}
]
},
"Msg": "sample string 2"
}