POST api/Group/UploadGroupLetterOrDataSheet

Request Information

URI Parameters

None.

Body Parameters

GroupUploadDTO
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true