PUT api/RegRequestOrder

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RegPatientRequest
NameDescriptionTypeAdditional information
ReqId

integer

None.

Name

string

None.

Cell

string

None.

Address

string

None.

AppointmentDate

date

None.

Instruction

string

None.

TotalAmount

decimal number

None.

StatusId

integer

None.

IsDeleted

integer

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

LocId

integer

None.

OrgId

integer

None.

SampleTaken

integer

None.

SampleTakenDate

date

None.

RiderId

integer

None.

Distance

string

None.

TimeIn

date

None.

TimeOut

date

None.

IsFromApp

integer

None.

PatientId

decimal number

None.

Discount

decimal number

None.

DiscountCode

string

None.

HomeSampleCollection

integer

None.

IsPrepaid

integer

None.

Receipt

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ReqId": 1,
  "Name": "sample string 2",
  "Cell": "sample string 3",
  "Address": "sample string 4",
  "AppointmentDate": "2026-05-20T17:27:25.2076436+05:00",
  "Instruction": "sample string 5",
  "TotalAmount": 6.0,
  "StatusId": 7,
  "IsDeleted": 8,
  "CreatedBy": 9,
  "CreatedOn": "2026-05-20T17:27:25.2076436+05:00",
  "ModifiedBy": 11,
  "ModifiedOn": "2026-05-20T17:27:25.2076436+05:00",
  "LocId": 12,
  "OrgId": 13,
  "SampleTaken": 14,
  "SampleTakenDate": "2026-05-20T17:27:25.2076436+05:00",
  "RiderId": 15,
  "Distance": "sample string 16",
  "TimeIn": "2026-05-20T17:27:25.2076436+05:00",
  "TimeOut": "2026-05-20T17:27:25.2076436+05:00",
  "IsFromApp": 17,
  "PatientId": 18.0,
  "Discount": 1.0,
  "DiscountCode": "sample string 19",
  "HomeSampleCollection": 20,
  "IsPrepaid": 21,
  "Receipt": "sample string 22"
}