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": "27b3af2e-83e9-4d9c-9ae8-2260ccb06314", "employeeID": "17bc60dc-dba2-4f50-9b55-9276987c5f8e", "description": "sample string 1", "serviceReceiptID": "f52d60db-085f-42db-a168-d17044c0ccb3", "companyID": "1e029439-c254-48a6-bc1f-c3c7d06baeaf" }
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>1e029439-c254-48a6-bc1f-c3c7d06baeaf</CompanyID> <Description>sample string 1</Description> <EmployeeID>17bc60dc-dba2-4f50-9b55-9276987c5f8e</EmployeeID> <ServiceReceiptID>f52d60db-085f-42db-a168-d17044c0ccb3</ServiceReceiptID> <StatusID>27b3af2e-83e9-4d9c-9ae8-2260ccb06314</StatusID> </ServiceReceiptActionAddDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"27b3af2e-83e9-4d9c-9ae8-2260ccb06314","employeeID":"17bc60dc-dba2-4f50-9b55-9276987c5f8e","description":"sample string 1","serviceReceiptID":"f52d60db-085f-42db-a168-d17044c0ccb3","companyID":"1e029439-c254-48a6-bc1f-c3c7d06baeaf"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.