GET api/SCMNotice/GetNoticeBill
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ParamModal | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Bill": {
"Notice_id": 1,
"SendUser": "sample string 2",
"Subject": "sample string 3",
"SendTime": "sample string 4",
"Content": "sample string 5",
"LET": "sample string 6",
"ForAll": 7,
"OnTop": 8,
"State": 9,
"Kh_ID": 10,
"Kh_Name": "sample string 11"
},
"ErrorMsg": "sample string 1"
}
application/xml, text/xml
Sample:
<SCMNoticeBillModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers.SCM">
<Bill>
<Content>sample string 5</Content>
<ForAll>7</ForAll>
<Kh_ID>10</Kh_ID>
<Kh_Name>sample string 11</Kh_Name>
<LET>sample string 6</LET>
<Notice_id>1</Notice_id>
<OnTop>8</OnTop>
<SendTime>sample string 4</SendTime>
<SendUser>sample string 2</SendUser>
<State>9</State>
<Subject>sample string 3</Subject>
</Bill>
<ErrorMsg>sample string 1</ErrorMsg>
</SCMNoticeBillModal>