Update a state
patch
/fscmRestApi/resources/11.13.18.05/publicSectorStates/{publicSectorStatesUniqID}
Request
Path Parameters
-
publicSectorStatesUniqID(required): string
This is the hash key of the attributes which make up the composite key--- CountryCode and StateCodeISO ---for the States resource and used to uniquely identify an instance of States. The client should not generate the hash key value. Instead, the client should query on the States collection resource with a filter on the primary key values in order to navigate to a specific instance of States.
For example: publicSectorStates?q=CountryCode=<value1>;StateCodeISO=<value2>
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
DeletedFlag: boolean
Maximum Length:
1Default Value:falseIndicates whether the seed data is logically deleted. If the value is Y, the seed data has been deleted. The default value is N. -
LocalityGnisId: integer
(int64)
Title:
GNIS IdentifierThe locality ID of the state as defined in the Geographic Names Information System of the United States Geological Survey. -
SeedDataLock: integer
(int32)
Default Value:
0Indicates the level at which the seed data is locked. The value 0 indicates customer data. The value 1 means the fields are read-only. The value 2 means that only some fields can be updated. -
StateCode: string
Title:
CodeMaximum Length:2The unique state code. -
StateName: string
Title:
State NameMaximum Length:60The state name. -
StateSubdivisionCode: string
Title:
Subdivision 2 ISO CodeMaximum Length:6The code for the state according to the ISO 3166-2 iv2 Subdivision 2 standard. -
SubdivisionType: integer
(int32)
Title:
TypeThe type of state based on definitions created by the ISO organization. Possible values can be State, Province, Emirate, etc.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : publicSectorStates-item-response
Type:
Show Source
object-
CountryCode: string
Maximum Length:
3The unique identifier for the country associated with the state. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time that the state was created. -
DeletedFlag: boolean
Maximum Length:
1Default Value:falseIndicates whether the seed data is logically deleted. If the value is Y, the seed data has been deleted. The default value is N. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date and time that the state was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocalityGnisId: integer
(int64)
Title:
GNIS IdentifierThe locality ID of the state as defined in the Geographic Names Information System of the United States Geological Survey. -
SeedDataLock: integer
(int32)
Default Value:
0Indicates the level at which the seed data is locked. The value 0 indicates customer data. The value 1 means the fields are read-only. The value 2 means that only some fields can be updated. -
StateCode: string
Title:
CodeMaximum Length:2The unique state code. -
StateCodeISO: string
Title:
ISO CodeMaximum Length:6The code for the state according to the ISO 3166-2 standard. -
StateName: string
Title:
State NameMaximum Length:60The state name. -
StateSubdivisionCode: string
Title:
Subdivision 2 ISO CodeMaximum Length:6The code for the state according to the ISO 3166-2 iv2 Subdivision 2 standard. -
SubdivisionType: integer
(int32)
Title:
TypeThe type of state based on definitions created by the ISO organization. Possible values can be State, Province, Emirate, etc.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.