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