POST api/groups/{groupid}/drugprofiles/{drugprofileid}/drugprofilegpis/batch

Creates multiple drug profile GPI records for a specific group by providing a list of non-empty GenericProductIdentifiers. Returns a 204 No Content response upon successful creation.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

The ID of the group.

integer

Required

drugprofileid

The drug profile ID associated with the new GPI records.

integer

Required

Body Parameters

A list of non-empty GenericProductIdentifiers to add as GPI records.

Collection of string

Request Formats

application/json, text/json, application/json-patch+json

Sample:
[
  "sample string 1",
  "sample string 2"
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

204 No Content on success.

None.