POST api/Sage/BulkPostToSageAssetDepreciation

Api to Post To Sage Asset Depreciation

Request Information

URI Parameters

None.

Body Parameters

DepreciationRequestTimeLineModel
NameDescriptionTypeAdditional information
Month

integer

Required

Year

integer

Required

AccmDeprAccountID

integer

None.

FacilityID

integer

None.

IsPushToSage

integer

None.

Request Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "month": 1,
  "year": 2,
  "accmDeprAccountID": 1,
  "facilityID": 1,
  "isPushToSage": 1
}

application/xml, text/xml

Sample:
<DepreciationRequestTimeLineModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.RequestModel.Asset">
  <AccmDeprAccountID>1</AccmDeprAccountID>
  <FacilityID>1</FacilityID>
  <IsPushToSage>1</IsPushToSage>
  <Month>1</Month>
  <Year>2</Year>
</DepreciationRequestTimeLineModel>

multipart/form-data

Sample:
<DepreciationRequestTimeLineModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.RequestModel.Asset"><AccmDeprAccountID>1</AccmDeprAccountID><FacilityID>1</FacilityID><IsPushToSage>1</IsPushToSage><Month>1</Month><Year>2</Year></DepreciationRequestTimeLineModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CommonResponseDataModel
NameDescriptionTypeAdditional information
ReturnID

integer

Required

Message

string

Required

Successful

boolean

Required

Code

integer

None.

TotalRecord

integer

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "returnID": 1,
  "message": "sample string 2",
  "successful": true,
  "code": 4,
  "totalRecord": 5
}

application/xml, text/xml

Sample:
<CommonResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">
  <Code>4</Code>
  <Message>sample string 2</Message>
  <ReturnID>1</ReturnID>
  <Successful>true</Successful>
  <TotalRecord>5</TotalRecord>
</CommonResponseDataModel>

multipart/form-data

Sample:
<CommonResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel"><Code>4</Code><Message>sample string 2</Message><ReturnID>1</ReturnID><Successful>true</Successful><TotalRecord>5</TotalRecord></CommonResponseDataModel>