POST api/{database}/FixedAssetDepreciationCommand?fiscalYear={fiscalYear}&periodNumber={periodNumber}&journalId={journalId}&depreciationDate={depreciationDate}&fixedAssetId={fixedAssetId}
No Documentation Found.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
fiscalYear | No Documentation Found. |
Define this parameter in the request URI. |
periodNumber | No Documentation Found. |
Define this parameter in the request URI. |
journalId | No Documentation Found. |
Define this parameter in the request URI. |
depreciationDate | No Documentation Found. |
Define this parameter in the request URI. |
fixedAssetId | No Documentation Found. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "depreciationDate": "sample string 1", "fiscalYear": 2, "fixedAssetId": "sample string 3", "journalId": "sample string 4", "message": "sample string 5", "periodNumber": 6, "result": 0 }
application/xml, text/xml
Sample:
<FixedAssetDepreciationCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.FixedAssets.Commands"> <DepreciationDate>sample string 1</DepreciationDate> <FiscalYear>2</FiscalYear> <FixedAssetId>sample string 3</FixedAssetId> <JournalId>sample string 4</JournalId> <Message>sample string 5</Message> <PeriodNumber>6</PeriodNumber> <Result>Unknown</Result> </FixedAssetDepreciationCommand>