POST api/Group/UploadGroupImageFile
Request Information
URI Parameters
None.
Body Parameters
GroupImageUploadDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| IsHeader | boolean |
None. |
|
| FileBytes | Collection of byte |
None. |
|
| FileName | string |
None. |
|
| GrpCode | string |
None. |
|
| Comp | string |
None. |
|
| IsLetter | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"GroupId": 1,
"IsHeader": true,
"FileBytes": "QEA=",
"FileName": "sample string 3",
"GrpCode": "sample string 4",
"Comp": "sample string 5",
"IsLetter": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true