GuestCustomizationSpecsExportRequestBody

This is a request body class for an operation.


Properties

format Required

The CustomizationSpecs.Format enumerated type specifies the formats the customization specification can be exported to.
JSON : JSON format.
XML : XML format.

Possible values are: JSONXML

JSON Example

{
	"format": "JSON"
}

Feedback

Was this page helpful?