POST api/ServiceReceiptAction/Add
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": "eaff0c51-0f08-44f4-ab42-9a954427224d", "employeeID": "d09bd815-bd7e-47bd-85b0-9ff412334031", "description": "sample string 1", "serviceReceiptID": "71c7423a-df02-4731-aa8a-101c134f987c", "companyID": "e8f92559-74af-4629-b9f5-dc4800da0cc0" }
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>e8f92559-74af-4629-b9f5-dc4800da0cc0</CompanyID> <Description>sample string 1</Description> <EmployeeID>d09bd815-bd7e-47bd-85b0-9ff412334031</EmployeeID> <ServiceReceiptID>71c7423a-df02-4731-aa8a-101c134f987c</ServiceReceiptID> <StatusID>eaff0c51-0f08-44f4-ab42-9a954427224d</StatusID> </ServiceReceiptActionAddDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"eaff0c51-0f08-44f4-ab42-9a954427224d","employeeID":"d09bd815-bd7e-47bd-85b0-9ff412334031","description":"sample string 1","serviceReceiptID":"71c7423a-df02-4731-aa8a-101c134f987c","companyID":"e8f92559-74af-4629-b9f5-dc4800da0cc0"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.