POST api/Sage/ImportSageVendor

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

SageSyncResponseModel
NameDescriptionTypeAdditional information
LastSyncDate

date

None.

SyncCount

integer

None.

AddedBy

integer

None.

AddedByName

string

None.

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:
{
  "lastSyncDate": "2026-02-25T15:53:22.672358-05:00",
  "syncCount": 1,
  "addedBy": 2,
  "addedByName": "sample string 3",
  "returnID": 4,
  "message": "sample string 5",
  "successful": true,
  "code": 7,
  "totalRecord": 8
}

application/xml, text/xml

Sample:
<SageSyncResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.Sage">
  <Code xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">7</Code>
  <Message xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">sample string 5</Message>
  <ReturnID xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">4</ReturnID>
  <Successful xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">true</Successful>
  <TotalRecord xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">8</TotalRecord>
  <AddedBy>2</AddedBy>
  <AddedByName>sample string 3</AddedByName>
  <LastSyncDate>2026-02-25T15:53:22.672358-05:00</LastSyncDate>
  <SyncCount>1</SyncCount>
</SageSyncResponseModel>

multipart/form-data

Sample:
<SageSyncResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.Sage"><Code xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">7</Code><Message xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">sample string 5</Message><ReturnID xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">4</ReturnID><Successful xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">true</Successful><TotalRecord xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">8</TotalRecord><AddedBy>2</AddedBy><AddedByName>sample string 3</AddedByName><LastSyncDate>2026-02-25T15:53:22.672358-05:00</LastSyncDate><SyncCount>1</SyncCount></SageSyncResponseModel>