Creates a Service mapping for an Organization

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
    }
]
Language
Authorization
Header
Click Try It! to start a request and see the response here!