POST api/Engineer/GetUpdateDelCateringWorkDetails/{name}?Action={Action}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
Required |
|
| name | string |
None. |
Body Parameters
CategoryWork| Name | Description | Type | Additional information |
|---|---|---|---|
| CateringWorkId | integer |
None. |
|
| CateringId | integer |
None. |
|
| Defects | string |
None. |
|
| warnings | string |
None. |
|
| Remedicals | string |
None. |
|
| WorkDetails | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CateringWorkId": 1,
"CateringId": 2,
"Defects": "sample string 3",
"warnings": "sample string 4",
"Remedicals": "sample string 5",
"WorkDetails": "sample string 6"
}
application/xml, text/xml
Sample:
<BECategoryWork.CategoryWork xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tentacle_FastFixSystem_API.Models.BE"> <CateringId>2</CateringId> <CateringWorkId>1</CateringWorkId> <Defects>sample string 3</Defects> <Remedicals>sample string 5</Remedicals> <WorkDetails>sample string 6</WorkDetails> <warnings>sample string 4</warnings> </BECategoryWork.CategoryWork>
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. |