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": "2a2a6999-3f5b-416a-b60e-76ce0b41919c", "employeeID": "991c44d6-777e-4080-868d-65db0e5de527", "description": "sample string 1", "serviceReceiptID": "b9025d0e-23fb-4de9-92da-9217a197185a", "companyID": "080ae90d-c74e-46d9-8567-646fb7fae36a" }
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>080ae90d-c74e-46d9-8567-646fb7fae36a</CompanyID> <Description>sample string 1</Description> <EmployeeID>991c44d6-777e-4080-868d-65db0e5de527</EmployeeID> <ServiceReceiptID>b9025d0e-23fb-4de9-92da-9217a197185a</ServiceReceiptID> <StatusID>2a2a6999-3f5b-416a-b60e-76ce0b41919c</StatusID> </ServiceReceiptActionAddDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"2a2a6999-3f5b-416a-b60e-76ce0b41919c","employeeID":"991c44d6-777e-4080-868d-65db0e5de527","description":"sample string 1","serviceReceiptID":"b9025d0e-23fb-4de9-92da-9217a197185a","companyID":"080ae90d-c74e-46d9-8567-646fb7fae36a"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.