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": "2a62f434-3dbf-46ee-a24b-ca6bd508dca5", "employeeID": "c95f9585-2bf9-43df-8702-28dd08e2b438", "description": "sample string 1", "serviceReceiptID": "74ce6084-b867-4361-9b77-2a1cbec49dbb", "companyID": "329cec77-31c5-4ddd-a2cf-7d99d435f164" }
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>329cec77-31c5-4ddd-a2cf-7d99d435f164</CompanyID> <Description>sample string 1</Description> <EmployeeID>c95f9585-2bf9-43df-8702-28dd08e2b438</EmployeeID> <ServiceReceiptID>74ce6084-b867-4361-9b77-2a1cbec49dbb</ServiceReceiptID> <StatusID>2a62f434-3dbf-46ee-a24b-ca6bd508dca5</StatusID> </ServiceReceiptActionAddDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"2a62f434-3dbf-46ee-a24b-ca6bd508dca5","employeeID":"c95f9585-2bf9-43df-8702-28dd08e2b438","description":"sample string 1","serviceReceiptID":"74ce6084-b867-4361-9b77-2a1cbec49dbb","companyID":"329cec77-31c5-4ddd-a2cf-7d99d435f164"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.