PUT api/tblGrps?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

tblGrp
NameDescriptionTypeAdditional information
id

integer

None.

gName

string

None.

Img

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "gName": "sample string 2",
  "Img": "QEA="
}

application/xml, text/xml

Sample:
<tblGrp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classes">
  <Img>QEA=</Img>
  <gName>sample string 2</gName>
  <id>1</id>
</tblGrp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.