POST api/Engineer/GetCateringSafetyDetails/{name}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

string

None.

Body Parameters

CateringSafety
NameDescriptionTypeAdditional information
CateringSafetyId

integer

None.

CateringId

integer

None.

Exstinguisher

string

None.

Blanket

string

None.

CurrentSafety

string

None.

LPGSafety

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CateringSafetyId": 1,
  "CateringId": 2,
  "Exstinguisher": "sample string 3",
  "Blanket": "sample string 4",
  "CurrentSafety": "sample string 5",
  "LPGSafety": "sample string 6"
}

application/xml, text/xml

Sample:
<BECateringSafety.CateringSafety xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tentacle_FastFixSystem_API.Models.BE">
  <Blanket>sample string 4</Blanket>
  <CateringId>2</CateringId>
  <CateringSafetyId>1</CateringSafetyId>
  <CurrentSafety>sample string 5</CurrentSafety>
  <Exstinguisher>sample string 3</Exstinguisher>
  <LPGSafety>sample string 6</LPGSafety>
</BECateringSafety.CateringSafety>

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 'CateringSafety'.

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.