POST api/ServiceReceipt/AddAction
Request Information
URI Parameters
None.
Body Parameters
ServiceReceiptActionAddDtoName | Description | Type | Additional information |
---|---|---|---|
StatusID | globally unique identifier |
None. |
|
EmployeeID | globally unique identifier |
None. |
|
Description | string |
None. |
|
ServiceReceiptID | globally unique identifier |
None. |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "statusID": "6a76e1b2-def0-4982-be12-29e711c10dd3", "employeeID": "f4ecf69a-3cf7-4eef-ade8-ec467c292c61", "description": "sample string 1", "serviceReceiptID": "8dbe699d-8396-454c-b22a-2c7b9e08089c", "companyID": "0d8a7e1a-0667-4a86-8337-59effd803b06" }
application/xml, text/xml
Sample:
<ServiceReceiptActionAddDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>0d8a7e1a-0667-4a86-8337-59effd803b06</CompanyID> <Description>sample string 1</Description> <EmployeeID>f4ecf69a-3cf7-4eef-ade8-ec467c292c61</EmployeeID> <ServiceReceiptID>8dbe699d-8396-454c-b22a-2c7b9e08089c</ServiceReceiptID> <StatusID>6a76e1b2-def0-4982-be12-29e711c10dd3</StatusID> </ServiceReceiptActionAddDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"6a76e1b2-def0-4982-be12-29e711c10dd3","employeeID":"f4ecf69a-3cf7-4eef-ade8-ec467c292c61","description":"sample string 1","serviceReceiptID":"8dbe699d-8396-454c-b22a-2c7b9e08089c","companyID":"0d8a7e1a-0667-4a86-8337-59effd803b06"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.