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": "da603326-d961-49a4-94d0-9b95242a831b", "employeeID": "edb965f0-e25c-45b1-84fe-8e86f29f38af", "description": "sample string 1", "serviceReceiptID": "97b619d8-c279-4e05-ad0a-bb8b00bb9843", "companyID": "7074c75a-bde0-4671-80f6-e395660e7ad4" }
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>7074c75a-bde0-4671-80f6-e395660e7ad4</CompanyID> <Description>sample string 1</Description> <EmployeeID>edb965f0-e25c-45b1-84fe-8e86f29f38af</EmployeeID> <ServiceReceiptID>97b619d8-c279-4e05-ad0a-bb8b00bb9843</ServiceReceiptID> <StatusID>da603326-d961-49a4-94d0-9b95242a831b</StatusID> </ServiceReceiptActionAddDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"statusID":"da603326-d961-49a4-94d0-9b95242a831b","employeeID":"edb965f0-e25c-45b1-84fe-8e86f29f38af","description":"sample string 1","serviceReceiptID":"97b619d8-c279-4e05-ad0a-bb8b00bb9843","companyID":"7074c75a-bde0-4671-80f6-e395660e7ad4"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.