GET api/networkpharmacyheadquarterdeltas/{id}

This is used to get the details of a specific change (delta) to a network pharmacy headquarter.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the network pharmacy headquarter delta which should be returned

integer

Required

Body Parameters

None.

Response Information

Resource Description

A network pharmacy headquarter delta resource

NetworkPharmacyHeadquarterDeltaModel
NameDescriptionTypeAdditional information
NetworkPharmacyHeadquarterSeqNo

This is the ID that uniquely identifies a network pharmacy headquarter record (the record that associates a pharmacy headquarter to a network)

integer

None.

AuditDate

The date of the change to the NetworkPharmacyHeadquarter record

date

None.

TransactionType

This is the type of transaction that was performed on the record. I for Insert, U for Update, D for Delete

string

None.

NetworkNo

This is the ID that uniquely identifies a network record

integer

None.

PharmacyHeadquarterNo

This is the ID that uniquely identifies a pharmacy headquarter record

integer

None.

Url

Gets or sets the link representing a link back to the resource

string

None.

ID

Gets or sets the identifier for the resource

integer

None.

Response Formats

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

Sample:
{
  "url": "sample string 2",
  "id": 3,
  "networkPharmacyHeadquarterSeqNo": 1,
  "auditDate": "2025-05-30T21:37:17.0882535-05:00",
  "transactionType": "sample string 1",
  "networkNo": 1,
  "pharmacyHeadquarterNo": 1
}