POST api/Attimg/statimgin
Request Information
URI Parameters
None.
Body Parameters
sa_att_imgName | Description | Type | Additional 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
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |