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": "86bb5488-a0ff-44e6-84d5-049a68e5de7e", "employeeID": "af726d00-cc1b-4ffd-b9f4-127774e33a70", "description": "sample string 1", "serviceReceiptID": "18ee8b42-585f-43fb-815e-4db389138d22", "companyID": "f3b6e658-93f9-4a77-a53d-06381b4a298c" }
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>f3b6e658-93f9-4a77-a53d-06381b4a298c</CompanyID> <Description>sample string 1</Description> <EmployeeID>af726d00-cc1b-4ffd-b9f4-127774e33a70</EmployeeID> <ServiceReceiptID>18ee8b42-585f-43fb-815e-4db389138d22</ServiceReceiptID> <StatusID>86bb5488-a0ff-44e6-84d5-049a68e5de7e</StatusID> </ServiceReceiptActionAddDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"86bb5488-a0ff-44e6-84d5-049a68e5de7e","employeeID":"af726d00-cc1b-4ffd-b9f4-127774e33a70","description":"sample string 1","serviceReceiptID":"18ee8b42-585f-43fb-815e-4db389138d22","companyID":"f3b6e658-93f9-4a77-a53d-06381b4a298c"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.