POST api/GroupItem

Request Information

URI Parameters

None.

Body Parameters

Group
NameDescriptionTypeAdditional information
type

integer

None.

companyNumber

string

None.

groupNo

string

None.

refNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "type": 1,
  "companyNumber": "sample string 2",
  "groupNo": "sample string 3",
  "refNo": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.