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": "8409917c-60c4-47da-99d4-eb2222437188", "employeeID": "31825fa8-370f-479e-8ed3-7fb3eaa60b0a", "description": "sample string 1", "serviceReceiptID": "468c14ec-c244-4d4a-b5a1-c14784784cbf", "id": "65002f12-2ef2-4b31-8ab4-fe62d11f2510", "companyID": "b5616200-d9f8-4752-a1bc-e8b860e92995" }
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>b5616200-d9f8-4752-a1bc-e8b860e92995</CompanyID> <ID>65002f12-2ef2-4b31-8ab4-fe62d11f2510</ID> <Description>sample string 1</Description> <EmployeeID>31825fa8-370f-479e-8ed3-7fb3eaa60b0a</EmployeeID> <ServiceReceiptID>468c14ec-c244-4d4a-b5a1-c14784784cbf</ServiceReceiptID> <StatusID>8409917c-60c4-47da-99d4-eb2222437188</StatusID> </ServiceReceiptActionUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"8409917c-60c4-47da-99d4-eb2222437188","employeeID":"31825fa8-370f-479e-8ed3-7fb3eaa60b0a","description":"sample string 1","serviceReceiptID":"468c14ec-c244-4d4a-b5a1-c14784784cbf","id":"65002f12-2ef2-4b31-8ab4-fe62d11f2510","companyID":"b5616200-d9f8-4752-a1bc-e8b860e92995"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.