Enterprise Sync
Start an enterprise sync operation and return sync results.
| Field | Data Type | POST |
|---|---|---|
| Id | Int32 | |
| SyncData | PlantSync[] | X |
| Message | String |
SyncData
| Field | Data Type | Required |
|---|---|---|
| PlantName | String | X |
| Entities | String[] | X |
Key: Id
Endpoints
POST
URL: https://{site}.mvpplant.com/ODataApi/v1/EnterpriseSync
Description: Start an enterprise sync operation and return sync results.
Body: Send the property values marked in the POST column.
Example Request
{
"SyncData": [
{
"PlantName": "Plant A",
"Entities": ["Parts", "Vendors", "PartTypes"]
}
]
}Notes
SyncDatais required.- Each
SyncDataitem must includePlantNameandEntities.
