Create

API URL

{{url}}/admin-service/program/create

Method

POST

Description

Program create

Input

Field Name

Type

Mandatory

Example

name

String

Yes

Finnas

tenantId

String

Yes

290

sites

Array

Yes

[14,78]

country

Number

Yes

3

Sample Input:

{ "name": "Finnas", "tenantId": "290", "sites": [14,78], "country": "3" }

Sample Output:

{
    "message": "Program created successfully.",
    "entity": null,
    "status": true,
    "entityList": null,
    "responseCode": 201,
    "totalCount": null
}

@2024 Medtronic LABS