POST api/sendZALOKH2
Request Information
URI Parameters
None.
Body Parameters
SendZaloKHRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
None. |
|
| title | string |
None. |
|
| body | string |
None. |
|
| link | string |
None. |
|
| AccountingObjectCode | string |
None. |
|
| StockCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"username": "sample string 1",
"title": "sample string 2",
"body": "sample string 3",
"link": "sample string 4",
"AccountingObjectCode": "sample string 5",
"StockCode": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.