POST api/NewServiceReq/UpdateNewServiceReq

Request Information

URI Parameters

None.

Body Parameters

NewServiceReq
NameDescriptionTypeAdditional information
NewServiceReqId

integer

None.

Email

string

None.

ServiceName

string

None.

ServiceDescription

string

None.

Status

string

None.

CreatedBy

string

None.

CreatedDate

string

None.

UpdatedBy

string

None.

UpdatedDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "NewServiceReqId": 1,
  "Email": "sample string 2",
  "ServiceName": "sample string 3",
  "ServiceDescription": "sample string 4",
  "Status": "sample string 5",
  "CreatedBy": "sample string 6",
  "CreatedDate": "sample string 7",
  "UpdatedBy": "sample string 8",
  "UpdatedDate": "sample string 9"
}

application/octet-stream

Sample:
{"$id":"1","NewServiceReqId":1,"Email":"sample string 2","ServiceName":"sample string 3","ServiceDescription":"sample string 4","Status":"sample string 5","CreatedBy":"sample string 6","CreatedDate":"sample string 7","UpdatedBy":"sample string 8","UpdatedDate":"sample string 9"}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NewServiceReq'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.