POST {bucket}/source

Creates the specified entity.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bucket

string

None.

Body Parameters

The entity.

SourceModel
NameDescriptionTypeAdditional information
Id

integer

None.

Code

string

String length: inclusive between 0 and 50

Description

string

String length: inclusive between 0 and 500

Request Formats

application/json, text/json

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.