POST api/Values/Post

Request Information

URI Parameters

None.

Body Parameters

Yaka
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Code

string

None.

SortOrder

integer

None.

IsGroup

boolean

None.

NameCode

string

None.

FullName

string

None.

ShortName

string

None.

GroupName

string

None.

AyaPishayiHaya

boolean

None.

ParentId

integer

None.

Children

Collection of Yaka

None.

TotalChildren

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Code": "sample string 3",
  "SortOrder": 4,
  "IsGroup": true,
  "NameCode": "sample string 3 - sample string 2",
  "FullName": "sample string 6",
  "ShortName": "sample string 7",
  "GroupName": "sample string 8",
  "AyaPishayiHaya": true,
  "ParentId": 1,
  "Children": [],
  "TotalChildren": 2
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.