POST api/{area}/MobileNew/UpdateMachine
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
base_machine| Name | Description | Type | Additional information |
|---|---|---|---|
| Machine_ID | integer |
None. |
|
| Token | string |
None. |
|
| Machine_Name | string |
None. |
|
| Machine_PlanNum | string |
None. |
|
| Machine_Unit | string |
None. |
|
| organizeId | string |
None. |
|
| Machine_AddNum | string |
None. |
|
| Machine_Size | string |
None. |
|
| Machine_Adress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Machine_ID": 1,
"Token": "sample string 2",
"Machine_Name": "sample string 3",
"Machine_PlanNum": "sample string 4",
"Machine_Unit": "sample string 5",
"organizeId": "sample string 6",
"Machine_AddNum": "sample string 7",
"Machine_Size": "sample string 8",
"Machine_Adress": "sample string 9"
}
application/xml, text/xml
Sample:
<base_machine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.SOA.WebApiNew.Areas.MobileNew.Models"> <Machine_AddNum>sample string 7</Machine_AddNum> <Machine_Adress>sample string 9</Machine_Adress> <Machine_ID>1</Machine_ID> <Machine_Name>sample string 3</Machine_Name> <Machine_PlanNum>sample string 4</Machine_PlanNum> <Machine_Size>sample string 8</Machine_Size> <Machine_Unit>sample string 5</Machine_Unit> <Token>sample string 2</Token> <organizeId>sample string 6</organizeId> </base_machine>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.