POST api/HR/SaveTickets
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Tickets | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Id": 1, "Subject": "sample string 2", "Message": "sample string 3", "Status": 4, "StatusDate": "2021-01-17T14:02:09.0109492+02:00", "Type": 5, "CreatedEmpId": 1, "CreatedDate": "2021-01-17T14:02:09.0109492+02:00", "UpdatedEmpId": 1, "UpdatedDate": "2021-01-17T14:02:09.0109492+02:00", "DeletedEmpId": 1, "DeletedDate": "2021-01-17T14:02:09.011951+02:00", "IsDeleted": true, "IsTemplate": true, "TemplateId": 8, "GroupId": 1, "EmpId": 9, "ToEmpList": "sample string 10", "Docs": [ { "FileName": "sample string 1", "Bytes": "QEBA" }, { "FileName": "sample string 1", "Bytes": "QEBA" }, { "FileName": "sample string 1", "Bytes": "QEBA" } ], "ServerIP": "sample string 11" }
application/xml, text/xml
Sample:
<HR_Tickets xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPAccessModel"> <CreatedDate>2021-01-17T14:02:09.0109492+02:00</CreatedDate> <CreatedEmpId>1</CreatedEmpId> <DeletedDate>2021-01-17T14:02:09.011951+02:00</DeletedDate> <DeletedEmpId>1</DeletedEmpId> <Docs> <VM_Docs> <Bytes>QEBA</Bytes> <FileName>sample string 1</FileName> </VM_Docs> <VM_Docs> <Bytes>QEBA</Bytes> <FileName>sample string 1</FileName> </VM_Docs> <VM_Docs> <Bytes>QEBA</Bytes> <FileName>sample string 1</FileName> </VM_Docs> </Docs> <EmpId>9</EmpId> <GroupId>1</GroupId> <Id>1</Id> <IsDeleted>true</IsDeleted> <IsTemplate>true</IsTemplate> <Message>sample string 3</Message> <ServerIP>sample string 11</ServerIP> <Status>4</Status> <StatusDate>2021-01-17T14:02:09.0109492+02:00</StatusDate> <Subject>sample string 2</Subject> <TemplateId>8</TemplateId> <ToEmpList>sample string 10</ToEmpList> <Type>5</Type> <UpdatedDate>2021-01-17T14:02:09.0109492+02:00</UpdatedDate> <UpdatedEmpId>1</UpdatedEmpId> </HR_Tickets>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Result": true, "ErrorMessage": "sample string 2" }
application/xml, text/xml
Sample:
<General_Errors xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPAccessModel"> <ErrorMessage>sample string 2</ErrorMessage> <Result>true</Result> </General_Errors>