POST Employee/EmployeeOrder
Request Information
URI Parameters
None.
Body Parameters
ServiceOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Num | integer |
None. |
|
| ClientId | integer |
None. |
|
| UserId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| BranchId | integer |
None. |
|
| ScheduledDate | string |
None. |
|
| Observation | string |
None. |
|
| Code | string |
None. |
|
| Type | string |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| PaidAmount | decimal number |
None. |
|
| State | string |
None. |
|
| Address | string |
None. |
|
| BillNit | string |
None. |
|
| BillName | string |
None. |
|
| TableId | integer |
None. |
|
| items | Collection of COrderProduct |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"items": [
{
"ProductId": 1,
"ProductName": "sample string 2",
"ProductQuantity": 3.0,
"ProductSalePrice": 4.0,
"description": "sample string 5"
},
{
"ProductId": 1,
"ProductName": "sample string 2",
"ProductQuantity": 3.0,
"ProductSalePrice": 4.0,
"description": "sample string 5"
}
],
"Id": 1,
"Num": 2,
"ClientId": 3,
"UserId": 4,
"EmployeeId": 5,
"BranchId": 6,
"ScheduledDate": "sample string 7",
"Observation": "sample string 8",
"Code": "sample string 9",
"Type": "sample string 10",
"Latitude": 11.0,
"Longitude": 12.0,
"PaidAmount": 13.0,
"State": "sample string 14",
"Address": "sample string 15",
"BillNit": "sample string 16",
"BillName": "sample string 17",
"TableId": 18
}
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"