GET GetOperateNotices?customerNo={customerNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerNo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OperateLogDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerNo | string |
None. |
|
| Message | string |
None. |
|
| Date | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CustomerNo": "sample string 1",
"Message": "sample string 2",
"Date": "sample string 3"
},
{
"CustomerNo": "sample string 1",
"Message": "sample string 2",
"Date": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfOperateLogDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.DTO">
<OperateLogDTO>
<CustomerNo>sample string 1</CustomerNo>
<Date>sample string 3</Date>
<Message>sample string 2</Message>
</OperateLogDTO>
<OperateLogDTO>
<CustomerNo>sample string 1</CustomerNo>
<Date>sample string 3</Date>
<Message>sample string 2</Message>
</OperateLogDTO>
</ArrayOfOperateLogDTO>