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": "eba31526-72c3-44cd-9e58-414dba9f497a", "employeeID": "ba3dd5c4-ea87-427d-8377-9a16bd64d788", "description": "sample string 1", "serviceReceiptID": "06db7300-d292-45f6-9d93-fb6a1c59e7eb", "id": "d9e9ebca-00d5-4616-90f6-1425111bdad5", "companyID": "e21ad215-cf63-4716-a1d0-8010f6dcbfe4" }
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>e21ad215-cf63-4716-a1d0-8010f6dcbfe4</CompanyID> <ID>d9e9ebca-00d5-4616-90f6-1425111bdad5</ID> <Description>sample string 1</Description> <EmployeeID>ba3dd5c4-ea87-427d-8377-9a16bd64d788</EmployeeID> <ServiceReceiptID>06db7300-d292-45f6-9d93-fb6a1c59e7eb</ServiceReceiptID> <StatusID>eba31526-72c3-44cd-9e58-414dba9f497a</StatusID> </ServiceReceiptActionUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"eba31526-72c3-44cd-9e58-414dba9f497a","employeeID":"ba3dd5c4-ea87-427d-8377-9a16bd64d788","description":"sample string 1","serviceReceiptID":"06db7300-d292-45f6-9d93-fb6a1c59e7eb","id":"d9e9ebca-00d5-4616-90f6-1425111bdad5","companyID":"e21ad215-cf63-4716-a1d0-8010f6dcbfe4"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.