POST api/UpServiceStatus

Request Information

URI Parameters

None.

Body Parameters

Service_Comments
NameDescriptionTypeAdditional information
Comment_id

integer

None.

Call_id

integer

None.

Status_id

integer

None.

Assigned_com

string

None.

Accepted_com

string

None.

Rejected_com

string

None.

Inprogress_com

string

None.

Submitted_com

string

None.

Testing_com

string

None.

Completed_com

string

None.

Rework_com

string

None.

Reschedule_com

string

None.

Emp_id

integer

None.

Assigned_to

integer

None.

Assigned_Date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Comment_id": 1,
  "Call_id": 2,
  "Status_id": 3,
  "Assigned_com": "sample string 4",
  "Accepted_com": "sample string 5",
  "Rejected_com": "sample string 6",
  "Inprogress_com": "sample string 7",
  "Submitted_com": "sample string 8",
  "Testing_com": "sample string 9",
  "Completed_com": "sample string 10",
  "Rework_com": "sample string 11",
  "Reschedule_com": "sample string 12",
  "Emp_id": 13,
  "Assigned_to": 14,
  "Assigned_Date": "2026-08-17T18:49:22.0081745+05:30"
}

application/xml, text/xml

Sample:
<ServiceController.Service_Comments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Task_API.Controllers">
  <Accepted_com>sample string 5</Accepted_com>
  <Assigned_Date>2026-08-17T18:49:22.0081745+05:30</Assigned_Date>
  <Assigned_com>sample string 4</Assigned_com>
  <Assigned_to>14</Assigned_to>
  <Call_id>2</Call_id>
  <Comment_id>1</Comment_id>
  <Completed_com>sample string 10</Completed_com>
  <Emp_id>13</Emp_id>
  <Inprogress_com>sample string 7</Inprogress_com>
  <Rejected_com>sample string 6</Rejected_com>
  <Reschedule_com>sample string 12</Reschedule_com>
  <Rework_com>sample string 11</Rework_com>
  <Status_id>3</Status_id>
  <Submitted_com>sample string 8</Submitted_com>
  <Testing_com>sample string 9</Testing_com>
</ServiceController.Service_Comments>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.