Sites
This resource allows you to fetch the Site list by GET method.
You can search for any existing Sites using filters as defined here.
Pagination is supported for this resource. Click here to see the details of it.
Following verbs are supported by this resource.
GET (Site List)
End Point: /sites
This method allows you to fetch the list of Sites.
Sample response payload
{
"recordid": "String",
"siteid": "String",
"sitename": "String",
"regionid": "String",
"subregionid": "String",
"taxregionid": "String",
"potaxregionid": "String",
"itempricegroupid": "String",
"laborpricegroupid": "String",
"glcode": "String",
"phonenumber": "String",
"faxnumber": "String",
"timezone": "String",
"locale": "String",
"daysinweek": 0,
"daysinmonth": 0,
"siteclass": "String"
}