PUT api/Tasks/Update/{no}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| no | string |
None. |
Body Parameters
Tasks| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskGUID | globally unique identifier |
None. |
|
| No | string |
None. |
|
| Text | string |
None. |
|
| Planned_Date | Date |
None. |
|
| Status | string |
None. |
|
| Responsible | string |
None. |
|
| Picture | DataServiceStreamLink |
None. |
|
| AppNotes | string |
None. |
|
| CustomerNo | string |
None. |
|
| CustomerName | string |
None. |
|
| Shipment_Date | Date |
None. |
|
| Sales_Order_No | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskGUID": "83e72e05-7864-4939-822b-d23b213e3a8e",
"No": "sample string 2",
"Text": "sample string 3",
"Planned_Date": {
"Year": 1,
"Month": 1,
"Day": 1
},
"Status": "sample string 4",
"Responsible": "sample string 5",
"Picture": null,
"AppNotes": "sample string 6",
"CustomerNo": "sample string 7",
"CustomerName": "sample string 8",
"Shipment_Date": {
"Year": 1,
"Month": 1,
"Day": 1
},
"Sales_Order_No": "sample string 9"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
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.