POST Application/PostSemanticEnumLabels

Request Information

URI Parameters

None.

Body Parameters

SemanticEnumLabel
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Name

string

Required

SemanticEnumerationID

globally unique identifier

Required

Ordinal

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "ID": "7f3ece24-fdd1-4f9a-9821-985b2cc3113e",
  "Name": "sample string 2",
  "SemanticEnumerationID": "ce8c21e6-db6e-406a-862d-592c94aedcd7",
  "Ordinal": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

ErrorMessage

string

None.

Code

string

None.

StackTrace

string

None.

Response

ServiceItem

None.

Response Formats

application/json, text/json

Sample:

Sample not available.