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": "71822802-f20c-4d8c-b10e-6208f6744cac", "employeeID": "7105a574-8f2f-4661-8fac-113ac7f405db", "description": "sample string 1", "serviceReceiptID": "32742e31-cfd6-40d3-863e-03dd54f4cb6f", "id": "9754bd51-ae61-49b5-a872-bb6bc6cc9d36", "companyID": "f5cae20b-c528-47ee-bea1-ced1058ec453" }
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>f5cae20b-c528-47ee-bea1-ced1058ec453</CompanyID> <ID>9754bd51-ae61-49b5-a872-bb6bc6cc9d36</ID> <Description>sample string 1</Description> <EmployeeID>7105a574-8f2f-4661-8fac-113ac7f405db</EmployeeID> <ServiceReceiptID>32742e31-cfd6-40d3-863e-03dd54f4cb6f</ServiceReceiptID> <StatusID>71822802-f20c-4d8c-b10e-6208f6744cac</StatusID> </ServiceReceiptActionUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"71822802-f20c-4d8c-b10e-6208f6744cac","employeeID":"7105a574-8f2f-4661-8fac-113ac7f405db","description":"sample string 1","serviceReceiptID":"32742e31-cfd6-40d3-863e-03dd54f4cb6f","id":"9754bd51-ae61-49b5-a872-bb6bc6cc9d36","companyID":"f5cae20b-c528-47ee-bea1-ced1058ec453"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.