POST api/ApplicationLog/SaveApplicationLog

Request Information

URI Parameters

None.

Body Parameters

ApplicationLog
NameDescriptionTypeAdditional information
SchoolCode

string

None.

LongStr

string

None.

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SchoolCode": "sample string 1",
  "LongStr": "sample string 2",
  "CreatedBy": "sample string 3"
}

application/xml, text/xml

Sample:
<ApplicationLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NSMS_WebAPI.Models">
  <CreatedBy>sample string 3</CreatedBy>
  <LongStr>sample string 2</LongStr>
  <SchoolCode>sample string 1</SchoolCode>
</ApplicationLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.