PUT 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": "5010152d-5ccc-46c4-9fb8-c68508c678a4", "employeeID": "67dcf64d-44d1-426c-9d91-6f743ac1b5d9", "description": "sample string 1", "serviceReceiptID": "305cad67-0ed7-4d3e-bffb-1b76c210008d", "id": "fa890225-e83f-46e0-a782-6ac9b7cd5df9", "companyID": "f74f2b57-081a-466d-a8cc-62a1b6f34774" }
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>f74f2b57-081a-466d-a8cc-62a1b6f34774</CompanyID> <ID>fa890225-e83f-46e0-a782-6ac9b7cd5df9</ID> <Description>sample string 1</Description> <EmployeeID>67dcf64d-44d1-426c-9d91-6f743ac1b5d9</EmployeeID> <ServiceReceiptID>305cad67-0ed7-4d3e-bffb-1b76c210008d</ServiceReceiptID> <StatusID>5010152d-5ccc-46c4-9fb8-c68508c678a4</StatusID> </ServiceReceiptActionUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"5010152d-5ccc-46c4-9fb8-c68508c678a4","employeeID":"67dcf64d-44d1-426c-9d91-6f743ac1b5d9","description":"sample string 1","serviceReceiptID":"305cad67-0ed7-4d3e-bffb-1b76c210008d","id":"fa890225-e83f-46e0-a782-6ac9b7cd5df9","companyID":"f74f2b57-081a-466d-a8cc-62a1b6f34774"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.