POST api/Attimg/statimg

Request Information

URI Parameters

None.

Body Parameters

sa_att_img
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

CLASS_N

string

None.

SECTION_N

string

None.

PICURL

string

None.

STAFF_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "CLASS_N": "sample string 2",
  "SECTION_N": "sample string 3",
  "PICURL": "sample string 4",
  "STAFF_ID": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.