POST api/Admin/AdminUpdatecallDetail

Request Information

URI Parameters

None.

Body Parameters

AdminUpdatecallDetailRQ
NameDescriptionTypeAdditional information
Oid

string

None.

Modifier

string

None.

JobRegion

string

None.

JobDoneRegion

string

None.

Exchange

string

None.

JobDone

boolean

None.

CallBack

boolean

None.

PartPanding

boolean

None.

GoAfterCall

boolean

None.

Repeat

boolean

None.

PaymentPanding

boolean

None.

Exchange1

boolean

None.

HomeDelivery

boolean

None.

RepeatFromTech

boolean

None.

PaymentByCheque

string

None.

CallAttend

boolean

None.

Canceled

boolean

None.

WorkShopIN

boolean

None.

Deliver

boolean

None.

AMC

boolean

None.

SrNo

string

None.

BillNo

string

None.

TechBillNo

string

None.

ModelName

string

None.

PurchaseDate

date

None.

VisitCharge

string

None.

Amount

string

None.

EstimateAmount

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Oid": "sample string 1",
  "Modifier": "sample string 2",
  "JobRegion": "sample string 3",
  "JobDoneRegion": "sample string 4",
  "Exchange": "sample string 5",
  "JobDone": true,
  "CallBack": true,
  "PartPanding": true,
  "GoAfterCall": true,
  "Repeat": true,
  "PaymentPanding": true,
  "Exchange1": true,
  "HomeDelivery": true,
  "RepeatFromTech": true,
  "PaymentByCheque": "sample string 6",
  "CallAttend": true,
  "Canceled": true,
  "WorkShopIN": true,
  "Deliver": true,
  "AMC": true,
  "SrNo": "sample string 7",
  "BillNo": "sample string 8",
  "TechBillNo": "sample string 9",
  "ModelName": "sample string 10",
  "PurchaseDate": "2025-12-06T10:00:18.1388563+05:30",
  "VisitCharge": "sample string 11",
  "Amount": "sample string 12",
  "EstimateAmount": "sample string 13"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.