POST claimlineitem/update
Request Information
URI Parameters
None.
Body Parameters
ClaimLineItemUpdateRequestName | Description | Type | Additional information |
---|---|---|---|
ClaimLineItemId | integer |
None. |
|
ClaimId | integer |
None. |
|
CategoryId | integer |
None. |
|
ClaimTypeId | integer |
None. |
|
BusinessAdvanceId | integer |
None. |
|
ExpenseDate | date |
None. |
|
Description | string |
String length: inclusive between 0 and 500 |
|
MissingReceipts | boolean |
None. |
|
MissingReceiptReason | string |
String length: inclusive between 0 and 500 |
|
FromCurrency | string |
String length: inclusive between 0 and 3 |
|
FromAmount | decimal number |
None. |
|
FromNonTaxAmount | decimal number |
None. |
|
ToCurrency | string |
String length: inclusive between 0 and 3 |
|
ToAmount | decimal number |
None. |
|
ToNonTaxAmount | decimal number |
None. |
|
ToTotalAmount | decimal number |
None. |
|
Notes | string |
String length: inclusive between 0 and 250 |
|
SapProjectId | string |
None. |
|
SapProjectCode | string |
None. |
|
SapOrderId | string |
None. |
|
CostCenterId | integer |
None. |
|
JurisdictionCodeId | integer |
None. |
|
JurisdictionCodeFreeText | string |
None. |
|
SapTaxCodeSettingId | integer |
None. |
|
Beneficiary | integer |
None. |
|
OfficeId | integer |
None. |
|
VendorId | string |
None. |
|
PaidByCompanyCard | boolean |
None. |
|
PaymentMethod | integer |
None. |
|
OfficeToCharge | integer |
None. |
|
Billable | boolean |
None. |
|
Attendees | Collection of integer |
None. |
|
NonEmployeeAttendees | string |
None. |
|
Comments | string |
None. |
|
IAP | string |
None. |
|
IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClaimLineItemId": 1, "ClaimId": 2, "CategoryId": 3, "ClaimTypeId": 4, "BusinessAdvanceId": 5, "ExpenseDate": "2025-07-23T00:46:16.5511391+02:00", "Description": "sample string 6", "MissingReceipts": true, "MissingReceiptReason": "sample string 8", "FromCurrency": "sample string 9", "FromAmount": 10.0, "FromNonTaxAmount": 11.0, "ToCurrency": "sample string 12", "ToAmount": 13.0, "ToNonTaxAmount": 14.0, "ToTotalAmount": 15.0, "Notes": "sample string 16", "SapProjectId": "sample string 17", "SapProjectCode": "sample string 18", "SapOrderId": "sample string 19", "CostCenterId": 1, "JurisdictionCodeId": 1, "JurisdictionCodeFreeText": "sample string 20", "SapTaxCodeSettingId": 1, "Beneficiary": 21, "OfficeId": 22, "VendorId": "sample string 23", "PaidByCompanyCard": true, "PaymentMethod": 1, "OfficeToCharge": 25, "Billable": true, "Attendees": [ 1, 2 ], "NonEmployeeAttendees": "sample string 27", "Comments": "sample string 28", "IAP": "sample string 29", "IsActive": true }
application/xml, text/xml
Sample:
<ClaimLineItemUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SALT2.Objects.ExpenseObjects"> <IsActive xmlns="http://schemas.datacontract.org/2004/07/SALT2.Objects">true</IsActive> <Attendees xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </Attendees> <Beneficiary>21</Beneficiary> <Billable>true</Billable> <BusinessAdvanceId>5</BusinessAdvanceId> <CategoryId>3</CategoryId> <ClaimId>2</ClaimId> <ClaimTypeId>4</ClaimTypeId> <Comments>sample string 28</Comments> <CostCenterId>1</CostCenterId> <Description>sample string 6</Description> <ExpenseDate>2025-07-23T00:46:16.5511391+02:00</ExpenseDate> <FromAmount>10</FromAmount> <FromCurrency>sample string 9</FromCurrency> <FromNonTaxAmount>11</FromNonTaxAmount> <IAP>sample string 29</IAP> <JurisdictionCodeFreeText>sample string 20</JurisdictionCodeFreeText> <JurisdictionCodeId>1</JurisdictionCodeId> <MissingReceiptReason>sample string 8</MissingReceiptReason> <MissingReceipts>true</MissingReceipts> <NonEmployeeAttendees>sample string 27</NonEmployeeAttendees> <Notes>sample string 16</Notes> <OfficeId>22</OfficeId> <OfficeToCharge>25</OfficeToCharge> <PaidByCompanyCard>true</PaidByCompanyCard> <PaymentMethod>1</PaymentMethod> <SapOrderId>sample string 19</SapOrderId> <SapProjectCode>sample string 18</SapProjectCode> <SapProjectId>sample string 17</SapProjectId> <SapTaxCodeSettingId>1</SapTaxCodeSettingId> <ToAmount>13</ToAmount> <ToCurrency>sample string 12</ToCurrency> <ToNonTaxAmount>14</ToNonTaxAmount> <ToTotalAmount>15</ToTotalAmount> <VendorId>sample string 23</VendorId> <ClaimLineItemId>1</ClaimLineItemId> </ClaimLineItemUpdateRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.