POST api/timesheet/copytimesheet
Request Information
URI Parameters
None.
Body Parameters
WebEntryUnsubmittedModelName | Description | Type | Additional information |
---|---|---|---|
RowColor | Color |
None. |
|
MatterCode | string |
None. |
|
MatterCodeAndName | string |
None. |
|
ClientFullDesc | string |
None. |
|
ClientCode | string |
None. |
|
ClientCodeAndName | string |
None. |
|
TimeCodeCode | string |
None. |
|
TimeCodeCaption | string |
None. |
|
TimeCodeAndName | string |
None. |
|
TaskCodeCode | string |
None. |
|
TaskCodeCaption | string |
None. |
|
TaskCodeAndName | string |
None. |
|
GroupTypeCode | string |
None. |
|
GroupTypeCaption | string |
None. |
|
GroupTypeCodeAndName | string |
None. |
|
PersonGroupCode | string |
None. |
|
PersonGroupCaption | string |
None. |
|
PersonGroupCodeAndName | string |
None. |
|
HtmlText | string |
None. |
|
ExtraHtmlText | string |
None. |
|
QuantityStr | string |
None. |
|
IsPosted | byte |
None. |
|
HasTaskSet | boolean |
None. |
|
ChargeableSum | decimal number |
None. |
|
NonChargeableSum | decimal number |
None. |
|
IsChargeable | integer |
None. |
|
MatterChargeability | MatterChargeablity |
None. |
|
SystemOrigin | string |
None. |
|
WebEntryId | string |
None. |
|
ClassName | string |
None. |
|
EntryId | string |
None. |
|
TransactionDate | date |
None. |
|
ShortDateFormat | string |
None. |
|
LongDateFormat | string |
None. |
|
TransactionDateStr | string |
None. |
|
Quantity | decimal number |
None. |
|
Description | string |
None. |
|
CreationDate | date |
None. |
|
CreatedById | string |
None. |
|
WorkingMemberId | string |
None. |
|
EntryCodeId | string |
None. |
|
TaskCodeId | string |
None. |
|
ExtraDescription | string |
None. |
|
ClientId | string |
None. |
|
ClientCaption | string |
None. |
|
MatterId | string |
None. |
|
MatterCaption | string |
None. |
|
GroupTypeId | string |
None. |
|
PersonGroupId | string |
None. |
|
BConfidential | integer |
None. |
|
TimeSpan | integer |
None. |
|
IfTimerUsed | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "RowColor": "", "MatterCode": "sample string 1", "MatterCodeAndName": "sample string 2", "ClientFullDesc": "sample string 3", "ClientCode": "sample string 4", "ClientCodeAndName": "sample string 5", "TimeCodeCode": "sample string 6", "TimeCodeCaption": "sample string 7", "TimeCodeAndName": "sample string 8", "TaskCodeCode": "sample string 9", "TaskCodeCaption": "sample string 10", "TaskCodeAndName": "sample string 11", "GroupTypeCode": "sample string 12", "GroupTypeCaption": "sample string 13", "GroupTypeCodeAndName": "sample string 14", "PersonGroupCode": "sample string 15", "PersonGroupCaption": "sample string 16", "PersonGroupCodeAndName": "sample string 17", "HtmlText": "sample string 18", "ExtraHtmlText": "sample string 19", "QuantityStr": "34.1", "IsPosted": 64, "HasTaskSet": true, "ChargeableSum": 23.1, "NonChargeableSum": 24.1, "IsChargeable": 25, "MatterChargeability": { "Chargeable": 1, "AllowChargeablityChange": 2 }, "SystemOrigin": "sample string 26", "WebEntryId": "sample string 27", "ClassName": "sample string 28", "EntryId": "sample string 29", "TransactionDate": "0001-01-01T00:00:00", "ShortDateFormat": "sample string 31", "LongDateFormat": "sample string 32", "TransactionDateStr": "sample string 33", "Quantity": 34.1, "Description": "sample string 35", "CreationDate": "2025-07-04T16:01:39.5999374-04:00", "CreatedById": "sample string 37", "WorkingMemberId": "sample string 38", "EntryCodeId": "sample string 39", "TaskCodeId": "sample string 40", "ExtraDescription": "sample string 41", "ClientId": "sample string 42", "ClientCaption": "sample string 43", "MatterId": "sample string 44", "MatterCaption": "sample string 45", "GroupTypeId": "sample string 46", "PersonGroupId": "sample string 47", "BConfidential": 48, "TimeSpan": 49, "IfTimerUsed": 50 }
application/xml, text/xml
Sample:
<WebEntryUnsubmittedModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dexco.Web.Domain"> <BConfidential>48</BConfidential> <ClassName>sample string 28</ClassName> <ClientCaption>sample string 43</ClientCaption> <ClientId>sample string 42</ClientId> <CreatedById>sample string 37</CreatedById> <CreationDate>2025-07-04T16:01:39.5999374-04:00</CreationDate> <Description>sample string 35</Description> <EntryCodeId>sample string 39</EntryCodeId> <EntryId>sample string 29</EntryId> <ExtraDescription>sample string 41</ExtraDescription> <GroupTypeId>sample string 46</GroupTypeId> <IfTimerUsed>50</IfTimerUsed> <LongDateFormat>sample string 32</LongDateFormat> <MatterCaption>sample string 45</MatterCaption> <MatterId>sample string 44</MatterId> <PersonGroupId>sample string 47</PersonGroupId> <Quantity>34.1</Quantity> <ShortDateFormat>sample string 31</ShortDateFormat> <TaskCodeId>sample string 40</TaskCodeId> <TimeSpan>49</TimeSpan> <TransactionDate>0001-01-01T00:00:00</TransactionDate> <TransactionDateStr>sample string 33</TransactionDateStr> <WebEntryId>sample string 27</WebEntryId> <WorkingMemberId>sample string 38</WorkingMemberId> <ChargeableSum>23.1</ChargeableSum> <ClientCode>sample string 4</ClientCode> <ClientCodeAndName>sample string 5</ClientCodeAndName> <ClientFullDesc>sample string 3</ClientFullDesc> <ExtraHtmlText>sample string 19</ExtraHtmlText> <GroupTypeCaption>sample string 13</GroupTypeCaption> <GroupTypeCode>sample string 12</GroupTypeCode> <GroupTypeCodeAndName>sample string 14</GroupTypeCodeAndName> <HasTaskSet>true</HasTaskSet> <HtmlText>sample string 18</HtmlText> <IsChargeable>25</IsChargeable> <IsPosted>64</IsPosted> <MatterChargeability> <AllowChargeablityChange>2</AllowChargeablityChange> <Chargeable>1</Chargeable> </MatterChargeability> <MatterCode>sample string 1</MatterCode> <MatterCodeAndName>sample string 2</MatterCodeAndName> <NonChargeableSum>24.1</NonChargeableSum> <PersonGroupCaption>sample string 16</PersonGroupCaption> <PersonGroupCode>sample string 15</PersonGroupCode> <PersonGroupCodeAndName>sample string 17</PersonGroupCodeAndName> <QuantityStr>34.1</QuantityStr> <RowColor xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Drawing"> <d2p1:knownColor>0</d2p1:knownColor> <d2p1:name i:nil="true" /> <d2p1:state>0</d2p1:state> <d2p1:value>0</d2p1:value> </RowColor> <SystemOrigin>sample string 26</SystemOrigin> <TaskCodeAndName>sample string 11</TaskCodeAndName> <TaskCodeCaption>sample string 10</TaskCodeCaption> <TaskCodeCode>sample string 9</TaskCodeCode> <TimeCodeAndName>sample string 8</TimeCodeAndName> <TimeCodeCaption>sample string 7</TimeCodeCaption> <TimeCodeCode>sample string 6</TimeCodeCode> </WebEntryUnsubmittedModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |