POST api/Support
Request Information
URI Parameters
None.
Body Parameters
SupportName | Description | Type | Additional information |
---|---|---|---|
EntityKey | string |
None. |
|
EntityDisplayName | string |
None. |
|
RowVersion | Collection of byte |
None. |
|
CreationDate | date |
None. |
|
CreationUser | string |
None. |
|
LastWriteDate | date |
None. |
|
LastWriteUser | string |
None. |
|
Id | globally unique identifier |
None. |
|
SubscriberId | globally unique identifier |
None. |
|
Number | integer |
None. |
|
TechnicianId | globally unique identifier |
None. |
|
ClaimantId | globally unique identifier |
None. |
|
Category | string |
None. |
|
SubCategory | string |
None. |
|
Title | string |
None. |
|
Date | date |
None. |
|
State | integer |
None. |
|
Priority | integer |
None. |
|
Criticality | integer |
None. |
|
Description | string |
None. |
|
Resolution | string |
None. |
|
EstimatedTime | decimal number |
None. |
|
TimeSpent | decimal number |
None. |
|
DateOfResolution | date |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Request Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2021-01-16T03:13:14.3037376+01:00", "CreationUser": "sample string 4", "LastWriteDate": "2021-01-16T03:13:14.3037376+01:00", "LastWriteUser": "sample string 6", "Id": "0111d694-71d0-4455-b11c-cf2348e1d2ee", "SubscriberId": "0e7d4836-451b-47fc-bcfa-e6af61f6eda6", "Number": 9, "TechnicianId": "bce9a37b-625a-4299-a864-253f8d3f2654", "ClaimantId": "bce9a37b-625a-4299-a864-253f8d3f2654", "Category": "sample string 12", "SubCategory": "sample string 13", "Title": "sample string 14", "Date": "2021-01-16T03:13:14.3037376+01:00", "State": 16, "Priority": 17, "Criticality": 18, "Description": "sample string 19", "Resolution": "sample string 20", "EstimatedTime": 21.0, "TimeSpent": 22.0, "DateOfResolution": "2021-01-16T03:13:14.3037376+01:00" }
application/xml, text/xml
Sample:
<Support xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_category>sample string 12</_category> <_claimantId>bce9a37b-625a-4299-a864-253f8d3f2654</_claimantId> <_creationDate>2021-01-16T03:13:14.3037376+01:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_criticality>18</_criticality> <_date>2021-01-16T03:13:14.3037376+01:00</_date> <_dateOfResolution>2021-01-16T03:13:14.3037376+01:00</_dateOfResolution> <_description>sample string 19</_description> <_entityState>Created</_entityState> <_estimatedTime>21</_estimatedTime> <_id>0111d694-71d0-4455-b11c-cf2348e1d2ee</_id> <_lastWriteDate>2021-01-16T03:13:14.3037376+01:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_number>9</_number> <_priority>17</_priority> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_resolution>sample string 20</_resolution> <_rowVersion>QEA=</_rowVersion> <_state>16</_state> <_subCategory>sample string 13</_subCategory> <_subscriberId>0e7d4836-451b-47fc-bcfa-e6af61f6eda6</_subscriberId> <_technicianId>bce9a37b-625a-4299-a864-253f8d3f2654</_technicianId> <_timeSpent>22</_timeSpent> <_title>sample string 14</_title> </Support>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SupportName | Description | Type | Additional information |
---|---|---|---|
EntityKey | string |
None. |
|
EntityDisplayName | string |
None. |
|
RowVersion | Collection of byte |
None. |
|
CreationDate | date |
None. |
|
CreationUser | string |
None. |
|
LastWriteDate | date |
None. |
|
LastWriteUser | string |
None. |
|
Id | globally unique identifier |
None. |
|
SubscriberId | globally unique identifier |
None. |
|
Number | integer |
None. |
|
TechnicianId | globally unique identifier |
None. |
|
ClaimantId | globally unique identifier |
None. |
|
Category | string |
None. |
|
SubCategory | string |
None. |
|
Title | string |
None. |
|
Date | date |
None. |
|
State | integer |
None. |
|
Priority | integer |
None. |
|
Criticality | integer |
None. |
|
Description | string |
None. |
|
Resolution | string |
None. |
|
EstimatedTime | decimal number |
None. |
|
TimeSpent | decimal number |
None. |
|
DateOfResolution | date |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Response Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2021-01-16T03:13:14.3037376+01:00", "CreationUser": "sample string 4", "LastWriteDate": "2021-01-16T03:13:14.3037376+01:00", "LastWriteUser": "sample string 6", "Id": "ce92369c-2491-4495-8e7e-85920d556ffe", "SubscriberId": "9003413e-867f-4321-add9-7748904c2ced", "Number": 9, "TechnicianId": "77a421e3-10c8-41af-a3a7-1ecec82378b5", "ClaimantId": "77a421e3-10c8-41af-a3a7-1ecec82378b5", "Category": "sample string 12", "SubCategory": "sample string 13", "Title": "sample string 14", "Date": "2021-01-16T03:13:14.3037376+01:00", "State": 16, "Priority": 17, "Criticality": 18, "Description": "sample string 19", "Resolution": "sample string 20", "EstimatedTime": 21.0, "TimeSpent": 22.0, "DateOfResolution": "2021-01-16T03:13:14.3037376+01:00" }
application/xml, text/xml
Sample:
<Support xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_category>sample string 12</_category> <_claimantId>77a421e3-10c8-41af-a3a7-1ecec82378b5</_claimantId> <_creationDate>2021-01-16T03:13:14.3037376+01:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_criticality>18</_criticality> <_date>2021-01-16T03:13:14.3037376+01:00</_date> <_dateOfResolution>2021-01-16T03:13:14.3037376+01:00</_dateOfResolution> <_description>sample string 19</_description> <_entityState>Created</_entityState> <_estimatedTime>21</_estimatedTime> <_id>ce92369c-2491-4495-8e7e-85920d556ffe</_id> <_lastWriteDate>2021-01-16T03:13:14.3037376+01:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_number>9</_number> <_priority>17</_priority> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_resolution>sample string 20</_resolution> <_rowVersion>QEA=</_rowVersion> <_state>16</_state> <_subCategory>sample string 13</_subCategory> <_subscriberId>9003413e-867f-4321-add9-7748904c2ced</_subscriberId> <_technicianId>77a421e3-10c8-41af-a3a7-1ecec82378b5</_technicianId> <_timeSpent>22</_timeSpent> <_title>sample string 14</_title> </Support>