Create new field content locale

post/fieldContentLocale
Internal-Use Only

Create a new field content locale with provided information.

Request Samples

1

Response Samples

1{
2 "version": 1,
3 "locale": "ENUSA",
4 "language": "English",
5 "country": "United States",
6 "isBootstrappedLocale": "Y",
7 "creationTimeStamp": "2022-01-04T18:48:58.737781Z",
8 "modifiedTimeStamp": "2022-01-04T18:48:58.737801Z",
9 "links": [
10 {
11 "method": "GET",
12 "rel": "self",
13 "href": "/dataQuality/fieldContentLocale/ENUSA",
14 "uri": "/dataQuality/fieldContentLocale/ENUSA",
15 "type": "application/vnd.sas.data.quality.field.content.locale"
16 },
17 {
18 "method": "GET",
19 "rel": "up",
20 "href": "/dataQuality/fieldContentLocale",
21 "uri": "/dataQuality/fieldContentLocale",
22 "type": "application/vnd.sas.collection",
23 "itemType": "application/vnd.sas.data.quality.field.content.locale"
24 },
25 {
26 "method": "PUT",
27 "rel": "update",
28 "href": "/dataQuality/fieldContentLocale/ENUSA",
29 "uri": "/dataQuality/fieldContentLocale/ENUSA",
30 "type": "application/vnd.sas.data.quality.field.content.locale",
31 "responseType": "application/vnd.sas.data.quality.field.content.locale"
32 },
33 {
34 "method": "DELETE",
35 "rel": "delete",
36 "href": "/dataQuality/fieldContentLocale/ENUSA",
37 "uri": "/dataQuality/fieldContentLocale/ENUSA"
38 }
39 ]
40}

Header Parameters

NameTypeRequiredDescription
Accept
string
false

The requested representation of the response. The media type application/vnd.sas.data.quality.field.content.locale+json is the default.

Request Body

Provides information about the field content locale.

NameTypeRequiredDescription
version
integer
false

Media-type version.

locale
string
false

The locale code for field content analysis.

language
string
false

The language for field content analysis.

country
string
false

The country for field content analysis.

isBootstrappedLocale
string
false

Flag to indicate of a locale is bootstrapped or user-defined.

creationTimeStamp
string<date-time>
false

Provides the creation timestamp for the locale.

modifiedTimeStamp
string<date-time>
false

Provides the modified timestamp for the locale.

links
array [object]
false

Links that apply to this field content locale,

Responses

StatusMeaningDescription
201CreatedThe field content locale was successfully created.HeadersSchema
400Bad RequestThe request was invalid. An invalid combination of request parameters was provided.Schema