Click or drag to resize
ParaPlan Logo

PlaceServiceSave Method

Save an existing or new place

POST restURL/PlaceService/Save?Token={token}&Device={device}

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Place Save(
	Place place,
	string token,
	string device
)

Parameters

place
Type: ParaPlanREST.ModelsPlace
A of Place to be saved
token
Type: SystemString
device
Type: SystemString
Device name used when logging into API

Return Value

Type: Place
The saved place
See Also