POST API/TransferTo

Request Information

URI Parameters

None.

Body Parameters

ServiceTransferTo
NameDescriptionTypeAdditional information
TransferTo

integer

None.

Type

string

None.

Id

integer

None.

ServiceCallId

integer

None.

TechnicianId

integer

None.

Comment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TransferTo": 1,
  "Type": "sample string 2",
  "Id": 3,
  "ServiceCallId": 4,
  "TechnicianId": 5,
  "Comment": "sample string 6"
}

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.