States
Represents a state belonging to a physical address. This object is used by the Customer API.
Last updated
Was this helpful?
Represents a state belonging to a physical address. This object is used by the Customer API.
Last updated
Was this helpful?
Attributes
id string
Unique object's identifier.
code string
ISO or local code determined.
country string
Country ID the state belongs to.
name string
Name of the state.
GET
https://api.piriod.com/generals/states/
Lists states objects. Learn more about pagination and filtering.
country
string
ID string of a particular country or multiple countries (using __in filter operator)
name
string
Exact or snippet of the currency name (using __exact, __contains or __icontains operators)