POST api/eeb/consumables/materials
Request Information
URI Parameters
None.
Body Parameters
CMHeaderCreateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| jobid | integer |
None. |
|
| JobIdOrigin | integer |
None. |
|
| pmpic | integer |
None. |
|
| pe | integer |
None. |
|
| checkedreleasedby | integer |
None. |
|
| tfno | string |
None. |
|
| tfdate | date |
None. |
|
| remarks | string |
None. |
|
| jobdestinationid | integer |
None. |
|
| prid | integer |
None. |
|
| transferqty | decimal number |
None. |
|
| DelStatusId | integer |
None. |
|
| transfers | Collection of ItemTransfer |
None. |
Request Formats
application/json, text/json
Sample:
{
"jobid": 1,
"JobIdOrigin": 2,
"pmpic": 3,
"pe": 4,
"checkedreleasedby": 5,
"tfno": "sample string 6",
"tfdate": "2025-12-15T05:03:03.8554922+08:00",
"remarks": "sample string 8",
"jobdestinationid": 1,
"prid": 1,
"transferqty": 1.0,
"DelStatusId": 9,
"transfers": [
{
"Remarks": "sample string 1",
"Item": "sample string 2",
"Quantity": 3,
"Unit": "sample string 4",
"Brand": "sample string 5",
"prid": 6,
"QuantityServed": 7
},
{
"Remarks": "sample string 1",
"Item": "sample string 2",
"Quantity": 3,
"Unit": "sample string 4",
"Brand": "sample string 5",
"prid": 6,
"QuantityServed": 7
}
]
}
application/xml, text/xml
Sample:
<CMHeaderCreateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EEB_API.Models.DTO">
<DelStatusId>9</DelStatusId>
<JobIdOrigin>2</JobIdOrigin>
<checkedreleasedby>5</checkedreleasedby>
<jobdestinationid>1</jobdestinationid>
<jobid>1</jobid>
<pe>4</pe>
<pmpic>3</pmpic>
<prid>1</prid>
<remarks>sample string 8</remarks>
<tfdate>2025-12-15T05:03:03.8554922+08:00</tfdate>
<tfno>sample string 6</tfno>
<transferqty>1</transferqty>
<transfers>
<ItemTransfer>
<Brand>sample string 5</Brand>
<Item>sample string 2</Item>
<Quantity>3</Quantity>
<QuantityServed>7</QuantityServed>
<Remarks>sample string 1</Remarks>
<Unit>sample string 4</Unit>
<prid>6</prid>
</ItemTransfer>
<ItemTransfer>
<Brand>sample string 5</Brand>
<Item>sample string 2</Item>
<Quantity>3</Quantity>
<QuantityServed>7</QuantityServed>
<Remarks>sample string 1</Remarks>
<Unit>sample string 4</Unit>
<prid>6</prid>
</ItemTransfer>
</transfers>
</CMHeaderCreateDTO>
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.