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": "9dfa0fd7-cca1-432d-bec6-2c251b632d00", "employeeID": "1258abd3-c369-4405-85bf-222f8bae4984", "description": "sample string 1", "serviceReceiptID": "94e74fb4-a21b-4683-b58f-a162ef87943e", "id": "0f15fc91-1920-412c-be22-6fe6ba632286", "companyID": "70053b5c-c8d1-40f3-ba92-0d8ae9446b4c" }
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>70053b5c-c8d1-40f3-ba92-0d8ae9446b4c</CompanyID> <ID>0f15fc91-1920-412c-be22-6fe6ba632286</ID> <Description>sample string 1</Description> <EmployeeID>1258abd3-c369-4405-85bf-222f8bae4984</EmployeeID> <ServiceReceiptID>94e74fb4-a21b-4683-b58f-a162ef87943e</ServiceReceiptID> <StatusID>9dfa0fd7-cca1-432d-bec6-2c251b632d00</StatusID> </ServiceReceiptActionUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"9dfa0fd7-cca1-432d-bec6-2c251b632d00","employeeID":"1258abd3-c369-4405-85bf-222f8bae4984","description":"sample string 1","serviceReceiptID":"94e74fb4-a21b-4683-b58f-a162ef87943e","id":"0f15fc91-1920-412c-be22-6fe6ba632286","companyID":"70053b5c-c8d1-40f3-ba92-0d8ae9446b4c"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.