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
| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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
{
"url": "sample string 2",
"id": 3,
"networkPharmacyHeadquarterSeqNo": 1,
"auditDate": "2025-12-09T19:21:32.9598181-06:00",
"transactionType": "sample string 1",
"networkNo": 1,
"pharmacyHeadquarterNo": 1
}