PUT api/eeb/consumables/materials/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
CMHeaderUpdateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| pmpic | integer |
None. |
|
| pe | integer |
None. |
|
| checkedreleasedby | integer |
None. |
|
| details | CMDetailUpdateDTO |
None. |
Request Formats
application/json, text/json
Sample:
{
"pmpic": 1,
"pe": 2,
"checkedreleasedby": 3,
"details": {
"drno": "sample string 1",
"id": 2,
"jobdestinationid": 1,
"prid": 1,
"Item": "sample string 3",
"ItemSpecs": "sample string 4",
"Brand": "sample string 5"
}
}
application/xml, text/xml
Sample:
<CMHeaderUpdateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EEB_API.Models.DTO">
<checkedreleasedby>3</checkedreleasedby>
<details>
<Brand>sample string 5</Brand>
<Item>sample string 3</Item>
<ItemSpecs>sample string 4</ItemSpecs>
<drno>sample string 1</drno>
<id>2</id>
<jobdestinationid>1</jobdestinationid>
<prid>1</prid>
</details>
<pe>2</pe>
<pmpic>1</pmpic>
</CMHeaderUpdateDTO>
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.