POST api/Technician/Exchange_Service_Addprs

Request Information

URI Parameters

None.

Body Parameters

Exchange_ServiceRQ
NameDescriptionTypeAdditional information
Id

integer

None.

TechnicianId

string

None.

CustomerName

string

None.

CustomerMobile

string

None.

Interested

boolean

None.

CurrentProduct

string

None.

InterestedProduct

string

None.

CallBack

boolean

None.

ExchangeDone

boolean

None.

Reason

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "TechnicianId": "sample string 1",
  "CustomerName": "sample string 2",
  "CustomerMobile": "sample string 3",
  "Interested": true,
  "CurrentProduct": "sample string 4",
  "InterestedProduct": "sample string 5",
  "CallBack": true,
  "ExchangeDone": true,
  "Reason": "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.