POST claimlineitem/return
Request Information
URI Parameters
None.
Body Parameters
ClaimLineItemReturnRequestName | Description | Type | Additional information |
---|---|---|---|
ClaimLineItemId | integer |
None. |
|
Notes | string |
None. |
|
SapPostingId | string |
None. |
|
SapProjectId | string |
None. |
|
SapOrderId | string |
None. |
|
JurisdictionCodeId | integer |
None. |
|
SapTaxCodeSettingId | integer |
None. |
|
IAP | string |
None. |
|
PaymentMethod | PaymentMethod |
None. |
|
Comments | string |
None. |
|
VendorId | string |
None. |
|
CategoryId | integer |
None. |
|
IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClaimLineItemId": 1, "Notes": "sample string 2", "SapPostingId": "sample string 3", "SapProjectId": "sample string 4", "SapOrderId": "sample string 5", "JurisdictionCodeId": 1, "SapTaxCodeSettingId": 1, "IAP": "sample string 6", "PaymentMethod": 0, "Comments": "sample string 7", "VendorId": "sample string 8", "CategoryId": 9, "IsActive": true }
application/xml, text/xml
Sample:
<ClaimLineItemReturnRequest 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> <CategoryId>9</CategoryId> <ClaimLineItemId>1</ClaimLineItemId> <Comments>sample string 7</Comments> <IAP>sample string 6</IAP> <JurisdictionCodeId>1</JurisdictionCodeId> <Notes>sample string 2</Notes> <PaymentMethod>Payroll</PaymentMethod> <SapOrderId>sample string 5</SapOrderId> <SapPostingId>sample string 3</SapPostingId> <SapProjectId>sample string 4</SapProjectId> <SapTaxCodeSettingId>1</SapTaxCodeSettingId> <VendorId>sample string 8</VendorId> </ClaimLineItemReturnRequest>
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.