POST api/Gallery/pphoto

Request Information

URI Parameters

None.

Body Parameters

Photo_Gallery_Pic
NameDescriptionTypeAdditional information
ALU_ID

integer

None.

PIC_ID

integer

None.

GPICS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ALU_ID": 1,
  "PIC_ID": 2,
  "GPICS": "sample string 3"
}

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.