Create Service for a Vendor for an Organization

Creates a Service mapping for an Organization

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Details

Create Services in bulk for a Vendor API is used to create the different Services a Vendor provides their customers, but only for a single organization. This is best used if there are many services available, but organizations are only using a select few.

🚧

Vendor services and Organization/Vendor services

It is not recommended to use both Vendor Services and Organization/Vendor services for the same integration.

📘

The services created are associated to your Vendor object and the Organization

When you create a service, this service is associated to your vendor object and will appear for only one organization.

Requirements

Create Services for a Vendor API Call requires a name, a description, and an ID.

Name - This represents the name of the Service
Description - This represents the description of the Service
ID - A unique identifier for the service. This can be the same ID across different organizations

Sample Responses

When you create a service, the response will show you all the services that were created in the call.

[
    {
        "id": "123",
        "name": "laborum proident ea ipsum id",
        "description": "consequat",
        "isMapped": false
    },
    {
        "id": "321",
        "name": "laborum proident ea ipsum id",
        "description": "consequat",
        "isMapped": false
    }
]
Body Params
Responses

401

Unauthorized

403

Forbidden

404

Vendor Profile Not Found

409

A resource with this Id already exists.

429

Request limit reached (100 requests a second)

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json