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": "9287e231-3b7f-430f-952f-873d63e382d9", "employeeID": "6d5503cc-be54-4c49-be7f-3bf7cf11f7f4", "description": "sample string 1", "serviceReceiptID": "98d3fc66-b31d-463e-b853-83c5d7e99546", "id": "e152cd2a-2c5c-4062-84cc-dee061267d1f", "companyID": "ebfadca3-3b99-4fe6-bb52-c6b05cc0c0a4" }
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>ebfadca3-3b99-4fe6-bb52-c6b05cc0c0a4</CompanyID> <ID>e152cd2a-2c5c-4062-84cc-dee061267d1f</ID> <Description>sample string 1</Description> <EmployeeID>6d5503cc-be54-4c49-be7f-3bf7cf11f7f4</EmployeeID> <ServiceReceiptID>98d3fc66-b31d-463e-b853-83c5d7e99546</ServiceReceiptID> <StatusID>9287e231-3b7f-430f-952f-873d63e382d9</StatusID> </ServiceReceiptActionUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"9287e231-3b7f-430f-952f-873d63e382d9","employeeID":"6d5503cc-be54-4c49-be7f-3bf7cf11f7f4","description":"sample string 1","serviceReceiptID":"98d3fc66-b31d-463e-b853-83c5d7e99546","id":"e152cd2a-2c5c-4062-84cc-dee061267d1f","companyID":"ebfadca3-3b99-4fe6-bb52-c6b05cc0c0a4"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.