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

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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
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.