PUT api/DonorInfoDesk?pid={pid}&restore={restore}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pid

integer

Required

restore

string

Required

Body Parameters

None.

Response Information

Resource Description

BbDonorInfo
NameDescriptionTypeAdditional information
DonorId

integer

None.

Name

string

None.

FatherName

string

None.

DOB

date

None.

BGId

integer

None.

LastDonation

date

None.

DonorTypeId

integer

None.

NoOfDonation

integer

None.

Address

string

None.

Email

string

None.

Mobile

string

None.

Phone

string

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

IsDeleted

integer

None.

CNIC

string

None.

Gender

string

None.

VisitId

decimal number

None.

PatientId

decimal number

None.

City

string

None.

DonorMarital

integer

None.

BagId

decimal number

None.

StatusId

integer

None.

LocId

integer

None.

QnrId

integer

None.

OrgId

integer

None.

HB

string

None.

HCT

string

None.

BP

string

None.

Remarks

string

None.

SampleId

integer

None.

BagNo

string

None.

Response Formats

application/json, text/json

Sample:
{
  "DonorId": 1,
  "Name": "sample string 2",
  "FatherName": "sample string 3",
  "DOB": "2026-05-20T17:05:20.2996891+05:00",
  "BGId": 5,
  "LastDonation": "2026-05-20T17:05:20.2996891+05:00",
  "DonorTypeId": 6,
  "NoOfDonation": 7,
  "Address": "sample string 8",
  "Email": "sample string 9",
  "Mobile": "sample string 10",
  "Phone": "sample string 11",
  "CreatedBy": 12,
  "CreatedOn": "2026-05-20T17:05:20.2996891+05:00",
  "ModifiedBy": 1,
  "ModifiedOn": "2026-05-20T17:05:20.2996891+05:00",
  "IsDeleted": 14,
  "CNIC": "sample string 15",
  "Gender": "sample string 16",
  "VisitId": 17.0,
  "PatientId": 18.0,
  "City": "sample string 19",
  "DonorMarital": 20,
  "BagId": 21.0,
  "StatusId": 22,
  "LocId": 23,
  "QnrId": 24,
  "OrgId": 25,
  "HB": "sample string 26",
  "HCT": "sample string 27",
  "BP": "sample string 28",
  "Remarks": "sample string 29",
  "SampleId": 30,
  "BagNo": "sample string 31"
}