POST api/sendZALOKH2

Request Information

URI Parameters

None.

Body Parameters

SendZaloKHRequest
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SendZaloKHRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.