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": "db8dab49-a80f-4133-86b9-2b4cfcbdffb5", "employeeID": "25b5eccd-96e6-4165-809f-4a3ab38c326f", "description": "sample string 1", "serviceReceiptID": "049a88f1-02e7-4890-a758-8832d214446d", "companyID": "7ca4096d-a274-4c4a-af35-19f62a6d2cf3" }
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>7ca4096d-a274-4c4a-af35-19f62a6d2cf3</CompanyID> <Description>sample string 1</Description> <EmployeeID>25b5eccd-96e6-4165-809f-4a3ab38c326f</EmployeeID> <ServiceReceiptID>049a88f1-02e7-4890-a758-8832d214446d</ServiceReceiptID> <StatusID>db8dab49-a80f-4133-86b9-2b4cfcbdffb5</StatusID> </ServiceReceiptActionAddDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"db8dab49-a80f-4133-86b9-2b4cfcbdffb5","employeeID":"25b5eccd-96e6-4165-809f-4a3ab38c326f","description":"sample string 1","serviceReceiptID":"049a88f1-02e7-4890-a758-8832d214446d","companyID":"7ca4096d-a274-4c4a-af35-19f62a6d2cf3"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.