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": "a4517d1e-9a82-4635-b427-b4fbac1b79b0", "employeeID": "762c14d0-23de-46a1-8692-cf3f090ce126", "description": "sample string 1", "serviceReceiptID": "b0d1846a-6eac-4d65-ac9e-84d1f7211201", "id": "d713f693-1c11-431f-bfcf-06ae50c57797", "companyID": "4e645904-0d45-422d-956d-c8edee63fad1" }
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>4e645904-0d45-422d-956d-c8edee63fad1</CompanyID> <ID>d713f693-1c11-431f-bfcf-06ae50c57797</ID> <Description>sample string 1</Description> <EmployeeID>762c14d0-23de-46a1-8692-cf3f090ce126</EmployeeID> <ServiceReceiptID>b0d1846a-6eac-4d65-ac9e-84d1f7211201</ServiceReceiptID> <StatusID>a4517d1e-9a82-4635-b427-b4fbac1b79b0</StatusID> </ServiceReceiptActionUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"a4517d1e-9a82-4635-b427-b4fbac1b79b0","employeeID":"762c14d0-23de-46a1-8692-cf3f090ce126","description":"sample string 1","serviceReceiptID":"b0d1846a-6eac-4d65-ac9e-84d1f7211201","id":"d713f693-1c11-431f-bfcf-06ae50c57797","companyID":"4e645904-0d45-422d-956d-c8edee63fad1"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.