Service Virtualization
Documentation Home
  • Overview
  • Getting-Started-With-Service-Virtualization
    • Intro-to-SV
    • Creating SV Project
  • Dynamic-Assets
    • Advanced Mode
    • Building Dynamic Asset
    • Dynamic Asset
  • Manual-Assets
    • Build Asset Manually
    • Build New Request
    • Import Manual Asset
    • Manage and Send Request
    • Manual Asset
  • Advanced-Features
    • Global Variable
    • Parameterization
    • Strict Mode
  • FAQs
    • FAQs
Powered by GitBook
On this page
  1. Manual-Assets

Build Asset Manually

Last updated 1 year ago

If you don't have any swagger or postman resource to import API, don't worry you can create asset manually in qyrus anytime!

As shown in below image, Click on the "Create API Manually" and get going.

When you click the "Create API Manually" button, you'll be taken to the next page where you can provide all the necessary information required to create a Manual Asset.

Let's understand what each fields indicates.

Function name
Description

API Name

Give the name for Virtualized API

Method Type

Can choose between POST, GET, PUT, DELETE and PATCH

Context Path

Can give desired context path which you want to be present in virtualized API link

Body Type

Can chosse between JSON, XML and TEXT body type based on your requirement

Fill all the details and Click on the "Save" button to create Asset Manually as shown below.


Next Steps

You can build request and Try it out
CreateManualAsset
ManualAPILanding
CreateAPI