NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Create/ Add a new wizard template

post

/spms/v1/wizardTemplates

This is to create/ add a new wizard template

Request

Supported Media Types
Body ()
Required to create Wizard Templates
Root Schema : WizardTemplates
Type: object
Wizard Templates
Show Source
  • Indicates whether this wizard is enabled or not
    Example: true
  • This value is a foreign key from Module table
    Example: 1
  • Minimum Value: 2
    Maximum Value: 100
    Pattern: ^[a-zA-Z0-9 ]*$
    Example: Wizard Template EURO
Back to Top

Response

Supported Media Types

201 Response

Wizard Template has been created
Body ()
Root Schema : WizardTemplatesWithId
Type: object
Wizard Templates
Show Source
  • This indicates whether this wizard is enabled
    Example: true
  • Minimum Value: 1
    This is the wizard template primary key
    Example: 1
  • This value is a foreign key from Module table
    Example: 1
  • Minimum Value: 2
    Maximum Value: 100
    Pattern: ^[a-zA-Z0-9 ]*$
    Example: Wizard Template EURO

400 Response

Invalid parameter(s) passed in
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

401 Response

You are not authorized to use this API
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

403 Response

You are forbidden to use this API
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

405 Response

This method is not available
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

409 Response

You are trying to create a new wizard template that exist
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

415 Response

The media supplied is not supported
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

500 Response

Error occurred while processing this request
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

502 Response

Bad Gateway

503 Response

Service not available
Back to Top