POST api/Engineer/GetCateringSafetyDetails/{name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
Body Parameters
CateringSafety| Name | Description | Type | Additional 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:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |