POST api/ServiceReceiptAction/Update
Request Information
URI Parameters
None.
Body Parameters
ServiceReceiptActionUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
StatusID | globally unique identifier |
None. |
|
EmployeeID | globally unique identifier |
None. |
|
Description | string |
None. |
|
ServiceReceiptID | globally unique identifier |
None. |
|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "statusID": "2a2e8826-e31c-4d5c-91e0-50adbe4e2298", "employeeID": "a12e799e-6ba5-4e25-b813-92cdc6ec0ca0", "description": "sample string 1", "serviceReceiptID": "784dfdcb-82b0-4715-bd19-cbbb7c22f0be", "id": "a739a671-572e-45ff-86a3-a26909b8e578", "companyID": "58d0105d-474d-4870-a753-f600585506ff" }
application/xml, text/xml
Sample:
<ServiceReceiptActionUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>58d0105d-474d-4870-a753-f600585506ff</CompanyID> <ID>a739a671-572e-45ff-86a3-a26909b8e578</ID> <Description>sample string 1</Description> <EmployeeID>a12e799e-6ba5-4e25-b813-92cdc6ec0ca0</EmployeeID> <ServiceReceiptID>784dfdcb-82b0-4715-bd19-cbbb7c22f0be</ServiceReceiptID> <StatusID>2a2e8826-e31c-4d5c-91e0-50adbe4e2298</StatusID> </ServiceReceiptActionUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"2a2e8826-e31c-4d5c-91e0-50adbe4e2298","employeeID":"a12e799e-6ba5-4e25-b813-92cdc6ec0ca0","description":"sample string 1","serviceReceiptID":"784dfdcb-82b0-4715-bd19-cbbb7c22f0be","id":"a739a671-572e-45ff-86a3-a26909b8e578","companyID":"58d0105d-474d-4870-a753-f600585506ff"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.