Region

From Gvp-public
Jump to navigation Jump to search

Represents a Region object, modeling the different geographical areas assigned to GVP users

Members

Field Data Type Description
ID int Region ID
Name String Region name


Example

{

"ID": 1,
"Name": "SP - São Paulo"

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation


See also