PUT api/eeb/small/tools/equipments/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
SMEHeaderUpdateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| pmpic | integer |
None. |
|
| pe | integer |
None. |
|
| checkedreleasedby | integer |
None. |
|
| details | SMEDetailUpdateDTO |
None. |
Request Formats
application/json, text/json
Sample:
{
"pmpic": 1,
"pe": 2,
"checkedreleasedby": 3,
"details": {
"id": 1,
"drno": "sample string 2",
"jobdestinationid": 1,
"prid": 1,
"serialno": "sample string 3",
"propertyno": "sample string 4",
"model": "sample string 5",
"newbrand": "sample string 6"
}
}
application/xml, text/xml
Sample:
<SMEHeaderUpdateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EEB_API.Models.DTO">
<checkedreleasedby>3</checkedreleasedby>
<details>
<drno>sample string 2</drno>
<id>1</id>
<jobdestinationid>1</jobdestinationid>
<model>sample string 5</model>
<newbrand>sample string 6</newbrand>
<prid>1</prid>
<propertyno>sample string 4</propertyno>
<serialno>sample string 3</serialno>
</details>
<pe>2</pe>
<pmpic>1</pmpic>
</SMEHeaderUpdateDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.