POST api/Sow/stowin

Request Information

URI Parameters

None.

Body Parameters

SA_SOW
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

CLASS_N

string

None.

SECTION_N

string

None.

COMP_ID

integer

None.

SNAME

string

None.

STUIMG

string

None.

ACTIMG

string

None.

DETAIL

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "CLASS_N": "sample string 2",
  "SECTION_N": "sample string 3",
  "COMP_ID": 4,
  "SNAME": "sample string 5",
  "STUIMG": "sample string 6",
  "ACTIMG": "sample string 7",
  "DETAIL": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.