PUT order/{orderid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderid | string |
Required |
Body Parameters
ordereditdto| Name | Description | Type | Additional information |
|---|---|---|---|
| bldgid | integer |
None. |
|
| buildingname | string |
None. |
|
| buildingno | string |
None. |
|
| city | string |
None. |
|
| provincedesc | string |
None. |
|
| citydesc | string |
None. |
|
| istemporaryaddress | string |
None. |
|
| serviceid | integer |
None. |
|
| bookmin | integer |
None. |
|
| agentid | string |
None. |
|
| month | integer |
None. |
|
| day | integer |
None. |
|
| countrydesc | string |
None. |
|
| year | integer |
None. |
|
| hour | integer |
None. |
|
| min | integer |
None. |
|
| hourformat | string |
None. |
|
| isrequired | boolean |
None. |
|
| orderremarks | string |
None. |
|
| changeamount | decimal number |
None. |
|
| address1 | string |
None. |
|
| address2 | string |
None. |
|
| addressnotes | string |
None. |
|
| info | string |
None. |
|
| contacttype | string |
None. |
|
| number | string |
None. |
|
| clientnote | string |
None. |
|
| nouniform | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"bldgid": 1,
"buildingname": "sample string 2",
"buildingno": "sample string 3",
"city": "sample string 4",
"provincedesc": "sample string 5",
"citydesc": "sample string 6",
"istemporaryaddress": "sample string 7",
"serviceid": 8,
"bookmin": 9,
"agentid": "sample string 10",
"month": 11,
"day": 12,
"countrydesc": "sample string 13",
"year": 14,
"hour": 15,
"min": 16,
"hourformat": "sample string 17",
"isrequired": true,
"orderremarks": "sample string 19",
"changeamount": 20.0,
"address1": "sample string 21",
"address2": "sample string 22",
"addressnotes": "sample string 23",
"info": "sample string 24",
"contacttype": "sample string 25",
"number": "sample string 26",
"clientnote": "sample string 27",
"nouniform": true
}
application/xml, text/xml
Sample:
<ordereditdto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/palmeo.api.Models.DTO"> <address1>sample string 21</address1> <address2>sample string 22</address2> <addressnotes>sample string 23</addressnotes> <agentid>sample string 10</agentid> <bldgid>1</bldgid> <bookmin>9</bookmin> <buildingname>sample string 2</buildingname> <buildingno>sample string 3</buildingno> <changeamount>20</changeamount> <city>sample string 4</city> <citydesc>sample string 6</citydesc> <clientnote>sample string 27</clientnote> <contacttype>sample string 25</contacttype> <countrydesc>sample string 13</countrydesc> <day>12</day> <hour>15</hour> <hourformat>sample string 17</hourformat> <info>sample string 24</info> <isrequired>true</isrequired> <istemporaryaddress>sample string 7</istemporaryaddress> <min>16</min> <month>11</month> <nouniform>true</nouniform> <number>sample string 26</number> <orderremarks>sample string 19</orderremarks> <provincedesc>sample string 5</provincedesc> <serviceid>8</serviceid> <year>14</year> </ordereditdto>
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.