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