POST api/jobApi/updateCallRequest

Request Information

URI Parameters

None.

Body Parameters

call_request
NameDescriptionTypeAdditional information
callRequestId

integer

None.

customerName

string

None.

contactNumber

string

None.

creationDate

date

None.

jobId

integer

None.

updateDate

date

None.

ip

string

None.

status

string

None.

problem

string

None.

remark

string

None.

district

string

None.

address

string

None.

updateBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "callRequestId": 1,
  "customerName": "sample string 2",
  "contactNumber": "sample string 3",
  "creationDate": "2025-12-11T20:59:53.8817468-08:00",
  "jobId": 1,
  "updateDate": "2025-12-11T20:59:53.8817468-08:00",
  "ip": "sample string 4",
  "status": "sample string 5",
  "problem": "sample string 6",
  "remark": "sample string 7",
  "district": "sample string 8",
  "address": "sample string 9",
  "updateBy": 1
}

application/xml, text/xml

Sample:
<call_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/vtechEF">
  <address>sample string 9</address>
  <callRequestId>1</callRequestId>
  <contactNumber>sample string 3</contactNumber>
  <creationDate>2025-12-11T20:59:53.8817468-08:00</creationDate>
  <customerName>sample string 2</customerName>
  <district>sample string 8</district>
  <ip>sample string 4</ip>
  <jobId>1</jobId>
  <problem>sample string 6</problem>
  <remark>sample string 7</remark>
  <status>sample string 5</status>
  <updateBy>1</updateBy>
  <updateDate>2025-12-11T20:59:53.8817468-08:00</updateDate>
</call_request>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.