POST {bucket}/listfamily

Creates the specified entity.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bucket

string

None.

Body Parameters

The entity.

ListFamilyModel
NameDescriptionTypeAdditional information
Id

integer

None.

Code

string

Required

String length: inclusive between 0 and 12

Description

string

String length: inclusive between 0 and 100

ListLocation

string

String length: inclusive between 0 and 50

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Code": "sample string 2",
  "Description": "sample string 3",
  "ListLocation": "sample string 4"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.