{"info":{"_postman_id":"7e50027c-e580-46fa-b216-456eef45ebd0","name":"ZenduMA API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"18993068","collectionId":"7e50027c-e580-46fa-b216-456eef45ebd0","publishedId":"UVXdNJPB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-03-17T04:59:25.000Z"},"item":[{"name":"Assets","item":[{"name":"update","id":"c1da88ff-7254-4182-9358-b455db371870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Asset\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/assets/update","urlObject":{"protocol":"https","path":["assets","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1da88ff-7254-4182-9358-b455db371870"},{"name":"find","id":"8fad428b-8e16-4251-8202-d9b52e6df35b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Asset\",\n  \"filters\": [{\"ql\": \"bolIsSite = ?\", \"parameters\": [1]}],\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/assets/find","urlObject":{"protocol":"https","path":["assets","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fad428b-8e16-4251-8202-d9b52e6df35b"},{"name":"add","id":"773d5d57-88e6-43b1-a21b-a0958ad17f10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Asset\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/assets/add","urlObject":{"protocol":"https","path":["assets","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"773d5d57-88e6-43b1-a21b-a0958ad17f10"}],"id":"ac900030-9787-4594-ac3b-a655ef4d3eff","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the Asset.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>stringDisplay name of the asset.</td>\n</tr>\n<tr>\n<td>strDescription</td>\n<td>stringA short text describing the asset.</td>\n</tr>\n<tr>\n<td>strMake</td>\n<td>stringFor equipment or tools, this field can be used to store the brand's name of the asset.</td>\n</tr>\n<tr>\n<td>strModel</td>\n<td>stringFor equipment or tools, this field can be used to store the model's name of the asset.</td>\n</tr>\n<tr>\n<td>qtyMinStockCount</td>\n<td>integerMininum stock count for the asset.</td>\n</tr>\n<tr>\n<td>strCity</td>\n<td>stringThe city the asset is located into.</td>\n</tr>\n<tr>\n<td>strShippingTerms</td>\n<td>stringThis field can be used to add comments about the shipping terms of the asset. For example : <code>\"Item is heavier than 20kg and must be delivered before 10AM.\"</code>.</td>\n</tr>\n<tr>\n<td>strAddress</td>\n<td>stringStreet number and street name of the address the asset is located at.</td>\n</tr>\n<tr>\n<td>strNotes</td>\n<td>stringThis field can be used to store additional details about the asset like the name of its supplier, a voltage range or dimensions for example.</td>\n</tr>\n<tr>\n<td>strProvince</td>\n<td>stringCode or full name of the province the asset is located at.</td>\n</tr>\n<tr>\n<td>intCountryID</td>\n<td>integerThe ID of the country the asset is located at. For example : <code>124</code> for Canada or <code>840</code> for United States of America. For getting all possible values, please refer to the Country section.</td>\n</tr>\n<tr>\n<td>strInventoryCode</td>\n<td>stringThis field can be used to store an inventory code for the asset.</td>\n</tr>\n<tr>\n<td>qtyStockCount</td>\n<td>integerIndicates the current stock count for the asset.</td>\n</tr>\n<tr>\n<td>intSiteID</td>\n<td>integerFor multi-sites tenants, the ID of the site where the asset is located at. A site is an asset itself, so for possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>strRow</td>\n<td>stringThe row where the asset is located at in a facility.</td>\n</tr>\n<tr>\n<td>strMASourceProduct</td>\n<td>stringA JSON formatted string giving details about an asset coming from MA Source.</td>\n</tr>\n<tr>\n<td>strAisle</td>\n<td>stringThe aisle where the asset is located at in a facility.</td>\n</tr>\n<tr>\n<td>strBinNumber</td>\n<td>stringThe number of the bin where the asset is stored.</td>\n</tr>\n<tr>\n<td>intCategoryID</td>\n<td>integerThe ID of the category the asset is directly attached to. For getting all possible values, please refer to the AssetCategory section.</td>\n</tr>\n<tr>\n<td>strPostalCode</td>\n<td>stringThe postal code of the address the asset is located at.</td>\n</tr>\n<tr>\n<td>strSerialNumber</td>\n<td>stringThis field can be used to store the serial number of the asset.</td>\n</tr>\n<tr>\n<td>strCode</td>\n<td>stringThis field can be used to define a code associated with the asset.</td>\n</tr>\n<tr>\n<td>dblLatitude</td>\n<td>doubleThe latitude of the geographic location of the asset.</td>\n</tr>\n<tr>\n<td>dblLongitude</td>\n<td>doubleThe longitude of the geographic location of the asset.</td>\n</tr>\n<tr>\n<td>strUnspcCode</td>\n<td>stringThis field can be used to store the United Nations Standard Products and Services Code of the asset.</td>\n</tr>\n<tr>\n<td>dblLastPrice</td>\n<td>doubleLast Purchase Price Per Unit on Asset</td>\n</tr>\n<tr>\n<td>bolIsBillToFacility</td>\n<td>booleanIf set to true, indicates that invoices for assets (usually parts/supplies) should be sent to this facility.</td>\n</tr>\n<tr>\n<td>intAssetLocationID</td>\n<td>integerAn integer uniquely defining the location of asset. Refers to Asset with an asset category as Locations And Facilities</td>\n</tr>\n<tr>\n<td>bolIsOnline</td>\n<td>booleanA boolean value representing if the related Asset is online or offline, 1 or 0 respectively.</td>\n</tr>\n<tr>\n<td>bolIsShippingOrReceivingFacility</td>\n<td>booleanA boolean that identifies whether a facility ships or receives assets (usually parts/supplies).</td>\n</tr>\n<tr>\n<td>intKind</td>\n<td>integer <strong>read only</strong>This is the value of AssetCategory SysCode. Allowed values are 1 for Facility, 2 for Equipment, 3 for Tools, 4 for Parts and Supplies</td>\n</tr>\n<tr>\n<td>strQuotingTerms</td>\n<td>stringQuoting terms that are automatically added to RFQs where shipping is indicated for Asset type Facility</td>\n</tr>\n<tr>\n<td>intAssetParentID</td>\n<td>integerAn integer that uniquely identifies the parent of Asset</td>\n</tr>\n<tr>\n<td>bolIsRegion</td>\n<td>boolean <strong>read only</strong>When set true indicates if Asset is a Region</td>\n</tr>\n<tr>\n<td>bolIsSite</td>\n<td>boolean <strong>read only</strong>When set true indicates if Asset is a Site</td>\n</tr>\n<tr>\n<td>intAccountID</td>\n<td>integerAn integer unitquely defining the Account</td>\n</tr>\n<tr>\n<td>intChargeDepartmentID</td>\n<td>integerAn integer uniquely defining the Charge Department</td>\n</tr>\n<tr>\n<td>intSuperCategorySysCode</td>\n<td>integerAsset Category SysCode for Region or a Site</td>\n</tr>\n<tr>\n<td>strCustomerIds</td>\n<td>string <strong>read only</strong>Calculated field that contains customers for the Asset</td>\n</tr>\n<tr>\n<td>strStockLocation</td>\n<td>string <strong>read only</strong>Calculated field that contains stock locations with aisle and row</td>\n</tr>\n<tr>\n<td>strVendorIds</td>\n<td>string <strong>read only</strong>Calculated field that contains vendors for the Asset</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>strBarcode</td>\n<td>stringFor equipment or tools, this field can be used to store the bar code's value of the asset.</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the Asset.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAccountID</td>\n<td>stringCode and description of the account. For example : <code>\"(1) Sales Account\"</code>.</td>\n</tr>\n<tr>\n<td>dv_intCategoryID</td>\n<td>stringThe display name of the category the asset is directly attached to. For example : <code>\"Equipment\"</code> or <code>\"Tools\"</code>. For getting all possible values, please refer to the AssetCategory section.</td>\n</tr>\n<tr>\n<td>dv_intSiteID</td>\n<td>stringFor multi-sites tenants, the name and the code of the site where the asset is located at.</td>\n</tr>\n<tr>\n<td>dv_intCountryID</td>\n<td>stringThe name of the country the asset is located at.</td>\n</tr>\n<tr>\n<td>dv_intAssetLocationID</td>\n<td>stringThe code and name of the Asset referenced by intAssetLocationID</td>\n</tr>\n<tr>\n<td>dv_intChargeDepartmentID</td>\n<td>stringThe code and description of the ChargeDepartment</td>\n</tr>\n<tr>\n<td>dv_intAssetParentID</td>\n<td>stringThe code and name of the parent Asset</td>\n</tr>\n<tr>\n<td>cf_getLatestReadingsFor</td>\n<td>Gives the latest meter readings registered for the asset.</td>\n</tr>\n<tr>\n<td>cf_intDefaultImageFileThumbnailID</td>\n<td>An integer that uniquely identifies the File stored as thumbnail for the asset</td>\n</tr>\n<tr>\n<td>cf_intDefaultImageFileID</td>\n<td>An integer that uniquely identifies the File stored as the image for the asset</td>\n</tr>\n<tr>\n<td>cf_intAddressAssetID</td>\n<td>An integer that uniquely identifies address of location of asset</td>\n</tr>\n<tr>\n<td>cf_assetAddressString</td>\n<td>Address of location of Asset.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ac900030-9787-4594-ac3b-a655ef4d3eff"},{"name":"Account","item":[{"name":"add","id":"fe7e498e-160e-448d-a5e7-ac81919c01dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Account\",\n  \"changeFields\": \"strCode, strDescription\",\n  \"object\": {\n    \"strCode\": \"\",\n    \"strDescription\": \"\"\n  },\n  \"fields\": \"id, dv_intTenantID, strCode, strDescription\"\n}"},"url":"https://zenduma-api.zenduit.com/account/add","urlObject":{"protocol":"https","path":["account","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe7e498e-160e-448d-a5e7-ac81919c01dd"},{"name":"update","id":"e172c8d7-15ac-49ca-b697-2029c7cfffa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Account\",\n  \"changeFields\": \"strCode, strDescription\",\n  \"object\": {\n    \"id\": 0,\n    \"strCode\": \"\",\n    \"strDescription\": \"\"\n  },\n  \"fields\": \"id, dv_intTenantID, strCode, strDescription\"\n}"},"url":"https://zenduma-api.zenduit.com/account/update","urlObject":{"protocol":"https","path":["account","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e172c8d7-15ac-49ca-b697-2029c7cfffa5"},{"name":"find","id":"49ce506d-59a9-4df0-adce-5fd1b9c538d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Account\",\n  \"fields\": \"id, dv_intTenantID, strCode, strDescription\"\n}"},"url":"https://zenduma-api.zenduit.com/account/find","urlObject":{"protocol":"https","path":["account","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"49ce506d-59a9-4df0-adce-5fd1b9c538d3"}],"id":"c3459b0f-1997-4d85-a52e-c1f8f50d6e20","description":"<p>This object is used to access the Account lookup table.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the account.</td>\n</tr>\n<tr>\n<td>strCode</td>\n<td>string <strong>required</strong>A unique code for referencing the account.</td>\n</tr>\n<tr>\n<td>strDescription</td>\n<td>string <strong>required</strong>A short text describing the account.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the Account.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"c3459b0f-1997-4d85-a52e-c1f8f50d6e20"},{"name":"AssetBusiness","item":[{"name":"add","id":"1f0095d1-2888-488f-a25a-0768baa1a988","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetBusiness\",\n  \"changeFields\": \"strCatalog, qtyEconomicBatchQuantity, strBusinessAssetNumber\",\n  \"object\": {\n    \"strCatalog\": \"AssetBusiness_Catalog_Name\",\n    \"qtyEconomicBatchQuantity\": 4,\n    \"strBusinessAssetNumber\": \"4\"\n  },\n  \"fields\": \"strCatalog, qtyEconomicBatchQuantity, strBusinessAssetNumber\"\n}"},"url":"https://zenduma-api.zenduit.com/assetBusiness/add","urlObject":{"protocol":"https","path":["assetBusiness","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f0095d1-2888-488f-a25a-0768baa1a988"},{"name":"update","id":"8efcdff2-292f-4eef-b40e-a3a42606eded","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetBusiness\",\n  \"changeFields\": \"strCatalog, qtyEconomicBatchQuantity, strBusinessAssetNumber\",\n  \"object\": {\n    \"id\": 408634,\n    \"strCatalog\": \"AssetBusiness_Catalog_Name\",\n    \"qtyEconomicBatchQuantity\": 4,\n    \"strBusinessAssetNumber\": \"4\"\n  },\n  \"fields\": \"strCatalog, qtyEconomicBatchQuantity, strBusinessAssetNumber\"\n}"},"url":"https://zenduma-api.zenduit.com/assetBusiness/update","urlObject":{"protocol":"https","path":["assetBusiness","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8efcdff2-292f-4eef-b40e-a3a42606eded"},{"name":"find","id":"2a981194-96ea-4ecb-80ba-515078440daa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetBusiness\",\n  \"filters\": [{\"ql\": \"strBusinessAssetNumber = ?\", \"parameters\": [\"4\"]}],\n  \"fields\": \"id, strCatalog\"\n}"},"url":"https://zenduma-api.zenduit.com/assetBusiness/find","urlObject":{"protocol":"https","path":["assetBusiness","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a981194-96ea-4ecb-80ba-515078440daa"}],"id":"7277cda1-59e5-4ccd-967a-cfcb72599dce","description":"<p>An AssetBusiness represents the relationship between a particular Business within your CMMS and the associated Assets with this Business. It contains information about the Business Role Type, such as Customer/Client, Manufacturer, Owner, Service Provider, or Supplier. See the Asset object for more details and the Business object for more information. You can have multiple Assets associated with one Business. You can have multiple Businesses associated in your CMMS.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the AssetBusiness.</td>\n</tr>\n<tr>\n<td>intBusinessID</td>\n<td>integerAn integer that uniquely identifies the Business (used in conjunction with AssetID).</td>\n</tr>\n<tr>\n<td>intBusinessRoleTypeID</td>\n<td>integerAn integer that uniquely identifies the Business Role Type (used in conjunction with BusinessRoleType).</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integerAn integer that uniquely identifies the Asset that is associated with the Business (used in conjunction with BusinessID).</td>\n</tr>\n<tr>\n<td>bolSendRFQs</td>\n<td>booleanIf set to true, indicates that RFQs should be sent when stock is low for for an asset (usually parts/supplies).</td>\n</tr>\n<tr>\n<td>bolPreferredVendor</td>\n<td>booleanIf set to true, indicates that the vendor is the Preferred Vendor for the associated asset (usually parts/supplies).</td>\n</tr>\n<tr>\n<td>qtyEconomicBatchQuantity</td>\n<td>integerThe minimum quantity when re-ordering an asset (usually parts/supplies).</td>\n</tr>\n<tr>\n<td>strBusinessAssetNumber</td>\n<td>stringA string that represents an asset's part number from the business (usually parts/supplies).</td>\n</tr>\n<tr>\n<td>intBusinessGroupID</td>\n<td>integer</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name and the code of the asset.</td>\n</tr>\n<tr>\n<td>dv_intBusinessID</td>\n<td>stringthe name of the Business</td>\n</tr>\n<tr>\n<td>dv_intBusinessRoleTypeID</td>\n<td>stringThe name of the BusinessRoleType</td>\n</tr>\n<tr>\n<td>dv_intBusinessGroupID</td>\n<td>stringThe name of the BusinessGroup</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7277cda1-59e5-4ccd-967a-cfcb72599dce"},{"name":"AssetClassification","item":[{"name":"add","id":"fb5b43b5-e893-42d8-b6f3-7568f4e720c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetClassification\",\n  \"changeFields\": \"intAssetID, intSiteID, qtyAnnualUsage\",\n  \"object\": {\n    \"intAssetID\": 0,\n    \"intSiteID\": 0,\n    \"qtyAnnualUsage\": 0\n  },\n  \"fields\": \"id, intAssetID, intSiteID, qtyAnnualUsage\"\n}"},"url":"https://zenduma-api.zenduit.com/assetClassification/add","urlObject":{"protocol":"https","path":["assetClassification","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb5b43b5-e893-42d8-b6f3-7568f4e720c1"},{"name":"update","id":"4cf973d0-3f48-4738-869c-55985eaf9b66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetClassification\",\n  \"changeFields\": \"intAssetID, intSiteID, qtyAnnualUsage\",\n  \"object\": {\n    \"id\": 0,\n    \"intAssetID\": 0,\n    \"intSiteID\": 0,\n    \"qtyAnnualUsage\": 0\n  },\n  \"fields\": \"id, intAssetID, intSiteID, qtyAnnualUsage\"\n}"},"url":"https://zenduma-api.zenduit.com/assetClassification/update","urlObject":{"protocol":"https","path":["assetClassification","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cf973d0-3f48-4738-869c-55985eaf9b66"},{"name":"find","id":"3ca7c827-ea08-4590-a602-c81b97f91a8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetClassification\",\n  \"fields\": \"id, intAssetID, intSiteID, qtyAnnualUsage\"\n}"},"url":"https://zenduma-api.zenduit.com/assetClassification/find","urlObject":{"protocol":"https","path":["assetClassification","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ca7c827-ea08-4590-a602-c81b97f91a8e"}],"id":"e766e2ad-f9c8-41f5-b87c-bfc6f4eccaf6","description":"<p>This call allows you to classify parts as Class A, B, or C. To learn more about parts classification, refer to our Help Center.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the AssetClassification.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integer <strong>required</strong>The Asset ID for the part being classified.</td>\n</tr>\n<tr>\n<td>intSiteID</td>\n<td>integer <strong>required</strong>The ID for the site associated with this AssetClassification.</td>\n</tr>\n<tr>\n<td>qtyAnnualUsage</td>\n<td>integerThe quantity specifying the annual usage of the part associated with AssetClassification.</td>\n</tr>\n<tr>\n<td>intClassificationID</td>\n<td>integerThe classificationID for the AssetClassification. Note that 1 = Class A, 2= Class B, and 3 = Class C.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe strName and strCode of the Asset associated with the AssetClassification for which the log is generated.</td>\n</tr>\n<tr>\n<td>dv_intSiteID</td>\n<td>stringThe strName and strCode of the site associated with the AssetClassification for which the log is generated.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e766e2ad-f9c8-41f5-b87c-bfc6f4eccaf6"},{"name":"AssetConsumingReference","item":[{"name":"find","id":"26c6b73b-798b-4f4a-893c-704106079da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetConsumingReference\",\n  \"filters\": [{\"ql\": \"intConsumesAssetID = ?\", \"parameters\": [408635]}],\n  \"fields\": \"id, intConsumesAssetID\"\n}"},"url":"https://zenduma-api.zenduit.com/assetConsumingReference/find","urlObject":{"protocol":"https","path":["assetConsumingReference","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"26c6b73b-798b-4f4a-893c-704106079da6"},{"name":"update","id":"27480192-841a-436c-bcdc-33e3a7078ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetConsumingReference\",\n  \"changeFields\": \"intConsumesAssetID\",\n  \"object\": {\n    \"id\": 408634,\n    \"intConsumesAssetID\": 408635\n  },\n  \"fields\": \"intConsumesAssetID\"\n}"},"url":"https://zenduma-api.zenduit.com/assetConsumingReference/update","urlObject":{"protocol":"https","path":["assetConsumingReference","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"27480192-841a-436c-bcdc-33e3a7078ab3"},{"name":"add","id":"069cff93-c547-48f0-ac3f-ade78bdea2c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetConsumingReference\",\n  \"changeFields\": \"intConsumesAssetID\",\n  \"object\": {\n    \"intConsumesAssetID\": 408635\n  },\n  \"fields\": \"intConsumesAssetID\"\n}"},"url":"https://zenduma-api.zenduit.com/assetConsumingReference/add","urlObject":{"protocol":"https","path":["assetConsumingReference","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"069cff93-c547-48f0-ac3f-ade78bdea2c0"}],"id":"51ef9809-967b-48f8-a1db-fcb27cd149a0","description":"<p>An AssetConsumingReference represents the relationship between a particular Bill Of Materials (BOM) Group within your CMMS and the associated Asset(s) with this CMMS. It contains information about the associated BOM (Control and Part). One example scenario: Bill Of Materials (BOM) Group is setup under Supplies. Once setup, an Asset can use this BOM by tieing one or more Assets to the BOM. This will setup an Asset to consume or take in your BOM and Parts. Alternatively, an Asset can be created first and then assigned a BOM Group (under Parts/BOM). See the Asset object for more details and information. You can have multiple AssetConsumingReference associated in your CMMS.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the AssetConsumingReference.</td>\n</tr>\n<tr>\n<td>intConsumesAssetID</td>\n<td>integerAn integer that uniquely identifies the associated Asset.</td>\n</tr>\n<tr>\n<td>intBOMControlID</td>\n<td>integerAn integer that uniquely identifies the associated BOMControl.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integerThe ID of the asset. For getting possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>intBOMPartControlID</td>\n<td>integerAn integer that uniquely identifies the associated BOMPart.</td>\n</tr>\n<tr>\n<td>qtyMaxConsumption</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name and the code of the asset.</td>\n</tr>\n<tr>\n<td>dv_intConsumesAssetID</td>\n<td>stringThe code and name of the Asset</td>\n</tr>\n<tr>\n<td>dv_intBOMPartControlID</td>\n<td>stringThe id of the BOMGroupPart</td>\n</tr>\n<tr>\n<td>dv_intBOMControlID</td>\n<td>stringThe id of the BOMGroup</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"51ef9809-967b-48f8-a1db-fcb27cd149a0"},{"name":"AssetEvent","item":[{"name":"find","id":"c177cd51-bc43-4f34-beb2-035a29ab482b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetEvent\",\n  \"filters\": [{\"ql\": \"bolIsSite = ?\", \"parameters\": [1]}],\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/assetEvent/find","urlObject":{"protocol":"https","path":["assetEvent","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c177cd51-bc43-4f34-beb2-035a29ab482b"},{"name":"add","id":"1bf1cde4-c24f-4423-a033-6d8ad58aa5b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetEvent\",\n  \"object\": {\n    \"intAssetEventTypeID\":444,\n    \"intAssetID\": 123,\n    \"dtmDateSubmitted\": 1567005866000,\n    \"strAdditionalDescription\": \"Asset was damaged in fire\",\n    \"intSubmittedByUserID \": 111,\n    \"bolOverrideRules\": 0\n  },\n  \"fields\": \"id, strAdditionalDescription\"\n}"},"url":"https://zenduma-api.zenduit.com/assetEvent/add","urlObject":{"protocol":"https","path":["assetEvent","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bf1cde4-c24f-4423-a033-6d8ad58aa5b9"},{"name":"update","id":"4396e204-68fd-4e56-90f0-c587c898f1b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetEvent\",\n  \"object\": {\n    \"id\": 408634,\n    \"intAssetEventTypeID\":444,\n    \"intAssetID\": 123,\n    \"dtmDateSubmitted\": 1567005866000,\n    \"strAdditionalDescription\": \"Asset was damaged in fire\",\n    \"intSubmittedByUserID \": 111,\n    \"bolOverrideRules\": 0\n  },\n  \"fields\": \"id, strAdditionalDescription\"\n}"},"url":"https://zenduma-api.zenduit.com/assetEvent/update","urlObject":{"protocol":"https","path":["assetEvent","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4396e204-68fd-4e56-90f0-c587c898f1b8"}],"id":"19f6ac6f-bcf7-4d53-a744-96df3e38c816","description":"<p>This object represents an event that has occurred on an asset. The type of events that can occur are stored in the AssetEventType object and are defined by each tenant.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dtmDateSubmitted</td>\n<td>timestamp <strong>required</strong>The date and time when the event was submitted (UNIX epoch milliseconds).</td>\n</tr>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the AssetEvent.</td>\n</tr>\n<tr>\n<td>intAssetEventTypeID</td>\n<td>integer <strong>required</strong>An integer that represents the id of an AssetEventType.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integer <strong>required</strong>An integer that represents the id of an Asset.</td>\n</tr>\n<tr>\n<td>intSubmittedByUserID</td>\n<td>integerAn integer that represents the id of a User who submitted the event.</td>\n</tr>\n<tr>\n<td>intWorkOrderID</td>\n<td>integerAn integer that represents the id of a WorkOrder, if this event originated from a Work Order. This can be null.</td>\n</tr>\n<tr>\n<td>strAdditionalDescription</td>\n<td>stringA string that represents description of the event.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssetEventTypeID</td>\n<td>stringThe code and name of the AssetEventType</td>\n</tr>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe code and name of the Asset</td>\n</tr>\n<tr>\n<td>dv_intSubmittedByUserID</td>\n<td>stringThe name of the User who submitted the event</td>\n</tr>\n<tr>\n<td>dv_intWorkOrderID</td>\n<td>stringThe code and name of the WorkOrder if this event originated from a Work Order. This can be null.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"19f6ac6f-bcf7-4d53-a744-96df3e38c816"},{"name":"AssetEventType","item":[{"name":"add","id":"fa021d34-15ac-4323-8c84-b235fc94994b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetEventType\",\n  \"changeFields\": \"strEventCode, strEventDescription\",\n  \"object\": {\n    \"strEventCode\": \"AssetEventType_Code_Name\",\n    \"strEventDescription\": \"AssetEventType_Desc_Name\"\n  },\n  \"fields\": \"strEventName\"\n}"},"url":"https://zenduma-api.zenduit.com/assetEventType/add","urlObject":{"protocol":"https","path":["assetEventType","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa021d34-15ac-4323-8c84-b235fc94994b"},{"name":"update","id":"c40f32dc-eec5-446d-a9af-5443918e569d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetEventType\",\n  \"changeFields\": \"strEventCode, strEventDescription\",\n  \"object\": {\n    \"id\": 408634,\n    \"strEventCode\": \"AssetEventType_Code_Name\",\n    \"strEventDescription\": \"AssetEventType_Desc_Name\"\n  },\n  \"fields\": \"strEventName\"\n}"},"url":"https://zenduma-api.zenduit.com/assetEventType/update","urlObject":{"protocol":"https","path":["assetEventType","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c40f32dc-eec5-446d-a9af-5443918e569d"},{"name":"find","id":"f66bc90c-129d-4a0a-910e-4fff7a903a71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetEventType\",\n  \"filters\": [{\"ql\": \"strEventName = ?\", \"parameters\": [\"Asset_Event_Type_Name\"]}],\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/assetEventType/find","urlObject":{"protocol":"https","path":["assetEventType","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f66bc90c-129d-4a0a-910e-4fff7a903a71"}],"id":"e79ba291-ee80-41df-8ca3-1ff190733e5e","description":"<p>This object is used to represent the different types of events that can occur to an asset. The event types are defined by each tenant.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the AssetEventType.</td>\n</tr>\n<tr>\n<td>strEventCode</td>\n<td>stringA string that represents an event code.</td>\n</tr>\n<tr>\n<td>strEventDescription</td>\n<td>stringA string that represents an event description.</td>\n</tr>\n<tr>\n<td>strEventName</td>\n<td>stringA string that represents an event name.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e79ba291-ee80-41df-8ca3-1ff190733e5e"},{"name":"AssetOfflineTracker","item":[{"name":"add","id":"3794f4f8-496d-446e-9aa1-e4d1676aee3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetOfflineTracker\",\n  \"changeFields\": \"dblProductionHoursAffected\",\n  \"object\": {\n    \"id\": 408634,\n    \"dblProductionHoursAffected\": 2.0\n  },\n  \"fields\": \"id, dblProductionHoursAffected\"\n}"},"url":"https://zenduma-api.zenduit.com/assetOfflineTracker/add","urlObject":{"protocol":"https","path":["assetOfflineTracker","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3794f4f8-496d-446e-9aa1-e4d1676aee3e"},{"name":"update","id":"e8f156af-9097-4e84-8f90-ffa386108618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetOfflineTracker\",\n  \"changeFields\": \"dblProductionHoursAffected\",\n  \"object\": {\n    \"id\": 408634,\n    \"dblProductionHoursAffected\": 2.0\n  },\n  \"fields\": \"id, dblProductionHoursAffected\"\n}"},"url":"https://zenduma-api.zenduit.com/assetOfflineTracker/update","urlObject":{"protocol":"https","path":["assetOfflineTracker","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8f156af-9097-4e84-8f90-ffa386108618"},{"name":"find","id":"c0bb523a-924b-40fa-880e-a70ff13c36c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetOfflineTracker\",\n  \"filters\": [{\"ql\": \"dblProductionHoursAffected > ?\", \"parameters\": [2.0]}],\n  \"fields\": \"id, intAssetID, dblProductionHoursAffected\"\n}"},"url":"https://zenduma-api.zenduit.com/assetOfflineTracker/find","urlObject":{"protocol":"https","path":["assetOfflineTracker","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0bb523a-924b-40fa-880e-a70ff13c36c7"}],"id":"50cd5a31-f261-4ca4-83a0-aacff512b1e5","description":"<p>An AssetOfflineTracker represents the state of an Asset, if the Asset is set to offline. One example scenario: The User sets an Asset to online or offline. By doing so, the state is changed and persisted through this AssetOfflineTracker object. It contains information about the Date when switched to offline and a Reason as to why the state was changed to offline. Note: If an Asset is set to offline, any referenced made to the Asset (example: Bill Of Materials (BOM) Group, WorkOrder, ScheduledMaintenance) will still continue to work. See the Asset, ReasonToSetAssetOnline, and ReasonToSetAssetOffline objects for more details and information.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the AssetOfflineTracker.</td>\n</tr>\n<tr>\n<td>intReasonOnlineID</td>\n<td>integerAn integer that uniquely identifies the associated ReasonOnline (used in conjunction with ReasonToSetAssetOnline).</td>\n</tr>\n<tr>\n<td>strOnlineAdditionalInfo</td>\n<td>stringA string that identifies more additional information associated with the AssetOfflineTracker in online state.</td>\n</tr>\n<tr>\n<td>dtmOffLineTo</td>\n<td>timestampA datetime stamp that identifies when the Asset will end its offline state.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integer <strong>required</strong>The ID of the asset. For getting possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>dblProductionHoursAffected</td>\n<td>doubleAn integer that identifies the number of hours the Asset was affected during offline state.</td>\n</tr>\n<tr>\n<td>dtmOfflineFrom</td>\n<td>timestamp <strong>required</strong>A datetime stamp that identifies when the Asset will begin its offline state.</td>\n</tr>\n<tr>\n<td>intReasonOfflineID</td>\n<td>integerAn integer that uniquely identifies the associated ReasonOffline (used in conjunction with ReasonToSetAssetOffline).</td>\n</tr>\n<tr>\n<td>intSetOnlineByUserID</td>\n<td>integerAn integer that uniquely identifies the User that switched the Asset to online state.</td>\n</tr>\n<tr>\n<td>strOfflineAdditionalInfo</td>\n<td>stringA string that identifies more additional information associated with the AssetOfflineTracker in offline state.</td>\n</tr>\n<tr>\n<td>intSetOfflineByUserID</td>\n<td>integerAn integer that uniquely identifies the User that switched the Asset to offline state.</td>\n</tr>\n<tr>\n<td>intWorkOrderID</td>\n<td>integerThe id of the WorkOrder</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the AssetOfflineTracker.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name and the code of the asset.</td>\n</tr>\n<tr>\n<td>dv_intWorkOrderID</td>\n<td>stringThe code of the work order. For example : <code>\"WO 2009-09-01.0010.00048.Any\"</code>. For more details, please refer to the WorkOrder section.</td>\n</tr>\n<tr>\n<td>dv_intSetOfflineByUserID</td>\n<td>stringThe display value of User whos set the an asset offline</td>\n</tr>\n<tr>\n<td>dv_intSetOnlineByUserID</td>\n<td>stringThe display value of User whos set the an asset online</td>\n</tr>\n<tr>\n<td>dv_intReasonOfflineID</td>\n<td>stringThe display value of ReasonToSetAssetOffline</td>\n</tr>\n<tr>\n<td>dv_intReasonOnlineID</td>\n<td>stringThe display value of ReasonToSetAssetOnline</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"50cd5a31-f261-4ca4-83a0-aacff512b1e5"},{"name":"AssetUser","item":[{"name":"add","id":"c5a232cc-a652-4f72-92eb-db9dff568f20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetUser\",\n  \"changeFields\": \"intUserID, intAssetID\",\n  \"object\": {\n    \"id\": 408634,\n    \"intUserID\": 108634,\n    \"intAssetID\": 608634\n  },\n  \"fields\": \"id, intUserID, intAssetID\"\n}"},"url":"https://zenduma-api.zenduit.com/assetUser/add","urlObject":{"protocol":"https","path":["assetUser","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5a232cc-a652-4f72-92eb-db9dff568f20"},{"name":"update","id":"3191d305-5218-4945-85cb-f9b3a0b99198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetUser\",\n  \"changeFields\": \"intUserID, intAssetID\",\n  \"object\": {\n    \"intUserID\": 108634,\n    \"intAssetID\": 608634\n  },\n  \"fields\": \"id, intUserID, intAssetID\"\n}"},"url":"https://zenduma-api.zenduit.com/assetUser/update","urlObject":{"protocol":"https","path":["assetUser","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3191d305-5218-4945-85cb-f9b3a0b99198"},{"name":"find","id":"01eb1795-f07b-49c8-b154-81ee764d3303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"AssetUser\",\n  \"filters\": [{\"ql\": \"intUserID = ?\", \"parameters\": [108634]}],\n  \"fields\": \"id, intUserID, intAssetID\"\n}"},"url":"https://zenduma-api.zenduit.com/assetUser/find","urlObject":{"protocol":"https","path":["assetUser","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"01eb1795-f07b-49c8-b154-81ee764d3303"}],"id":"840de8ae-ba99-4555-a3b7-3e440087dfc5","description":"<p>An AssetUser represents the relationship between a particular User within your CMMS and the associated Assets with this User. It contains information about the Date Added, and the Asset User Type, such as Manager, Technician, Operator, and Consumer. See the Asset object for more details and the User object for more information. You can have multiple Assets associated with one User. You can have multiple AssetUsers associated in your CMMS.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the AssetUser.</td>\n</tr>\n<tr>\n<td>intAssetUserTypeID</td>\n<td>integerAn integer that uniquely identifies the AssetUserType (used in conjunction with AssetUserType).</td>\n</tr>\n<tr>\n<td>dtmDateAdded</td>\n<td>timestampThe date time stamp for when the Asset was added in the CMMS by the User.</td>\n</tr>\n<tr>\n<td>intUserID</td>\n<td>integerAn integer that uniquely identifies the User.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integerThe ID of the asset. For getting possible values, please refer to the Asset section.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intUserID</td>\n<td>stringThe full name of the user.</td>\n</tr>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name and the code of the asset.</td>\n</tr>\n<tr>\n<td>dv_intAssetUserTypeID</td>\n<td>stringThe display value of AssetUserType</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"840de8ae-ba99-4555-a3b7-3e440087dfc5"},{"name":"BOMGroup","item":[{"name":"add","id":"5dab7b3c-9f83-43f1-b4e9-2ad8b3f6733a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BOMGroup\",\n  \"changeFields\": \"dtmLastUpdated, intCreatedByUserID, intLastUpdatedByUserID\",\n  \"object\": {\n    \"id\": 0,\n    \"dtmLastUpdated\": 0,\n    \"intCreatedByUserID\": 0,\n    \"intLastUpdatedByUserID\": 0\n  },\n  \"fields\": \"id, dtmLastUpdated, intCreatedByUserID, intLastUpdatedByUserID\"\n}"},"url":"https://zenduma-api.zenduit.com/BOMgroup/add","urlObject":{"protocol":"https","path":["BOMgroup","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dab7b3c-9f83-43f1-b4e9-2ad8b3f6733a"},{"name":"update","id":"d3430f4d-5f1d-43ce-9a6b-9858866659bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BOMGroup\",\n  \"changeFields\": \"dtmLastUpdated, intCreatedByUserID, intLastUpdatedByUserID\",\n  \"object\": {\n    \"id\": 0,\n    \"dtmLastUpdated\": 0,\n    \"intCreatedByUserID\": 0,\n    \"intLastUpdatedByUserID\": 0\n  },\n  \"fields\": \"id, dtmLastUpdated, intCreatedByUserID, intLastUpdatedByUserID\"\n}"},"url":"https://zenduma-api.zenduit.com/BOMgroup/update","urlObject":{"protocol":"https","path":["BOMgroup","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3430f4d-5f1d-43ce-9a6b-9858866659bc"},{"name":"find","id":"d1a37897-cd75-4aa1-9cc1-5392e177f1b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BOMGroup\",\n  \"fields\": \"id, dtmLastUpdated, intCreatedByUserID, intLastUpdatedByUserID\"\n}"},"url":"https://zenduma-api.zenduit.com/BOMgroup/find","urlObject":{"protocol":"https","path":["BOMgroup","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1a37897-cd75-4aa1-9cc1-5392e177f1b2"}],"id":"f59b3e22-b177-44ca-9ca4-bb2c18e59c3c","description":"<p>This call allows you to access a list of the Bill of Materials (BOM) Groups in your Fiix CMMS.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the BomGroup.</td>\n</tr>\n<tr>\n<td>dtmLastUpdated</td>\n<td>timestampThe date when the BomGroup was last updated, specified in Epoch format.</td>\n</tr>\n<tr>\n<td>intCreatedByUserID</td>\n<td>integerThe ID of the User that created the BomGroup.</td>\n</tr>\n<tr>\n<td>intLastUpdatedByUserID</td>\n<td>integerThe ID of the User that last updated the BomGroup.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>string <strong>required</strong>The name of the BomGroup.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intCreatedByUserID</td>\n<td>stringThe strFullName of the User that created the BomGroup.</td>\n</tr>\n<tr>\n<td>dv_intLastUpdatedByUserID</td>\n<td>stringThe strFullName of the User that last updated the BomGroup.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f59b3e22-b177-44ca-9ca4-bb2c18e59c3c"},{"name":"BOMGroupPart","item":[{"name":"add","id":"556adc0f-304a-4f36-9381-1fcbed317e98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BOMGroupPart\",\n  \"changeFields\": \"intAssetID, intBOMGroupID, qtyMaxConsumption\",\n  \"object\": {\n    \"id\": 0,\n    \"intAssetID\": 0,\n    \"intBOMGroupID\": 0,\n    \"qtyMaxConsumption\": 0\n  },\n  \"fields\": \"id, intAssetID, intBOMGroupID, qtyMaxConsumption\"\n}"},"url":"https://zenduma-api.zenduit.com/BOMgroupPart/add","urlObject":{"protocol":"https","path":["BOMgroupPart","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"556adc0f-304a-4f36-9381-1fcbed317e98"},{"name":"update","id":"0a5c553d-8642-416b-b3ae-5dd672096222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BOMGroupPart\",\n  \"changeFields\": \"intAssetID, intBOMGroupID, qtyMaxConsumption\",\n  \"object\": {\n    \"intAssetID\": 0,\n    \"intBOMGroupID\": 0,\n    \"qtyMaxConsumption\": 0\n  },\n  \"fields\": \"id, intAssetID, intBOMGroupID, qtyMaxConsumption\"\n}"},"url":"https://zenduma-api.zenduit.com/BOMgroupPart/update","urlObject":{"protocol":"https","path":["BOMgroupPart","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a5c553d-8642-416b-b3ae-5dd672096222"},{"name":"find","id":"34fecd81-6f18-40e4-bab8-cf6e35282d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BOMGroupPart\",\n  \"fields\": \"id, intAssetID, intBOMGroupID, qtyMaxConsumption\"\n}"},"url":"https://zenduma-api.zenduit.com/BOMgroupPart/find","urlObject":{"protocol":"https","path":["BOMgroupPart","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"34fecd81-6f18-40e4-bab8-cf6e35282d4a"}],"id":"11030baa-9b04-49c3-a1ce-1393dbc4a52f","description":"<p>This call allows you to specify the parts and quantities associate with your Bill of Materials (BOM) groups.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the BomGroupPart.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integerThe ID of the Asset associated with the BomGroupPart. Note that this asset must be a part (i.e. it must belong to the Parts and Supplies asset category).</td>\n</tr>\n<tr>\n<td>intBOMGroupID</td>\n<td>integer <strong>required</strong>The ID for the BOMGroup the part is being included in.</td>\n</tr>\n<tr>\n<td>qtyMaxConsumption</td>\n<td>integerThe quantity of this part in the BOMGroup.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe strName and strCode of the Asset associated with the BomGroupPart.</td>\n</tr>\n<tr>\n<td>dv_intBOMGroupID</td>\n<td>stringThe strName of the BomGroup to which the BomGroupPart belongs.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"11030baa-9b04-49c3-a1ce-1393dbc4a52f"},{"name":"BillingTerm","item":[{"name":"add","id":"1a546887-7e70-4420-aaa3-0758494bd1a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BillingTerm\",\n  \"changeFields\": \"strName\",\n  \"object\": {\n    \"strName\": \"\"\n  },\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/billingTerm/add","urlObject":{"protocol":"https","path":["billingTerm","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a546887-7e70-4420-aaa3-0758494bd1a8"},{"name":"update","id":"1569916b-4a1c-4b0b-b950-b4811c87dbc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BillingTerm\",\n  \"changeFields\": \"strName\",\n  \"object\": {\n    \"id\": 0,\n    \"strName\": \"\"\n  },\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/billingTerm/update","urlObject":{"protocol":"https","path":["billingTerm","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1569916b-4a1c-4b0b-b950-b4811c87dbc7"},{"name":"find","id":"a2f077e6-6409-46c0-8a2f-65752bf78000","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BillingTerm\",\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/billingTerm/find","urlObject":{"protocol":"https","path":["billingTerm","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2f077e6-6409-46c0-8a2f-65752bf78000"}],"id":"6393d82c-172b-4d22-8e15-3e8ad19503ca","description":"<p>This object is used to representing billing terms. The billing terms are defined by each tenant.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the BillingTerm.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>stringA string that uniquely identifies the BillingTerm.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"6393d82c-172b-4d22-8e15-3e8ad19503ca"},{"name":"Business","item":[{"name":"add","id":"2b7cb169-a2b3-48c9-a69d-2b063f343192","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Business\",\n  \"changeFields\": \"strPrimaryEmail, strPhone\",\n  \"object\": {\n    \"strPrimaryEmail\": \"Business_Primary_Email_Name\",\n    \"strPhone\": \"Business_Phone_Number\"\n  },\n  \"fields\": \"id, strPrimaryEmail, strName, strPhone\"\n}"},"url":"https://zenduma-api.zenduit.com/business/add","urlObject":{"protocol":"https","path":["business","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b7cb169-a2b3-48c9-a69d-2b063f343192"},{"name":"update","id":"55eb8805-0bec-4473-acd4-1be15cc512e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Business\",\n  \"changeFields\": \"strPrimaryEmail, strPhone\",\n  \"object\": {\n    \"id\": 408634,\n    \"strPrimaryEmail\": \"Business_Primary_Email_Name\",\n    \"strPhone\": \"Business_Phone_Number\"\n  },\n  \"fields\": \"id, strPrimaryEmail, strName, strPhone\"\n}"},"url":"https://zenduma-api.zenduit.com/business/update","urlObject":{"protocol":"https","path":["business","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"55eb8805-0bec-4473-acd4-1be15cc512e2"},{"name":"find","id":"40d2d1a7-4f97-4abd-8734-63e95a394637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Business\",\n  \"filters\": [{\"ql\": \"strProvince = ?\", \"parameters\": [\"Ontario\"]}],\n  \"fields\": \"id, strProvince, strPostalCode\"\n}"},"url":"https://zenduma-api.zenduit.com/business/find","urlObject":{"protocol":"https","path":["business","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"40d2d1a7-4f97-4abd-8734-63e95a394637"}],"id":"368cc5a1-3728-410e-9acf-22dc72ce9291","description":"<p>A Business represents a particular Business within your CMMS. It contains information about the address of the Business, and the Business Classification, such as Agriculture, Aerospace/Airline, Automotive, Biotechnology, Chemical Processing, Computer, Data Centers, Defense, Education, Electronics, Energy and Utilities, Manufacturing, Software, Technology, and Telecommunications. See the BusinessClassification object for more details. You can have multiple Assets associated with one Business. See the AssetBusiness object for more information. You can have multiple Businesses associated in your CMMS.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the Business.</td>\n</tr>\n<tr>\n<td>strProvince</td>\n<td>stringA string that identifies the Province of the Business.</td>\n</tr>\n<tr>\n<td>strPostalCode</td>\n<td>stringA string that identifies the Postal Code of the Business.</td>\n</tr>\n<tr>\n<td>strTimezone</td>\n<td>stringA string that identifies the Time Zone of the Business.</td>\n</tr>\n<tr>\n<td>strPrimaryEmail</td>\n<td>stringA string that identifies the Primary Email of the Business.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>stringA string that identifies the Name of the Business.</td>\n</tr>\n<tr>\n<td>strPhone</td>\n<td>stringA string that identifies the Phone Number of the Business.</td>\n</tr>\n<tr>\n<td>strFax</td>\n<td>stringA string that identifies the Fax Number of the Business.</td>\n</tr>\n<tr>\n<td>intCountryID</td>\n<td>integerAn integer that uniquely identifies the Country of the Business (used in conjunction with the Country object).</td>\n</tr>\n<tr>\n<td>strAddress</td>\n<td>stringA string that identifies the Address of the Business.</td>\n</tr>\n<tr>\n<td>strPrimaryContact</td>\n<td>stringA string that identifies the Primary Contact of the Business.</td>\n</tr>\n<tr>\n<td>strNotes</td>\n<td>stringA string that identifies Notes of the Business.</td>\n</tr>\n<tr>\n<td>strPhone2</td>\n<td>stringAn additional optional phone number of the Business.</td>\n</tr>\n<tr>\n<td>strCode</td>\n<td>stringThe code of the Business.</td>\n</tr>\n<tr>\n<td>strCity</td>\n<td>stringThe city of the Business.</td>\n</tr>\n<tr>\n<td>strSecondaryEmail</td>\n<td>stringA string that identifies secondary email of the Business</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intCountryID</td>\n<td>stringThe full name of the Country</td>\n</tr>\n<tr>\n<td>cf_intDefaultImageFileID</td>\n<td>The image of the Business, identifies a File</td>\n</tr>\n<tr>\n<td>cf_intDefaultImageFileThumbnailID</td>\n<td>The thumbnail of the image for the Business, identifies a File</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"368cc5a1-3728-410e-9acf-22dc72ce9291"},{"name":"BusinessClassification","item":[{"name":"add","id":"ee308f71-cee6-47f6-a227-3cc199fe598d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BusinessClassification\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/businessClassification/add","urlObject":{"protocol":"https","path":["businessClassification","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee308f71-cee6-47f6-a227-3cc199fe598d"},{"name":"update","id":"93d44884-aa5d-4e32-95f5-9eeab304ccd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BusinessClassification\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/businessClassification/update","urlObject":{"protocol":"https","path":["businessClassification","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"93d44884-aa5d-4e32-95f5-9eeab304ccd8"},{"name":"find","id":"103a9ff5-697b-420b-a9ae-fd173e39b1c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BusinessClassification\",\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/businessClassification/find","urlObject":{"protocol":"https","path":["businessClassification","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"103a9ff5-697b-420b-a9ae-fd173e39b1c1"}],"id":"304d6989-bcbb-4ad7-b42d-9508747ead29","description":"<p>A BusinessClassification represents the relationship between a Business and its Classification. It contains the Business Classification list, such as Agriculture, Aerospace/Airline, Automotive, Biotechnology, Chemical Processing, Computer, Data Centers, Defense, Education, Electronics, Energy and Utilities, Manufacturing, Software, Technology, and Telecommunications. See the Business object for more details.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the BusinessClassification (used in conjunction with Business).</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>string <strong>read only</strong>A string that identifies the name of the BusinessClassification.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"304d6989-bcbb-4ad7-b42d-9508747ead29"},{"name":"BusinessGroup","item":[{"name":"add","id":"41b6f1ee-38c1-4615-b8f5-ee5b01bd8c1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BusinessGroup\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/businessGroup/add","urlObject":{"protocol":"https","path":["businessGroup","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"41b6f1ee-38c1-4615-b8f5-ee5b01bd8c1d"},{"name":"update","id":"df8cb8f8-4fca-45db-a52d-1036bbe6d950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BusinessGroup\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/businessGroup/update","urlObject":{"protocol":"https","path":["businessGroup","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"df8cb8f8-4fca-45db-a52d-1036bbe6d950"},{"name":"find","id":"c7beb898-6954-4689-bf2b-d201afd077ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BusinessGroup\",\n  \"fields\": \"bolIsDefaultManufacturer, bolIsDefaultSupplier, id, intRelationshipType\"\n}"},"url":"https://zenduma-api.zenduit.com/businessGroup/find","urlObject":{"protocol":"https","path":["businessGroup","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7beb898-6954-4689-bf2b-d201afd077ba"}],"id":"7976ffde-f6ec-4377-bb1d-258997bbf3ef","description":"<p>This object is used for defining the vendor groups.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the BusinessGroup.</td>\n</tr>\n<tr>\n<td>bolIsDefaultManufacturer</td>\n<td>boolean <strong>read only</strong>If set to true, indicates that the business group is the Default manufacturer for the associated asset (usually parts/supplies)</td>\n</tr>\n<tr>\n<td>bolIsDefaultSupplier</td>\n<td>boolean <strong>read only</strong>If set to true, indicates that the business group is the Default supplier for the associated asset (usually parts/supplies).</td>\n</tr>\n<tr>\n<td>intRelationshipType</td>\n<td>integer <strong>read only</strong>An integer value used to define the relationship type. Possible values are 1 for Vendor and 2 for Customer.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>string <strong>read only</strong>The display name for the vendor group.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7976ffde-f6ec-4377-bb1d-258997bbf3ef"},{"name":"BusinessRole","item":[{"name":"find","id":"c3d7fab8-5a24-4939-b940-fcd02b6d616d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BusinessRole\",\n  \"fields\": \"id, intBusinessID, intBusinessGroupID\"\n}"},"url":"https://zenduma-api.zenduit.com/businessRole/find","urlObject":{"protocol":"https","path":["businessRole","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3d7fab8-5a24-4939-b940-fcd02b6d616d"},{"name":"update","id":"e64e2473-a204-4f1e-992b-d7271c258977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BusinessRole\",\n  \"changeFields\": \"intBusinessID, intBusinessGroupID\",\n  \"object\": {\n    \"id\": 454532,\n    \"intBusinessID\": 453265,\n    \"intBusinessGroupID\": 897654\n  },\n  \"fields\": \"id, intBusinessID, intBusinessGroupID\"\n}"},"url":"https://zenduma-api.zenduit.com/businessRole/find","urlObject":{"protocol":"https","path":["businessRole","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e64e2473-a204-4f1e-992b-d7271c258977"},{"name":"add","id":"3eb5645d-284f-4251-8e24-1ac3e7a135a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"BusinessRole\",\n  \"changeFields\": \"intBusinessID, intBusinessGroupID\",\n  \"object\": {\n    \"intBusinessID\": 453265,\n    \"intBusinessGroupID\": 897654\n  },\n  \"fields\": \"id, intBusinessID, intBusinessGroupID\"\n}"},"url":"https://zenduma-api.zenduit.com/businessRole/find","urlObject":{"protocol":"https","path":["businessRole","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3eb5645d-284f-4251-8e24-1ac3e7a135a5"}],"id":"3c8f214f-5ab8-4051-9936-73e125e736fd","description":"<p>The Business Role object allows you to make associations between Businesses and their Business Groups.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the BusinessRole.</td>\n</tr>\n<tr>\n<td>intBusinessID</td>\n<td>integer <strong>required</strong>The ID of the Business to which the Business Group association should be made.</td>\n</tr>\n<tr>\n<td>intBusinessGroupID</td>\n<td>integerThe ID of the BusinessGroup that should be associated with the Business.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"3c8f214f-5ab8-4051-9936-73e125e736fd"},{"name":"CalendarEvent","item":[{"name":"add","id":"30600106-ed8e-4201-8abe-2097643efec6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"CalendarEvent\",\n  \"object\": {\n    \"id\": 2,\n    \"intScheduledMaintenanceID\": 3\n  },\n  \"fields\": \"id, intScheduledMaintenanceID, dtmDate, dv_intScheduledMaintenanceID\"\n}"},"url":"https://zenduma-api.zenduit.com/calendarEvent/add","urlObject":{"protocol":"https","path":["calendarEvent","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"30600106-ed8e-4201-8abe-2097643efec6"},{"name":"update","id":"e74f38b5-e54f-46b5-a5a1-f6c37d1b45f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"CalendarEvent\",\n  \"object\": {\n    \"id\": 2,\n    \"intScheduledMaintenanceID\": 3\n  },\n  \"fields\": \"id, intScheduledMaintenanceID, dtmDate, dv_intScheduledMaintenanceID\"\n}"},"url":"https://zenduma-api.zenduit.com/calendarEvent/update","urlObject":{"protocol":"https","path":["calendarEvent","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e74f38b5-e54f-46b5-a5a1-f6c37d1b45f8"},{"name":"find","id":"4e1bce05-30bd-4778-9cb2-16bdd1b5c67f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"CalendarEvent\",\n  \"fields\": \"id, intScheduledMaintenanceID, dtmDate, dv_intScheduledMaintenanceID\"\n}"},"url":"https://zenduma-api.zenduit.com/calendarEvent/find","urlObject":{"protocol":"https","path":["calendarEvent","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e1bce05-30bd-4778-9cb2-16bdd1b5c67f"}],"id":"2c8fa4ef-822f-4f2f-8888-50069438137a","description":"<p>A CalendarEvent represents a certain Maintenance object such as a Work Order that is assigned to a User on a specific Date for a ScheduleTrigger or ScheduledMaintenance. The CalendarEvent is associated with your CMMS. It contains information about the timestamp Date for the CalendarEvent and the associated ScheduleTrigger. An Example Scenario: You have an Asset in the CMMS. The Asset is of type Facility. The Facility has a Work Order attached to it. The Work Order has certain Labor Tasks for certain users attached to it. For a certain Date, a CalendarEvent can be created for this Work Order where a ScheduleTrigger and ScheduledMaintenance can be assigned to a User. See the WorkOrder object for more details. You can have multiple CalendarEvents associated in your CMMS.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the CalendarEvent.</td>\n</tr>\n<tr>\n<td>intScheduledMaintenanceID</td>\n<td>integerAn integer that uniquely identifies the ScheduledMaintenance.</td>\n</tr>\n<tr>\n<td>intScheduleTriggerID</td>\n<td>integer <strong>required</strong>An integer that uniquely identifies the ScheduleTrigger.</td>\n</tr>\n<tr>\n<td>dtmDate</td>\n<td>timestamp <strong>required</strong>A datetime stamp that identifies the the Date for the CalendarEvent.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intScheduleTriggerID</td>\n<td>stringThe id of the ScheduleTrigger</td>\n</tr>\n<tr>\n<td>dv_intScheduledMaintenanceID</td>\n<td>stringThe code of the ScheduledMaintenance</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"2c8fa4ef-822f-4f2f-8888-50069438137a"},{"name":"ChargeDepartment","item":[{"name":"add","id":"567362f3-6016-4b07-b7a6-2c0238ac2e17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ChargeDepartment\",\n  \"changeFields\": \"intFacilityID, strCode, strDescription\",\n  \"object\": {\n    \"intFacilityID\": 0,\n    \"strCode\": \"\",\n    \"strDescription\": \"\"\n  },\n  \"fields\": \"id, dv_intTenantID, intFacilityID, dv_intFacilityID, strCode, strDescription, cf_intSiteID\"\n}"},"url":"https://zenduma-api.zenduit.com/chargeDepartment/add","urlObject":{"protocol":"https","path":["chargeDepartment","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"567362f3-6016-4b07-b7a6-2c0238ac2e17"},{"name":"update","id":"0c76652b-ea60-48da-a8ed-ce587e0f8817","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ChargeDepartment\",\n  \"changeFields\": \"intFacilityID, strCode, strDescription\",\n  \"object\": {\n    \"id\": 0,\n    \"intFacilityID\": 0,\n    \"strCode\": \"\",\n    \"strDescription\": \"\"\n  },\n  \"fields\": \"id, dv_intTenantID, intFacilityID, dv_intFacilityID, strCode, strDescription, cf_intSiteID\"\n}"},"url":"https://zenduma-api.zenduit.com/chargeDepartment/update","urlObject":{"protocol":"https","path":["chargeDepartment","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c76652b-ea60-48da-a8ed-ce587e0f8817"},{"name":"find","id":"9c4d2864-6d77-4143-bf87-ac6b1412edac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ChargeDepartment\",\n  \"fields\": \"id, dv_intTenantID, intFacilityID, dv_intFacilityID, strCode, strDescription, cf_intSiteID\"\n}"},"url":"https://zenduma-api.zenduit.com/chargeDepartment/find","urlObject":{"protocol":"https","path":["chargeDepartment","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c4d2864-6d77-4143-bf87-ac6b1412edac"}],"id":"4da5496d-57de-4274-a862-b4f7225d6a60","description":"<p>This object is used to access the Charge Department lookup table.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the charge department.</td>\n</tr>\n<tr>\n<td>strCode</td>\n<td>string <strong>required</strong>A unique code for referencing the charge department.</td>\n</tr>\n<tr>\n<td>strDescription</td>\n<td>string <strong>required</strong>A short text describing the charge department.</td>\n</tr>\n<tr>\n<td>intFacilityID</td>\n<td>integerAn integer that can be used to linked the charge department with the facility it is located at.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the ChargeDepartment.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intFacilityID</td>\n<td>stringThe name and code of the facility where the charge department is located at.</td>\n</tr>\n<tr>\n<td>cf_intSiteID</td>\n<td>An integer that uniquely identifies the site the charge department is located at, based on the site of the facility.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"4da5496d-57de-4274-a862-b4f7225d6a60"},{"name":"Country","item":[{"name":"add","id":"753a5a3d-5efc-4dbd-b1ea-5d9e60375640","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Currency\",\n  \"changeFields\": \"strMid, strName, strShort2, strShort\",\n  \"object\": {\n    \"id\": 0,\n    \"strMid\": \"\",\n    \"strName\": \"\",\n    \"strShort2\": \"\",\n    \"strShort\": \"\"\n  },\n  \"fields\": \"id, strMid, strName, strShort2, strShort\"\n}"},"url":"https://zenduma-api.zenduit.com/currency/add","urlObject":{"protocol":"https","path":["currency","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"753a5a3d-5efc-4dbd-b1ea-5d9e60375640"},{"name":"update","id":"414307e3-fcf9-4752-9e81-94cb1954380e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Currency\",\n  \"changeFields\": \"strMid, strName, strShort2, strShort\",\n  \"object\": {\n    \"strMid\": \"\",\n    \"strName\": \"\",\n    \"strShort2\": \"\",\n    \"strShort\": \"\"\n  },\n  \"fields\": \"id, strMid, strName, strShort2, strShort\"\n}"},"url":"https://zenduma-api.zenduit.com/currency/update","urlObject":{"protocol":"https","path":["currency","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"414307e3-fcf9-4752-9e81-94cb1954380e"},{"name":"find","id":"7e577146-115b-4e66-adeb-00b69afc107b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Currency\",\n  \"fields\": \"id, strDescription, strISOCode, strName, strSymbol\"\n}"},"url":"https://zenduma-api.zenduit.com/currency/find","urlObject":{"protocol":"https","path":["currency","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e577146-115b-4e66-adeb-00b69afc107b"}],"id":"82424dd0-3879-4cdf-89f4-9f73a4e0814d","description":"<p>This object is used to represent possible countries for the locations.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the Country.</td>\n</tr>\n<tr>\n<td>strMid</td>\n<td>stringThree letters code for the country's name. For example : <code>\"CAN\"</code> or <code>\"USA\"</code>.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>stringFull name of the country. For example : <code>\"Canada\"</code> or <code>\"United States of America\"</code>.</td>\n</tr>\n<tr>\n<td>strShort2</td>\n<td>stringTwo letters code for the country's name. For example : <code>\"CA\"</code> or <code>\"US\"</code>.</td>\n</tr>\n<tr>\n<td>strShort</td>\n<td>stringTwo letters code for the region of the world the country is located in. For example : <code>\"NA\"</code> for North America or <code>\"EU\"</code> for Europe.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"82424dd0-3879-4cdf-89f4-9f73a4e0814d"},{"name":"CycleCount","item":[{"name":"add","id":"e7a7add4-67eb-4821-a57e-d2da7f6e66a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"CycleCount\",\n  \"object\": {\n    \"bolIncludeClassA\": 1,\n    \"bolIncludeClassB\": 1,\n    \"bolIncludeClassC\": 1,\n    \"bolIncludeNotClassified\": 1,\n    \"intSiteID\": 1002\n  },\n  \"fields\": \"id\"\n}"},"url":"https://zenduma-api.zenduit.com/cycleCount/add","urlObject":{"protocol":"https","path":["cycleCount","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7a7add4-67eb-4821-a57e-d2da7f6e66a6"},{"name":"update","id":"d9d550fd-ec15-44a5-a202-185fe30a11c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"CycleCount\",\n  \"changeFields\": \"bolComplete\",\n  \"object\": {\n    \"id\": 1234,\n    \"bolComplete\": 1\n  },\n  \"fields\": \"id, bolComplete\"\n}"},"url":"https://zenduma-api.zenduit.com/cycleCount/update","urlObject":{"protocol":"https","path":["cycleCount","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9d550fd-ec15-44a5-a202-185fe30a11c2"},{"name":"find","id":"4f29624b-9eb0-44e2-9ad2-331cf8beabe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"CycleCount\",\n  \"filters\": [{\"ql\": \"bolIsSite = ?\", \"parameters\": [1]}],\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/cycleCount/find","urlObject":{"protocol":"https","path":["cycleCount","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f29624b-9eb0-44e2-9ad2-331cf8beabe3"}],"id":"10453668-f690-4641-b259-4ab3b6b300e4","description":"<p>This object is used to represent a cycle count, its life cycle and resulting values and variances.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the cycle count.</td>\n</tr>\n<tr>\n<td>bolComplete</td>\n<td>booleanIf set to true, the cycle count is considered as completed and closed.</td>\n</tr>\n<tr>\n<td>bolIncludeClassA</td>\n<td>booleanIf set to true, all stocks for parts/supplies of class A in the considered site will be added to the cycle count. Please refer to StockCycleCount.</td>\n</tr>\n<tr>\n<td>bolIncludeClassB</td>\n<td>booleanIf set to true, all stocks for parts/supplies of class B in the considered site will be added to the cycle count. Please refer to StockCycleCount.</td>\n</tr>\n<tr>\n<td>bolIncludeClassC</td>\n<td>booleanIf set to true, all stocks for parts/supplies of class C in the considered site will be added to the cycle count. Please refer to StockCycleCount.</td>\n</tr>\n<tr>\n<td>bolIncludeNotClassified</td>\n<td>booleanIf set to true, all stocks for parts/supplies with no class in the considered site will be added to the cycle count. Please refer to StockCycleCount.</td>\n</tr>\n<tr>\n<td>dblGrossVariance</td>\n<td>double <strong>read only</strong>The gross difference between the expected total stock value and the total counted value.</td>\n</tr>\n<tr>\n<td>dblNetVariance</td>\n<td>double <strong>read only</strong>The net difference between the expected total stock value and the total counted value.</td>\n</tr>\n<tr>\n<td>dblTotalValueCounted</td>\n<td>double <strong>read only</strong>The actual total value of the counted stocks.</td>\n</tr>\n<tr>\n<td>dblTotalValueExpected</td>\n<td>double <strong>read only</strong>The total expected value of the stocks included in the cycle count.</td>\n</tr>\n<tr>\n<td>dtmCompleted</td>\n<td>timestampThe date when the cycle count was marked as completed.</td>\n</tr>\n<tr>\n<td>dtmCreated</td>\n<td>timestampThe date when the cycle count as created.</td>\n</tr>\n<tr>\n<td>intCompletedBy</td>\n<td>integerThe ID of the User who marked the cycle count as completed.</td>\n</tr>\n<tr>\n<td>intCreatedBy</td>\n<td>integerThe ID of the User who created the cycle count.</td>\n</tr>\n<tr>\n<td>intSiteID</td>\n<td>integer <strong>required</strong>The ID of site to consider for the cycle count. Please refer to Asset.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intCompletedBy</td>\n<td>stringThe full name of the User who marked the cycle count as completed.</td>\n</tr>\n<tr>\n<td>dv_intCreatedBy</td>\n<td>stringThe full name of the User who created the cycle count.</td>\n</tr>\n<tr>\n<td>dv_intSiteID</td>\n<td>stringThe name and code of the site. Please refer to Asset.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"10453668-f690-4641-b259-4ab3b6b300e4"},{"name":"File","item":[{"name":"add","id":"1489f3ce-8801-4f68-84c4-0202b47e2838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"File\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/file/add","urlObject":{"protocol":"https","path":["file","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1489f3ce-8801-4f68-84c4-0202b47e2838"},{"name":"update","id":"e18c9ea4-a249-468e-a4b9-b9b37bf4e555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"File\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/file/update","urlObject":{"protocol":"https","path":["file","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e18c9ea4-a249-468e-a4b9-b9b37bf4e555"},{"name":"find","id":"3881bb49-a8ab-42bc-bab3-8bcf9240df94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"File\",\n  \"fields\": \"id, intWorkOrderID, dv_intWorkOrderID, intFileTypeID, strLink, strName,intSize\"\n}"},"url":"https://zenduma-api.zenduit.com/file/find","urlObject":{"protocol":"https","path":["file","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3881bb49-a8ab-42bc-bab3-8bcf9240df94"}],"id":"bd3ab7f6-81e5-4868-bcb2-d6beafefd57a","description":"<p>A File represents a file system object, such as pictures for Assets (facilities, equipment, tools), Supplies (Parts, Businesses), Regions, and Users. It contains information about the size of the File and the name of the File. The File object is associated with your CMMS. The File object is associated with FileContents. See FileContents object for more details. You can have multiple Files associated in your CMMS.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the File.</td>\n</tr>\n<tr>\n<td>intWorkOrderID</td>\n<td>integerAn integer that uniquely identifies the Work Order that is associated with this File.</td>\n</tr>\n<tr>\n<td>intFileTypeID</td>\n<td>integerAn integer that uniquely identifies the File Type.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>stringA string that identifies the name of the File.</td>\n</tr>\n<tr>\n<td>intSize</td>\n<td>integerAn integer that identifies the size of the File.</td>\n</tr>\n<tr>\n<td>strNotes</td>\n<td>stringA string that identifies Notes associated with the File.</td>\n</tr>\n<tr>\n<td>intFileContentsID</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the FileContents (used in conjunction with FileContents).</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integerAn ID that identifies the Asset associated with the File.</td>\n</tr>\n<tr>\n<td>intPurchaseOrderID</td>\n<td>integerAn integer that uniquely identifies a purchase order record.</td>\n</tr>\n<tr>\n<td>strLink</td>\n<td>stringA web url, that typically starts with http or https protocol. Network drive paths are not supported, as they are blocked by modern browsers.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the File.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intWorkOrderID</td>\n<td>stringThe code of the work order. For example : <code>\"WO 2009-09-01.0010.00048.Any\"</code>. For more details, please refer to the WorkOrder section.</td>\n</tr>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name and the code of the asset.</td>\n</tr>\n<tr>\n<td>dv_intPurchaseOrderID</td>\n<td>stringThe code of the purchase order identified by intPurchaseOrderID</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"bd3ab7f6-81e5-4868-bcb2-d6beafefd57a"},{"name":"FileContents","item":[{"name":"add","id":"7124b271-5fa6-458d-8087-620dd8d053b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"FileContents\",\n  \"changeFields\": \"strName, intSysCode, strMimeType, intSize\",\n  \"object\": {\n    \"id\": 0,\n    \"strName\": \"\",\n    \"intSysCode\": 0,\n    \"strMimeType\": \"\",\n    \"intSize\": 0\n  },\n  \"fields\": \"id, strName, intSysCode, strMimeType, intSize\"\n}"},"url":"https://zenduma-api.zenduit.com/fileContents/add","urlObject":{"protocol":"https","path":["fileContents","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7124b271-5fa6-458d-8087-620dd8d053b0"},{"name":"update","id":"c7c4366e-4d65-4c38-bf12-18a66e3cac06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"FileContents\",\n  \"changeFields\": \"strName, intSysCode, strMimeType, intSize\",\n  \"object\": {\n    \"strName\": \"\",\n    \"intSysCode\": 0,\n    \"strMimeType\": \"\",\n    \"intSize\": 0\n  },\n  \"fields\": \"id, strName, intSysCode, strMimeType, intSize\"\n}"},"url":"https://zenduma-api.zenduit.com/fileContents/update","urlObject":{"protocol":"https","path":["fileContents","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7c4366e-4d65-4c38-bf12-18a66e3cac06"},{"name":"find","id":"e14b93f5-c328-4bd5-ac47-abe5968a9f7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"FileContents\",\n  \"fields\": \"id, strName, intSysCode, strMimeType, intSize\"\n}"},"url":"https://zenduma-api.zenduit.com/fileContents/find","urlObject":{"protocol":"https","path":["fileContents","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e14b93f5-c328-4bd5-ac47-abe5968a9f7b"}],"id":"f05b9450-cec0-465c-9611-a46a7f619601","description":"<p>A FileContents represents a more in depth look into a specific file system object, such as pictures for Assets (facilities, equipment, tools), Supplies (Parts, Businesses), Regions, and Users. It contains information about the MimeType of the File. The FileContents object is associated with a File object. See the File object for more details.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the FileContents.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>stringA string that identifies the name of the File.</td>\n</tr>\n<tr>\n<td>strMimeType</td>\n<td>stringA string that identifies the MimeType of the File.</td>\n</tr>\n<tr>\n<td>intSize</td>\n<td>integerAn integer that identifies the size of the File.</td>\n</tr>\n<tr>\n<td>intSysCode</td>\n<td>integerFACILITY = 0,EQUIPMENT = 1,TOOLS = 2,PARTS_SUPPLIES = 3,USER = 4,BUSINESS = 5,SITE = 6</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the FileContents.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f05b9450-cec0-465c-9611-a46a7f619601"},{"name":"MaintenanceType","item":[{"name":"add","id":"823e2e70-9cfb-42ec-85fb-50477e8d0e26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MaintenanceType\",\n  \"changeFields\": \"strName\",\n  \"object\": {\n    \"id\": 0,\n    \"strName\": \"\"\n  },\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/maintenanceType/add","urlObject":{"protocol":"https","path":["maintenanceType","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"823e2e70-9cfb-42ec-85fb-50477e8d0e26"},{"name":"update","id":"556d25d6-8731-43e9-a6b7-591807f407b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MaintenanceType\",\n  \"changeFields\": \"strName\",\n  \"object\": {\n    \"id\": 0,\n    \"strName\": \"\"\n  },\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/maintenanceType/update","urlObject":{"protocol":"https","path":["maintenanceType","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"556d25d6-8731-43e9-a6b7-591807f407b1"},{"name":"find","id":"cc2547ac-8dfc-411c-83be-6d7f55776138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MaintenanceType\",\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/maintenanceType/find","urlObject":{"protocol":"https","path":["maintenanceType","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc2547ac-8dfc-411c-83be-6d7f55776138"}],"id":"40744c90-4190-4d44-8fce-a016c3a8ab12","description":"<p>This object is used to represent the different types of maintenance that work orders can be filed under. Base possible values are <code>\"Preventive\"</code>, <code>\"Damage\"</code>, <code>\"Corrective\"</code>, <code>\"Safety\"</code>, <code>\"Upgrade\"</code>, <code>\"Electrical\"</code>, <code>\"Project\"</code>, <code>\"Inspection\"</code>, <code>\"Meter Reading\"</code>, <code>\"Other\"</code>, but those values can be modified for each tenant.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the MaintenanceType.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>stringThe display name of the maintenance type.</td>\n</tr>\n<tr>\n<td>intSysCode</td>\n<td>integerPREVENTIVE = 1,DAMAGE = 2,CORRECTIVE = 3,SAFETY = 4,UPGRADE = 5,ELECTRICAL = 6,PROJECT = 7,INSPECTION = 8,METER_READING = 9,OTHER = 10</td>\n</tr>\n<tr>\n<td>strColor</td>\n<td>stringA string representing the hexadecimal color values for the maintenance type.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the MaintenanceType.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"40744c90-4190-4d44-8fce-a016c3a8ab12"},{"name":"MeterReading","item":[{"name":"add","id":"3b23b7a4-5d3b-46aa-9549-0603a71e5919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MeterReading\",\n  \"changeFields\": \"intWorkOrderID, intSubmittedByUserID, intMeterReadingUnitsID, dblMeterReading, intAssetID, dtmDateSubmitted\",\n  \"object\": {\n    \"id\": 0,\n    \"intWorkOrderID\": 0,\n    \"intSubmittedByUserID\": 0,\n    \"intMeterReadingUnitsID\": 0,\n    \"dblMeterReading\": 0,\n    \"intAssetID\": 0,\n    \"dtmDateSubmitted\": 0\n  },\n  \"fields\": \"id, intWorkOrderID, intSubmittedByUserID, intMeterReadingUnitsID, dblMeterReading, dv_intWorkOrderID, dv_intMeterReadingUnitsID, dv_intAssetID, dv_intSubmittedByUserID, intAssetID, dtmDateSubmitted\"\n}"},"url":"https://zenduma-api.zenduit.com/meterReading/add","urlObject":{"protocol":"https","path":["meterReading","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b23b7a4-5d3b-46aa-9549-0603a71e5919"},{"name":"update","id":"bb147e20-c5c0-44a4-992c-a1d9cadcddb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MeterReading\",\n  \"changeFields\": \"intWorkOrderID, intSubmittedByUserID, intMeterReadingUnitsID, dblMeterReading, intAssetID, dtmDateSubmitted\",\n  \"object\": {\n    \"intWorkOrderID\": 0,\n    \"intSubmittedByUserID\": 0,\n    \"intMeterReadingUnitsID\": 0,\n    \"dblMeterReading\": 0,\n    \"intAssetID\": 0,\n    \"dtmDateSubmitted\": 0\n  },\n  \"fields\": \"id, intWorkOrderID, intSubmittedByUserID, intMeterReadingUnitsID, dblMeterReading, dv_intWorkOrderID, dv_intMeterReadingUnitsID, dv_intAssetID, dv_intSubmittedByUserID, intAssetID, dtmDateSubmitted\"\n}"},"url":"https://zenduma-api.zenduit.com/meterReading/update","urlObject":{"protocol":"https","path":["meterReading","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb147e20-c5c0-44a4-992c-a1d9cadcddb5"},{"name":"find","id":"2970e949-e58e-40f6-bfa7-13de75b3a8c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MeterReading\",\n  \"fields\": \"id, intWorkOrderID, intSubmittedByUserID, intMeterReadingUnitsID, dblMeterReading, dv_intWorkOrderID, dv_intMeterReadingUnitsID, dv_intAssetID, dv_intSubmittedByUserID, intAssetID, dtmDateSubmitted\"\n}"},"url":"https://zenduma-api.zenduit.com/meterReading/find","urlObject":{"protocol":"https","path":["meterReading","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2970e949-e58e-40f6-bfa7-13de75b3a8c2"}],"id":"f001bbc3-b72f-48cc-bc15-46d9c1390387","description":"<p>This object is used to store meter readings for some of the managed assets.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the MeterReading.</td>\n</tr>\n<tr>\n<td>intWorkOrderID</td>\n<td>integerThe ID of the work order, in case the meter reading was submitted during the completion of a work order. Please refer to the WorkOrder section.</td>\n</tr>\n<tr>\n<td>intSubmittedByUserID</td>\n<td>integerThe ID of the user who submitted the meter reading. For getting all possible values, please refer to the User section.</td>\n</tr>\n<tr>\n<td>intMeterReadingUnitsID</td>\n<td>integer <strong>required</strong>The ID of the unit used for the meter reading. For getting all possible values, please refer to the MeterReadingUnit section.</td>\n</tr>\n<tr>\n<td>dblMeterReading</td>\n<td>double <strong>required</strong>The actual value of the meter reading.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integer <strong>required</strong>The ID of the asset the meter reading was performed on. For getting all possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>dtmDateSubmitted</td>\n<td>timestamp <strong>required</strong>The date and time of the moment when the meter reading was submitted.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the MeterReading.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intWorkOrderID</td>\n<td>stringThe code of the work order, in case the meter reading was submitted during the completion of a work order. For example : <code>\"WO 2009-09-01.0010.00048.Any\"</code>. For more details, please refer to the WorkOrder section.</td>\n</tr>\n<tr>\n<td>dv_intMeterReadingUnitsID</td>\n<td>stringThe display name and symbol of the unit used for the meter reading. For example : <code>\"Gallons (g)\"</code> or <code>\"Hours (hr)\"</code>.</td>\n</tr>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name and the code of the asset the meter reading was performed on.</td>\n</tr>\n<tr>\n<td>dv_intSubmittedByUserID</td>\n<td>stringThe full name of the user who submitted the meter reading.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f001bbc3-b72f-48cc-bc15-46d9c1390387"},{"name":"MiscCost","item":[{"name":"add","id":"d1c5240c-3fa1-4e7d-932c-f6a81c0ce57d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MiscCost\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/miscCost/add","urlObject":{"protocol":"https","path":["miscCost","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1c5240c-3fa1-4e7d-932c-f6a81c0ce57d"},{"name":"update","id":"d90729cb-bd2e-4115-954c-b40132154a20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MiscCost\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/miscCost/update","urlObject":{"protocol":"https","path":["miscCost","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d90729cb-bd2e-4115-954c-b40132154a20"},{"name":"find","id":"fe01b86a-9527-49de-85c0-88eb0f347aee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MiscCost\",\n  \"fields\": \"id, intUpdated\"\n}"},"url":"https://zenduma-api.zenduit.com/miscCost/find","urlObject":{"protocol":"https","path":["miscCost","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe01b86a-9527-49de-85c0-88eb0f347aee"}],"id":"43304a41-3891-4a61-b9d8-545ccf32b3da","description":"<p>This call allows you to access the Miscellaneous Costs associated with a Work Order.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the MiscCost.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created (if it hasn't been updated at all) or last updated.</td>\n</tr>\n<tr>\n<td>dblActualTotalCost</td>\n<td>doubleThe actual total cost associated with the MiscCost.</td>\n</tr>\n<tr>\n<td>dblActualUnitCost</td>\n<td>doubleThe actual unit cost associated with the MiscCost.</td>\n</tr>\n<tr>\n<td>dblEstimatedTotalCost</td>\n<td>doubleThe estimated total cost associated with the MiscCost.</td>\n</tr>\n<tr>\n<td>dblEstimatedUnitCost</td>\n<td>doubleThe estimated unit cost associated with the MiscCost.</td>\n</tr>\n<tr>\n<td>intMiscCostTypeID</td>\n<td>integerThe ID of the MiscCostType associated with the MiscCost.</td>\n</tr>\n<tr>\n<td>intWorkOrderID</td>\n<td>integer <strong>required</strong>The ID of the WorkOrder the MiscCost belongs to.</td>\n</tr>\n<tr>\n<td>qtyEstQuantity</td>\n<td>integerThe estimated quantity for the MiscCost.</td>\n</tr>\n<tr>\n<td>qtyQuantity</td>\n<td>integerThe actual quantity for the MiscCost</td>\n</tr>\n<tr>\n<td>strDescription</td>\n<td>stringThe description for the MiscCost.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intMiscCostTypeID</td>\n<td>stringThe strName of the MiscCostType associated with the MiscCost.</td>\n</tr>\n<tr>\n<td>dv_intWorkOrderID</td>\n<td>stringThe code for the WorkOrder to which the MiscCost belongs to.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"43304a41-3891-4a61-b9d8-545ccf32b3da"},{"name":"MiscCostType","item":[{"name":"add","id":"85b188fc-3082-4637-b566-cd4bdafb6409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MiscCostType\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/miscCostType/add","urlObject":{"protocol":"https","path":["miscCostType","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"85b188fc-3082-4637-b566-cd4bdafb6409"},{"name":"update","id":"1e9bc434-88aa-41aa-b58f-92b181208f52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MiscCostType\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/miscCostType/update","urlObject":{"protocol":"https","path":["miscCostType","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e9bc434-88aa-41aa-b58f-92b181208f52"},{"name":"find","id":"be4efebe-0f18-4338-8284-c7c8369ff5b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MiscCostType\",\n  \"fields\": \"id, intUpdated\"\n}"},"url":"https://zenduma-api.zenduit.com/miscCostType/find","urlObject":{"protocol":"https","path":["miscCostType","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"be4efebe-0f18-4338-8284-c7c8369ff5b6"}],"id":"478aa7a0-20fa-4803-bfde-a38bbec9ec8e","description":"<p>This call allows you to access a list of the Miscellaneous Cost categories configured for your Fiix CMMS (in Settings &gt; CMMS Settings &gt; Lookup Tables).</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the MiscCostType.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created (if it hasn't been updated at all) or last updated.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>string <strong>required</strong>The name of the MiscCostType.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"478aa7a0-20fa-4803-bfde-a38bbec9ec8e"},{"name":"Move","item":[{"name":"add","id":"c7e87ed5-9003-4f61-90dd-562d4b11f090","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Move\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/move/add","urlObject":{"protocol":"https","path":["move","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7e87ed5-9003-4f61-90dd-562d4b11f090"},{"name":"update","id":"429946c9-5638-45e6-ad3b-0339f6e98beb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Move\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/move/update","urlObject":{"protocol":"https","path":["move","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"429946c9-5638-45e6-ad3b-0339f6e98beb"},{"name":"find","id":"15ed9828-cc6e-4e33-ac86-6217a1ce3664","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Move\",\n  \"filters\": [{\"ql\": \"bolIsSite = ?\", \"parameters\": [1]}],\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/move/find","urlObject":{"protocol":"https","path":["move","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"15ed9828-cc6e-4e33-ac86-6217a1ce3664"}],"id":"5bb81aa2-09f0-48e8-885b-a978c3f4f8fc","description":"<p>This object represents one or several assets being moved from their original location to a new location or to a temporary destination. The temporary destination can be a location or site, a user, a business or even a work order. A Move object should be created with the <code>\"Draft\"</code> status and MoveAsset objects should then be associated with it. The status of the Move object should then be changed to <code>\"Requested\"</code> in order to trigger notification sending to the site's move managers (see MoveSiteManager). The site's move managers or an administrator will then be able to confirm the move by updating its status to <code>\"Confirmed\"</code>, which will trigger the move to be effectively performed. If a move manager or an administrator changes the status of a move to <code>\"Requested\"</code>, the status will be changed automatically to <code>\"Confirmed\"</code> and the move will be performed straight away.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the move.</td>\n</tr>\n<tr>\n<td>intDestinationTypeID</td>\n<td>integer <strong>required</strong>An integer defining the type of destination for the move. Possible values are <code>1</code> for an asset (site, location or equipment), <code>2</code> for a user, <code>3</code> for a business, <code>4</code> for a work order, <code>5</code> for a project.</td>\n</tr>\n<tr>\n<td>intAssetDestinationID</td>\n<td>integerA reference to the Asset, in case the destination is an asset.</td>\n</tr>\n<tr>\n<td>strAisle</td>\n<td>stringIn case the destination is a location, the destination aisle can be defined.</td>\n</tr>\n<tr>\n<td>strRow</td>\n<td>stringIn case the destination is a location, the destination row can be defined.</td>\n</tr>\n<tr>\n<td>strBin</td>\n<td>stringIn case the destination is a location, the destination bin can be defined.</td>\n</tr>\n<tr>\n<td>intUserDestinationID</td>\n<td>integerA reference to the User, in case the destination is a user.</td>\n</tr>\n<tr>\n<td>intBusinessDestinationID</td>\n<td>integerA reference to the Business, in case the destination is a business.</td>\n</tr>\n<tr>\n<td>intWorkOrderDestinationID</td>\n<td>integerA reference to the WorkOrder, in case the destination is an work order.</td>\n</tr>\n<tr>\n<td>intProjectDestinationID</td>\n<td>integerA reference to the Project, in case the destination is a project.</td>\n</tr>\n<tr>\n<td>intSiteID</td>\n<td>integer <strong>required</strong>The ID of the destination site (see Asset). This has to match the site of the destination.</td>\n</tr>\n<tr>\n<td>intFromSiteID</td>\n<td>integer <strong>required</strong>The ID of the site from which the assets are taken. All assets must come from the same site.</td>\n</tr>\n<tr>\n<td>intMoveStatusID</td>\n<td>integer <strong>required</strong>The status of the move. A move should be created as a <code>\"Draft\"</code>. See MoveStatus.</td>\n</tr>\n<tr>\n<td>intRequestedByID</td>\n<td>integer <strong>read only</strong>The ID of the user who requested the move. See User.</td>\n</tr>\n<tr>\n<td>dtmDateRequested</td>\n<td>timestamp <strong>read only</strong>The date when the move was requested.</td>\n</tr>\n<tr>\n<td>intMovedByID</td>\n<td>integerThe ID of the user who will be actually performing the move, if different from the one requesting the move. See User.</td>\n</tr>\n<tr>\n<td>dtmMoveDate</td>\n<td>timestampThe date when the move will physically happen.</td>\n</tr>\n<tr>\n<td>intConfirmedByID</td>\n<td>integer <strong>read only</strong>The ID of the user who confirmed the move. See User.</td>\n</tr>\n<tr>\n<td>dtmDateConfirmed</td>\n<td>timestamp <strong>read only</strong>The date when the move was confirmed by a move manager or an administrator.</td>\n</tr>\n<tr>\n<td>intRejectedByID</td>\n<td>integer <strong>read only</strong>If the move was rejected, the ID of the user who rejected it. See User.</td>\n</tr>\n<tr>\n<td>dtmDateRejected</td>\n<td>timestamp <strong>read only</strong>If the move was rejected, the date when it happened.</td>\n</tr>\n<tr>\n<td>strNotes</td>\n<td>stringSome additional notes about the move.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssetDestinationID</td>\n<td>stringThe code and name of the Asset representing the destination facility, in the case that the destination is an Asset</td>\n</tr>\n<tr>\n<td>dv_intBusinessDestinationID</td>\n<td>stringThe name of the Business, in the case that the destination is a Business</td>\n</tr>\n<tr>\n<td>dv_intUserDestinationID</td>\n<td>stringThe full name of the User, in the case that the destination is a User</td>\n</tr>\n<tr>\n<td>dv_intWorkOrderDestinationID</td>\n<td>stringThe identifier of WorkOrder, in the case that the destination is a WorkOrder</td>\n</tr>\n<tr>\n<td>dv_intSiteID</td>\n<td>stringThe code and name of the destination site.</td>\n</tr>\n<tr>\n<td>dv_intFromSiteID</td>\n<td>stringThe code and name of the Asset (site, location, equipment) that the object was moved from.</td>\n</tr>\n<tr>\n<td>dv_intMovedByID</td>\n<td>stringThe full name of the User who will be performing the Move.</td>\n</tr>\n<tr>\n<td>dv_intMoveStatusID</td>\n<td>stringThe default label of MoveStatus</td>\n</tr>\n<tr>\n<td>dv_intProjectDestinationID</td>\n<td>stringThe name of Project associated with the Move</td>\n</tr>\n<tr>\n<td>dv_intRejectedByID</td>\n<td>stringThe full name of the rejecting User, in the event the move is rejected.</td>\n</tr>\n<tr>\n<td>dv_intRequestedByID</td>\n<td>stringThe full name of the User who requested the Move</td>\n</tr>\n<tr>\n<td>dv_intConfirmedByID</td>\n<td>stringThe full name of the User who confirmed the Move</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"5bb81aa2-09f0-48e8-885b-a978c3f4f8fc"},{"name":"MoveBack","item":[{"name":"add","id":"777d10db-8b33-427a-8bdf-bfc2b1ce8c88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MoveBack\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/moveBack/add","urlObject":{"protocol":"https","path":["moveBack","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"777d10db-8b33-427a-8bdf-bfc2b1ce8c88"},{"name":"update","id":"cb61baf5-1070-405c-bbad-7973f49fc27e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MoveBack\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/moveBack/update","urlObject":{"protocol":"https","path":["moveBack","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb61baf5-1070-405c-bbad-7973f49fc27e"},{"name":"find","id":"8ebf5085-a04c-4bca-b921-51ce1028b30e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MoveBack\",\n  \"filters\": [{\"ql\": \"bolIsSite = ?\", \"parameters\": [1]}],\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/moveBack/find","urlObject":{"protocol":"https","path":["moveBack","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ebf5085-a04c-4bca-b921-51ce1028b30e"}],"id":"53013ee3-1afb-4a51-aad1-c56e42f7acbc","description":"<p>This object represents a return move to put an asset back to its original location after it was put away as part of a Move. A return move should always be created with a <code>\"Draft\"</code> status and MoveBackAsset objects should then be attached to it. The status of the MoveBack object should then be changed to <code>\"Requested\"</code> in order to trigger notification sending to the site's move managers (see MoveSiteManager). The site's move managers or an administrator will then be able to confirm the move by updating its status to <code>\"Confirmed\"</code>, which will trigger the move to be effectively performed. If a move manager or an administrator changes the status of a move to <code>\"Requested\"</code>, the status will be changed automatically to <code>\"Confirmed\"</code> and the move will be performed straight away.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the return move.</td>\n</tr>\n<tr>\n<td>intMovedBackByUserID</td>\n<td>integerThe ID of the user who will actually be performing the return move, if different from the one requesting the return move. See User.</td>\n</tr>\n<tr>\n<td>dtmMoveBackDate</td>\n<td>timestampThe date when the return move will physically happen.</td>\n</tr>\n<tr>\n<td>intRequestedByID</td>\n<td>integer <strong>read only</strong>The ID of the user who requested the return move. See User.</td>\n</tr>\n<tr>\n<td>dtmDateRequested</td>\n<td>timestamp <strong>read only</strong>The date when the return move was requested.</td>\n</tr>\n<tr>\n<td>intConfirmedByID</td>\n<td>integer <strong>read only</strong>It he return move was accepted, the ID of the user who accepted it. See User.</td>\n</tr>\n<tr>\n<td>dtmDateConfirmed</td>\n<td>timestamp <strong>read only</strong>If the return move was accepted, the date when it happened.</td>\n</tr>\n<tr>\n<td>intRejectedByID</td>\n<td>integer <strong>read only</strong>If the return move was rejected, the ID of the user who rejected it. See User.</td>\n</tr>\n<tr>\n<td>dtmDateCanceled</td>\n<td>timestamp <strong>read only</strong>If the return move was rejected, the date when it happened.</td>\n</tr>\n<tr>\n<td>intMoveStatusID</td>\n<td>integer <strong>required</strong>The status of the return move. A return move should be created as a <code>\"Draft\"</code>. See MoveStatus.</td>\n</tr>\n<tr>\n<td>intFromSiteID</td>\n<td>integer <strong>required</strong>The ID of the site where the assets were temporarily moved. See Asset.</td>\n</tr>\n<tr>\n<td>intSiteID</td>\n<td>integer <strong>required</strong>The ID of the site where the assets are checked back in. See Asset.</td>\n</tr>\n<tr>\n<td>strNotes</td>\n<td>stringSome additional notes about the return move.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intConfirmedByID</td>\n<td>stringThe full name of the User who confirmed move back.</td>\n</tr>\n<tr>\n<td>dv_intFromSiteID</td>\n<td>stringThe code and name of the move from site.</td>\n</tr>\n<tr>\n<td>dv_intMovedBackByUserID</td>\n<td>stringThe full name of the User who did move back.</td>\n</tr>\n<tr>\n<td>dv_intMoveStatusID</td>\n<td>stringThe default label of MoveStatus</td>\n</tr>\n<tr>\n<td>dv_intRejectedByID</td>\n<td>stringThe full name of the User who rejected move back.</td>\n</tr>\n<tr>\n<td>dv_intRequestedByID</td>\n<td>stringThe full name of the User who requested move back.</td>\n</tr>\n<tr>\n<td>dv_intSiteID</td>\n<td>stringThe code and name of the site.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"53013ee3-1afb-4a51-aad1-c56e42f7acbc"},{"name":"MoveAsset","item":[{"name":"add","id":"c05d53a4-d8b5-4126-bc03-10453b3b931a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MoveAsset\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/moveAsset/add","urlObject":{"protocol":"https","path":["moveAsset","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c05d53a4-d8b5-4126-bc03-10453b3b931a"},{"name":"update","id":"446784a3-dc43-4ed8-868f-6667dcadb420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MoveAsset\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/moveAsset/update","urlObject":{"protocol":"https","path":["moveAsset","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"446784a3-dc43-4ed8-868f-6667dcadb420"},{"name":"find","id":"0093431a-246d-4712-9096-d1939bb5d240","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MoveAsset\",\n  \"filters\": [{\"ql\": \"bolIsSite = ?\", \"parameters\": [1]}],\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/moveAsset/find","urlObject":{"protocol":"https","path":["moveAsset","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0093431a-246d-4712-9096-d1939bb5d240"}],"id":"6504a5fe-da4a-4b23-8f8e-25eebd49a7a4","description":"<p>This object represents a return move to put an asset back to its original location after it was put away as part of a Move. A return move should always be created with a <code>\"Draft\"</code> status and MoveBackAsset objects should then be attached to it. The status of the MoveBack object should then be changed to <code>\"Requested\"</code> in order to trigger notification sending to the site's move managers (see MoveSiteManager). The site's move managers or an administrator will then be able to confirm the move by updating its status to <code>\"Confirmed\"</code>, which will trigger the move to be effectively performed. If a move manager or an administrator changes the status of a move to <code>\"Requested\"</code>, the status will be changed automatically to <code>\"Confirmed\"</code> and the move will be performed straight away.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the return move.</td>\n</tr>\n<tr>\n<td>intMovedBackByUserID</td>\n<td>integerThe ID of the user who will actually be performing the return move, if different from the one requesting the return move. See User.</td>\n</tr>\n<tr>\n<td>dtmMoveBackDate</td>\n<td>timestampThe date when the return move will physically happen.</td>\n</tr>\n<tr>\n<td>intRequestedByID</td>\n<td>integer <strong>read only</strong>The ID of the user who requested the return move. See User.</td>\n</tr>\n<tr>\n<td>dtmDateRequested</td>\n<td>timestamp <strong>read only</strong>The date when the return move was requested.</td>\n</tr>\n<tr>\n<td>intConfirmedByID</td>\n<td>integer <strong>read only</strong>It he return move was accepted, the ID of the user who accepted it. See User.</td>\n</tr>\n<tr>\n<td>dtmDateConfirmed</td>\n<td>timestamp <strong>read only</strong>If the return move was accepted, the date when it happened.</td>\n</tr>\n<tr>\n<td>intRejectedByID</td>\n<td>integer <strong>read only</strong>If the return move was rejected, the ID of the user who rejected it. See User.</td>\n</tr>\n<tr>\n<td>dtmDateCanceled</td>\n<td>timestamp <strong>read only</strong>If the return move was rejected, the date when it happened.</td>\n</tr>\n<tr>\n<td>intMoveStatusID</td>\n<td>integer <strong>required</strong>The status of the return move. A return move should be created as a <code>\"Draft\"</code>. See MoveStatus.</td>\n</tr>\n<tr>\n<td>intFromSiteID</td>\n<td>integer <strong>required</strong>The ID of the site where the assets were temporarily moved. See Asset.</td>\n</tr>\n<tr>\n<td>intSiteID</td>\n<td>integer <strong>required</strong>The ID of the site where the assets are checked back in. See Asset.</td>\n</tr>\n<tr>\n<td>strNotes</td>\n<td>stringSome additional notes about the return move.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intConfirmedByID</td>\n<td>stringThe full name of the User who confirmed move back.</td>\n</tr>\n<tr>\n<td>dv_intFromSiteID</td>\n<td>stringThe code and name of the move from site.</td>\n</tr>\n<tr>\n<td>dv_intMovedBackByUserID</td>\n<td>stringThe full name of the User who did move back.</td>\n</tr>\n<tr>\n<td>dv_intMoveStatusID</td>\n<td>stringThe default label of MoveStatus</td>\n</tr>\n<tr>\n<td>dv_intRejectedByID</td>\n<td>stringThe full name of the User who rejected move back.</td>\n</tr>\n<tr>\n<td>dv_intRequestedByID</td>\n<td>stringThe full name of the User who requested move back.</td>\n</tr>\n<tr>\n<td>dv_intSiteID</td>\n<td>stringThe code and name of the site.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"6504a5fe-da4a-4b23-8f8e-25eebd49a7a4"},{"name":"MoveBackAsset","item":[{"name":"add","id":"0074f386-31c5-4d4d-a2a2-1637a1403f49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MoveBackAsset\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/moveBackAsset/add","urlObject":{"protocol":"https","path":["moveBackAsset","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0074f386-31c5-4d4d-a2a2-1637a1403f49"},{"name":"update","id":"37b3d7ba-afa0-4991-af98-f84425dad40e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MoveBackAsset\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/moveBackAsset/update","urlObject":{"protocol":"https","path":["moveBackAsset","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"37b3d7ba-afa0-4991-af98-f84425dad40e"},{"name":"find","id":"8281fe1e-8c6f-4a18-bcc0-79445465cc75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MoveBackAsset\",\n  \"filters\": [{\"ql\": \"bolPending = ? AND intSiteID = ?\", \"parameters\": [true, 443124]}],\n  \"fields\": \"id, intOriginalMoveAssetID, intAssetID, intSiteID, strNotes\"\n}"},"url":"https://zenduma-api.zenduit.com/moveBackAsset/find","urlObject":{"protocol":"https","path":["moveBackAsset","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8281fe1e-8c6f-4a18-bcc0-79445465cc75"}],"id":"9867a653-b92b-436a-9063-25fff3028207","description":"<p>This object is used to include assets in a return move. A MoveBack object should always be created with the status <code>\"Draft\"</code> and then MoveBackAsset objects should be created for each asset that is part of the return move. Once all the assets are attached to the return move, its status can be changed to <code>\"Requested\"</code>.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the relationship.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integer <strong>required</strong>The ID of the asset to attach to the return move. See Asset.</td>\n</tr>\n<tr>\n<td>intMoveBackID</td>\n<td>integer <strong>required</strong>The ID of the return move. See MoveBack.</td>\n</tr>\n<tr>\n<td>intOriginalMoveAssetID</td>\n<td>integer <strong>required</strong>The ID of the MoveAsset object that was used to initially put the asset away from its location.</td>\n</tr>\n<tr>\n<td>bolPending</td>\n<td>boolean <strong>read only</strong>A boolean that indicates if the return move is currently pending confirmation by and administrator or move manager.</td>\n</tr>\n<tr>\n<td>bolSetBackOnline</td>\n<td>booleanIf set to true, then the asset will be put back online when the return move is confirmed.</td>\n</tr>\n<tr>\n<td>intReasonOnlineID</td>\n<td>integerIf bolSetOnline is set to true, then this property can be used to specify a reason to set the asset online. Please refer to ReasonToSetAssetOnline.</td>\n</tr>\n<tr>\n<td>bolSetBackOffline</td>\n<td>booleanIf set to true, then the asset will be put back offline when the return move is confirmed.</td>\n</tr>\n<tr>\n<td>intReasonOfflineID</td>\n<td>integerIf bolSetOffline is set to true, then this property can be used to specify a reason to set the asset offline. Please refer to ReasonToSetAssetOffline.</td>\n</tr>\n<tr>\n<td>strToAisle</td>\n<td>stringThe aisle the asset is put back in. This will be defaulted to the original aisle of the asset.</td>\n</tr>\n<tr>\n<td>strToBin</td>\n<td>stringThe bin the asset is put back in. This will be defaulted to the original bin of the asset.</td>\n</tr>\n<tr>\n<td>strToRow</td>\n<td>stringThe row the asset is put back in. This will be defaulted to the original row of the asset.</td>\n</tr>\n<tr>\n<td>intSiteID</td>\n<td>integer <strong>required</strong>The ID of the site where the asset is put back. This has to be consistent with the site ID of the MoveBack object and other MoveBackAsset objects associated to it. See Asset.</td>\n</tr>\n<tr>\n<td>strNotes</td>\n<td>stringSome additional notes about the asset being part of the return move.</td>\n</tr>\n<tr>\n<td>bolExclude</td>\n<td>boolean <strong>read only</strong>If set to true, the asset is excluded from the move back from the temporary location.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe code and name of the Asset</td>\n</tr>\n<tr>\n<td>dv_intMoveBackID</td>\n<td>stringThe id of MoveBack</td>\n</tr>\n<tr>\n<td>dv_intOriginalMoveAssetID</td>\n<td>stringThe id of MoveAsset</td>\n</tr>\n<tr>\n<td>dv_intReasonOfflineID</td>\n<td>stringThe display value of ReasonToSetAssetOffline</td>\n</tr>\n<tr>\n<td>dv_intReasonOnlineID</td>\n<td>stringThe display value of ReasonToSetAssetOnline</td>\n</tr>\n<tr>\n<td>dv_intSiteID</td>\n<td>stringThe code and name of the site.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"9867a653-b92b-436a-9063-25fff3028207"},{"name":"MoveSiteManager","item":[{"name":"add","id":"c6658e0a-23a6-460e-b92a-2b1efb72f7a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MoveSiteManager\",\n  \"object\": {\n    \"intSiteID\": 13444,\n    \"intUserID\": 2134324\n  },\n  \"fields\": \"id, intSiteID, intUserID\"\n}"},"url":"https://zenduma-api.zenduit.com/moveSiteManager/add","urlObject":{"protocol":"https","path":["moveSiteManager","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6658e0a-23a6-460e-b92a-2b1efb72f7a2"},{"name":"update","id":"6486ed36-78cd-4566-bf39-877a64740a5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MoveSiteManager\",\n  \"object\": {\n    \"id\": 408634,\n    \"intSiteID\": 13444,\n    \"intUserID\": 2134324\n  },\n  \"fields\": \"id, intSiteID, intUserID\"\n}\n"},"url":"https://zenduma-api.zenduit.com/moveSiteManager/update","urlObject":{"protocol":"https","path":["moveSiteManager","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6486ed36-78cd-4566-bf39-877a64740a5e"},{"name":"find","id":"ee6f228b-fa6a-46f6-bc3d-45ba2e3ac207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MoveSiteManager\",\n  \"filters\": [{\"ql\": \"bolIsSite = ?\", \"parameters\": [1]}],\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/moveSiteManager/find","urlObject":{"protocol":"https","path":["moveSiteManager","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee6f228b-fa6a-46f6-bc3d-45ba2e3ac207"}],"id":"492f7c6a-5449-45aa-96db-fb1a399f804a","description":"<p>This object is used to define users that can confirm an incoming move into a site. Those users can also move assets into the site without the move needing to be confirmed. CMMS administrators are automatically granted those rights on all sites and don't need to be added in this table.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer identifying the entry</td>\n</tr>\n<tr>\n<td>intSiteID</td>\n<td>integer <strong>required</strong>The ID of the site for which the privilege is granted. See Asset object.</td>\n</tr>\n<tr>\n<td>intUserID</td>\n<td>integer <strong>required</strong>The ID of the user who is granted the privilege. See User object.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intSiteID</td>\n<td>stringThe name and code of the site.</td>\n</tr>\n<tr>\n<td>dv_intUserID</td>\n<td>stringThe full name of the user</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"492f7c6a-5449-45aa-96db-fb1a399f804a"},{"name":"MoveStatus","item":[{"name":"add","id":"ece298d1-5366-4c7b-829f-197e3514aa9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MoveStatus\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/moveStatus/add","urlObject":{"protocol":"https","path":["moveStatus","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ece298d1-5366-4c7b-829f-197e3514aa9b"},{"name":"update","id":"3458e02b-cfb6-4651-ac77-245ab96de8af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MoveStatus\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/moveStatus/update","urlObject":{"protocol":"https","path":["moveStatus","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3458e02b-cfb6-4651-ac77-245ab96de8af"},{"name":"find","id":"5a95130b-6ed1-449f-944d-2e5b2e8529ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"MoveStatus\",\n  \"fields\": \"id, intSysCode, strDefaultLabel, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/moveStatus/find","urlObject":{"protocol":"https","path":["moveStatus","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a95130b-6ed1-449f-944d-2e5b2e8529ae"}],"id":"08471e99-e1fe-4ef6-9c5a-de1507957a15","description":"<p>This object is used to represent the different statuses of a move. Possible values are <code>\"Draft\"</code>, <code>\"Requested\"</code> or <code>\"Confirmed\"</code>. Values cannot be added to that table.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the status.</td>\n</tr>\n<tr>\n<td>intSysCode</td>\n<td>integer <strong>read only</strong>A fixed integer value used to idenitify the status. Possible values are the following : <code>100</code> for \"draft\", <code>101</code> for \"requested\", <code>102</code> for confirmed and <code>103</code> for rejected.</td>\n</tr>\n<tr>\n<td>strDefaultLabel</td>\n<td>string <strong>read only</strong>A default label for the status. Example values are <code>\"Draft\"</code>, <code>\"Requested\"</code>, <code>\"Confirmed\"</code> and <code>\"Rejected\"</code>.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>string <strong>read only</strong>The name of the status. Example values are <code>\"Draft\"</code>, <code>\"Requested\"</code>, <code>\"Confirmed\"</code> and <code>\"Rejected\"</code></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"08471e99-e1fe-4ef6-9c5a-de1507957a15"},{"name":"Priority","item":[{"name":"add","id":"4ee74b99-90dc-460c-b694-0af2dd1cb731","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Priority\",\n  \"changeFields\": \"strName\",\n  \"object\": {\n    \"id\": 0,\n    \"strName\": \"\"\n  },\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/priority/add","urlObject":{"protocol":"https","path":["priority","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ee74b99-90dc-460c-b694-0af2dd1cb731"},{"name":"update","id":"28c63fed-1244-4956-83f2-de9971872ee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Priority\",\n  \"changeFields\": \"strName\",\n  \"object\": {\n    \"id\": 0,\n    \"strName\": \"\"\n  },\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/priority/update","urlObject":{"protocol":"https","path":["priority","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"28c63fed-1244-4956-83f2-de9971872ee6"},{"name":"find","id":"663e5151-13ec-4bb2-ba95-8fe11ecc20ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Priority\",\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/priority/find","urlObject":{"protocol":"https","path":["priority","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"663e5151-13ec-4bb2-ba95-8fe11ecc20ac"}],"id":"416bf530-ad61-4fbe-a87d-e2b6dd3f6a22","description":"<p>This object represents the different levels of priority for a work order, a task or a scheduled maintenance. Base possible values are <code>\"Highest\"</code>, <code>\"High\"</code>, <code>\"Medium\"</code>, <code>\"Low\"</code> or <code>\"Lowest\"</code>, but those values can be modified for each tenant.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the Priority.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>stringThe display name of the priority. For example : <code>\"Low\"</code>, <code>\"Medium\"</code> or <code>\"High\"</code>.</td>\n</tr>\n<tr>\n<td>intOrder</td>\n<td>integerAn integer representing the order of priority 1 to 5, 1 being the highest, 5 being the lowest</td>\n</tr>\n<tr>\n<td>intSysCode</td>\n<td>integerHIGHEST = 1, HIGH = 2, MEDIUM = 3, LOW = 4, LOWEST = 5</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the Priority.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"416bf530-ad61-4fbe-a87d-e2b6dd3f6a22"},{"name":"Project","item":[{"name":"add","id":"a0fb42c0-a5e8-4ebe-beaf-5caaf2ea6825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Project\",\n  \"fields\": \"id, intSiteID, dv_intSiteID, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/project/add","urlObject":{"protocol":"https","path":["project","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0fb42c0-a5e8-4ebe-beaf-5caaf2ea6825"},{"name":"update","id":"36f68423-cb9a-43b0-b087-9f604a25c725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Project\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/project/update","urlObject":{"protocol":"https","path":["project","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"36f68423-cb9a-43b0-b087-9f604a25c725"},{"name":"find","id":"614567eb-1d4d-4f49-9d8c-2dbbab7f968e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Project\",\n  \"fields\": \"id, intSiteID, dv_intSiteID, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/project/find","urlObject":{"protocol":"https","path":["project","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"614567eb-1d4d-4f49-9d8c-2dbbab7f968e"}],"id":"8aa7ee0d-1663-4b77-8ae1-ea7470195604","description":"<p>This object is used to represent a project. A project is used to group scheduled maintenances and work orders together.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the project.</td>\n</tr>\n<tr>\n<td>intSiteID</td>\n<td>integer <strong>read only</strong>For multi-sites tenants, the ID of the site the project was created for. A site is an asset itself, so for possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>string <strong>read only</strong>Display name of the project.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intSiteID</td>\n<td>stringThe name and the code of the site that the project was created for.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"8aa7ee0d-1663-4b77-8ae1-ea7470195604"},{"name":"PurchaseOrder","item":[{"name":"add","id":"b5136cbe-613f-4b9e-bbd8-7a14e54636fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"PurchaseOrder\",\n  \"changeFields\": \"dblSubtotal, dtmDateExpectedDelivery\",\n  \"object\": {\n    \"dblSubtotal\": 45,\n    \"dtmDateExpectedDelivery\": \"2021-05-16T12:12:12\"\n  },\n  \"fields\": \"id, dblSubtotal, dtmDateCreated\"\n}"},"url":"https://zenduma-api.zenduit.com/purchaseOrder/add","urlObject":{"protocol":"https","path":["purchaseOrder","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5136cbe-613f-4b9e-bbd8-7a14e54636fc"},{"name":"update","id":"f63ddc12-cede-4ca1-86c2-fa3af9d40dc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"PurchaseOrder\",\n  \"changeFields\": \"dblSubtotal, dtmDateExpectedDelivery\",\n  \"object\": {\n    \"id\": 453453,\n    \"dblSubtotal\": 45,\n    \"dtmDateExpectedDelivery\": \"2021-05-16T12:12:12\"\n  },\n  \"fields\": \"id, dblSubtotal, dtmDateCreated\"\n}"},"url":"https://zenduma-api.zenduit.com/purchaseOrder/update","urlObject":{"protocol":"https","path":["purchaseOrder","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f63ddc12-cede-4ca1-86c2-fa3af9d40dc3"},{"name":"find","id":"cf4c6417-e213-4140-aaa7-8ee8f02c18fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"PurchaseOrder\",\n  \"fields\": \"id, dblSubtotal, dtmDateCreated\"\n}"},"url":"https://zenduma-api.zenduit.com/purchaseOrder/find","urlObject":{"protocol":"https","path":["purchaseOrder","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf4c6417-e213-4140-aaa7-8ee8f02c18fb"}],"id":"921c025f-e8bb-476f-ab11-f881ad99cbb5","description":"<p>When creating a purchase order, a Purchase Order object is created in the CMMS.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies a purchase order record.</td>\n</tr>\n<tr>\n<td>dtmDateCreated</td>\n<td>timestamp <strong>read only</strong>A date that represents when the purchase order was created.</td>\n</tr>\n<tr>\n<td>dtmDateExpectedDelivery</td>\n<td>timestampA date that represents when the purchase order is expected to be delivered.</td>\n</tr>\n<tr>\n<td>dtmDateSubmitted</td>\n<td>timestamp <strong>read only</strong>A date that represents when the purchase order was submitted.</td>\n</tr>\n<tr>\n<td>intBillingTermID</td>\n<td>integerAn integer that uniquely defines a billing term for the purchase order.</td>\n</tr>\n<tr>\n<td>intChargeDepartmentID</td>\n<td>integerAn integer that uniquely defines the Charge Department. Please refer to ChargeDepartment</td>\n</tr>\n<tr>\n<td>intCode</td>\n<td>integer <strong>required</strong>An integer that represents the code of the Purchase Order object e.g. For purchase order PO#33, code = 33</td>\n</tr>\n<tr>\n<td>intCreatedByUserID</td>\n<td>integer <strong>read only</strong>An integer that uniquely defines the user who created the purchase order record. Please refer to User</td>\n</tr>\n<tr>\n<td>intPurchaseOrderStatusID</td>\n<td>integerAn integer that uniquely defines the purchase order current status. Please refer to PurchaseOrderStatus</td>\n</tr>\n<tr>\n<td>intSendToSupplierMethod</td>\n<td>integer <strong>required</strong>The sending method of the purchase order item. The possible values are <code>0</code> for SEND_TO_SUPPLIER_BY_EMAIL, <code>1</code> for SEND_TO_SUPPLIER_BY_FAX, <code>2</code> for SEND_TO_SUPPLIER_BY_MAIL and <code>3</code> for SEND_TO_SUPPLIER_BY_SUPPLIER_WEBSITE.</td>\n</tr>\n<tr>\n<td>intSiteID</td>\n<td>integer <strong>required</strong>The ID of the site where the purchase order will be shipped. A site is an asset itself, so for possible values, please refer to the Asset</td>\n</tr>\n<tr>\n<td>intSupplierID</td>\n<td>integerThe ID of the business that fulfills the purchase order. Please refer to Business</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>dtmDateLastUpdated</td>\n<td>timestamp <strong>read only</strong>A date that represent when purchase order was last updated.</td>\n</tr>\n<tr>\n<td>dtmDateReceived</td>\n<td>timestampThe date the purchase order was received.</td>\n</tr>\n<tr>\n<td>dtmDateRequiredBy</td>\n<td>timestampThe date the purchase order was required.</td>\n</tr>\n<tr>\n<td>intAccountID</td>\n<td>integerID of the account that is associated with the purchase order.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integerID of the asset/site associated with the purchase order.</td>\n</tr>\n<tr>\n<td>intBillToCountryID</td>\n<td>integerID of the Country of the facility that is to be billed for the purchase order.</td>\n</tr>\n<tr>\n<td>intBillToID</td>\n<td>integerID of the facility to be billed for the purchase order. See Asset</td>\n</tr>\n<tr>\n<td>intLastUpdatedUserID</td>\n<td>integer <strong>read only</strong>ID of the user that performed the last update on the purchase order.</td>\n</tr>\n<tr>\n<td>intPurchaseCurrencyID</td>\n<td>integerID of the currency in which the purchase order financial transaction is to be performed.</td>\n</tr>\n<tr>\n<td>intShipToCountryID</td>\n<td>integerID of the Country to which the purchase order will be shipped.</td>\n</tr>\n<tr>\n<td>intShipToID</td>\n<td>integerID of the facility that will receive shipment of purchase order. See Asset</td>\n</tr>\n<tr>\n<td>intSupplierCountryID</td>\n<td>integerID of the Country of the supplier.</td>\n</tr>\n<tr>\n<td>intWorkOrderID</td>\n<td>integerID of WorkOrder that is associated with the purchase order.</td>\n</tr>\n<tr>\n<td>strBillToAddress</td>\n<td>stringAddress of the facility that is to be billed for the purchase order.</td>\n</tr>\n<tr>\n<td>strBillToCity</td>\n<td>stringCity information of the facility that is to be billed for the purchase order.</td>\n</tr>\n<tr>\n<td>strBillToPostalCode</td>\n<td>stringPostal code information of the facility that is to be billed for the purchase order.</td>\n</tr>\n<tr>\n<td>strBillToProvince</td>\n<td>stringProvince of the facility that is to be billed for the purchase order.</td>\n</tr>\n<tr>\n<td>strPurchaseOrderReference</td>\n<td>stringReference number/information for the purchase order.</td>\n</tr>\n<tr>\n<td>strShipToAddress</td>\n<td>stringAddress of the facility that is to receive the purchase order items.</td>\n</tr>\n<tr>\n<td>strShipToCity</td>\n<td>stringCity of the facility that is to receive the purchase order items.</td>\n</tr>\n<tr>\n<td>strShipToPostalCode</td>\n<td>stringPostal code of the facility that is to receive the purchase order items.</td>\n</tr>\n<tr>\n<td>strShipToProvince</td>\n<td>stringProvince of the facility that is to receive the purchase order items.</td>\n</tr>\n<tr>\n<td>strSupplierAddress</td>\n<td>stringAddress of the supplier of the purchase order items.</td>\n</tr>\n<tr>\n<td>strSupplierCity</td>\n<td>stringCity of the supplier of the purchase order items.</td>\n</tr>\n<tr>\n<td>strSupplierPostalCode</td>\n<td>stringPostal code of the supplier of the purchase order items.</td>\n</tr>\n<tr>\n<td>strSupplierProvince</td>\n<td>stringProvince of the supplier of the purchase order items.</td>\n</tr>\n<tr>\n<td>strTransactionID</td>\n<td>stringThe ID of a related transaction.</td>\n</tr>\n<tr>\n<td>intLocationID</td>\n<td>integer <strong>read only</strong>The id of the location for the PurchaseOrder (Used in conjunction with the Asset object).</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intBillingTermID</td>\n<td>stringThe code and description for the billing term.</td>\n</tr>\n<tr>\n<td>dv_intChargeDepartmentID</td>\n<td>stringThe code and description of the Charge Department.</td>\n</tr>\n<tr>\n<td>dv_intCreatedByUserID</td>\n<td>stringThe name of the user who created the purchase order record.</td>\n</tr>\n<tr>\n<td>dv_intPurchaseOrderStatusID</td>\n<td>stringThe name and code of the purchase order current status.</td>\n</tr>\n<tr>\n<td>dv_intSiteID</td>\n<td>stringThe code and name of the asset that represents the source of the purchase order. Please refer to Asset</td>\n</tr>\n<tr>\n<td>dv_intSupplierID</td>\n<td>stringThe name of the associated Business</td>\n</tr>\n<tr>\n<td>dv_intAccountID</td>\n<td>stringDescription/code of the Account that is associated with the purchase order.</td>\n</tr>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringDescription/code of Asset/site associated with the purchase order.</td>\n</tr>\n<tr>\n<td>dv_intBillToCountryID</td>\n<td>stringName of the country of the facility that is to be billed for the purchase order.</td>\n</tr>\n<tr>\n<td>dv_intBillToID</td>\n<td>stringName of the facility to be billed for the purchase order. See Asset</td>\n</tr>\n<tr>\n<td>dv_intLastUpdatedUserID</td>\n<td>stringName of the user that performed the last update on the purchase order.</td>\n</tr>\n<tr>\n<td>dv_intPurchaseCurrencyID</td>\n<td>stringDescription/code of the currency in which the purchase order financial transaction is to be performed.</td>\n</tr>\n<tr>\n<td>dv_intShipToCountryID</td>\n<td>stringName of the Country of the facility which will receive the purchase order.</td>\n</tr>\n<tr>\n<td>dv_intShipToID</td>\n<td>stringDescription/code of the facility that will receive the purchase order. See Asset</td>\n</tr>\n<tr>\n<td>dv_intSupplierCountryID</td>\n<td>stringName of the country of the supplier.</td>\n</tr>\n<tr>\n<td>dv_intWorkOrderID</td>\n<td>stringDescription/code of work order that is associated with the purchase order.</td>\n</tr>\n<tr>\n<td>dv_intLocationID</td>\n<td>stringThe name of the location.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"921c025f-e8bb-476f-ab11-f881ad99cbb5"},{"name":"PurchaseOrderAdditionalCost","item":[{"name":"add","id":"7992075e-6952-4084-ac18-81a93de02462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"PurchaseOrderAdditionalCost\",\n  \"changeFields\": \"intPurchaseOrderID, strDescription, intPurchaseOrderAdditionalCostTypeID\",\n  \"object\": {\n    \"intPurchaseOrderID\": 0,\n    \"strDescription\": 0,\n    \"intPurchaseOrderAdditionalCostTypeID\": 0\n  },\n  \"fields\": \"id, intPurchaseOrderID, strDescription, intPurchaseOrderAdditionalCostTypeID\"\n}"},"url":"https://zenduma-api.zenduit.com/purchaseOrderAdditionalCost/add","urlObject":{"protocol":"https","path":["purchaseOrderAdditionalCost","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7992075e-6952-4084-ac18-81a93de02462"},{"name":"update","id":"b741947e-1c3f-477a-954a-79f5e6a76ae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"PurchaseOrderAdditionalCost\",\n  \"changeFields\": \"intPurchaseOrderID, strDescription, intPurchaseOrderAdditionalCostTypeID\",\n  \"object\": {\n    \"id\": 0,\n    \"intPurchaseOrderID\": 0,\n    \"strDescription\": 0,\n    \"intPurchaseOrderAdditionalCostTypeID\": 0\n  },\n  \"fields\": \"id, intPurchaseOrderID, strDescription, intPurchaseOrderAdditionalCostTypeID\"\n}"},"url":"https://zenduma-api.zenduit.com/purchaseOrderAdditionalCost/update","urlObject":{"protocol":"https","path":["purchaseOrderAdditionalCost","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b741947e-1c3f-477a-954a-79f5e6a76ae9"},{"name":"find","id":"1d7b5a19-de84-4e66-b7e8-4fee02194490","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"PurchaseOrderAdditionalCost\",\n  \"fields\": \"id, intPurchaseOrderID, strDescription, intPurchaseOrderAdditionalCostTypeID\"\n}"},"url":"https://zenduma-api.zenduit.com/purchaseOrderAdditionalCost/find","urlObject":{"protocol":"https","path":["purchaseOrderAdditionalCost","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d7b5a19-de84-4e66-b7e8-4fee02194490"}],"id":"a6fa27bd-29a0-4953-a9dc-cfb3da89e237","description":"<p>This object is used to represent the Additional Costs associated with a Purchase Order.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer `**read only`  <br />**An integer that uniquely identifies the PurchaseOrderAdditionalCost.</td>\n</tr>\n<tr>\n<td>intPurchaseOrderID</td>\n<td>integer  <br />The ID of the PurchaseOrder that the PurchaseOrderAdditionalCost is set to.</td>\n</tr>\n<tr>\n<td>strDescription</td>\n<td>string  <br />The description of the PurchaseOrderAdditionalCost.</td>\n</tr>\n<tr>\n<td>intPurchaseOrderAdditionalCostTypeID</td>\n<td>integer  <br />The ID of the PurchaseOrderAdditionalCostType associated with the PurchaseOrderAdditionalCost.</td>\n</tr>\n<tr>\n<td>intShippingTypeID</td>\n<td>integer  <br />If the PurchaseOrderAdditionalCostType is Shipping, this denotes the ID of the ShippingType associated with PurchaseOrderAdditionalCost.</td>\n</tr>\n<tr>\n<td>intBusinessID</td>\n<td>integer  <br />The ID of the Business associated with PurchaseOrderAdditionalCost.</td>\n</tr>\n<tr>\n<td>bolOverridePoLineItemTax</td>\n<td>boolean  <br />If set to true, and if the PurchaseOrderAdditionalCostType is Tax, this overrides the tax amount.</td>\n</tr>\n<tr>\n<td>dblTaxRate</td>\n<td>double  <br />If the PurchaseOrderAdditionalCostType is Tax, this denotes the tax rate associated with PurchaseOrderAdditionalCostType.</td>\n</tr>\n<tr>\n<td>dblPrice</td>\n<td>doubleThe amount associated with PurchaseOrderAdditionalCost.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intBusinessID</td>\n<td>stringThe name of the Business identified by intBusinessID.</td>\n</tr>\n<tr>\n<td>dv_intPurchaseOrderAdditionalCostTypeID</td>\n<td>stringThe name of the PurchaseOrderAdditionalCostType identified by intPurchaseOrderAdditionalCostTypeID.</td>\n</tr>\n<tr>\n<td>dv_intPurchaseOrderID</td>\n<td>stringThe name of the PurchaseOrder identified by intPurchaseOrderID.</td>\n</tr>\n<tr>\n<td>dv_intShippingTypeID</td>\n<td>stringThe name of the Shipping Type identified by intShippingTypeID.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a6fa27bd-29a0-4953-a9dc-cfb3da89e237"},{"name":"PurchaseOrderAdditionalCostType","item":[{"name":"add","id":"a4f97db2-7e28-487c-ae72-1740be44aa6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"PurchaseOrderAdditionalCostType\",\n  \"changeFields\": \"intControlID, intSysCode, strName\",\n  \"object\": {\n    \"intControlID\": 0,\n    \"intSysCode\": 0,\n    \"strName\": 0\n  },\n  \"fields\": \"id, intControlID, intSysCode, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/purchaseOrderAdditionalCostType/add","urlObject":{"protocol":"https","path":["purchaseOrderAdditionalCostType","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4f97db2-7e28-487c-ae72-1740be44aa6f"},{"name":"update","id":"80d371d8-445a-4305-96fc-912da5f320e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"PurchaseOrderAdditionalCostType\",\n  \"changeFields\": \"intControlID, intSysCode, strName\",\n  \"object\": {\n    \"id\": 0,\n    \"intControlID\": 0,\n    \"intSysCode\": 0,\n    \"strName\": 0\n  },\n  \"fields\": \"id, intControlID, intSysCode, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/purchaseOrderAdditionalCostType/update","urlObject":{"protocol":"https","path":["purchaseOrderAdditionalCostType","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"80d371d8-445a-4305-96fc-912da5f320e8"},{"name":"find","id":"bb022592-02ed-4e60-b139-fa1606e1ea12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"PurchaseOrderAdditionalCostType\",\n  \"fields\": \"id, intControlID, intSysCode, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/purchaseOrderAdditionalCostType/find","urlObject":{"protocol":"https","path":["purchaseOrderAdditionalCostType","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb022592-02ed-4e60-b139-fa1606e1ea12"}],"id":"e94e62da-9a2b-4ac9-97d3-dc551fcdc508","description":"<p>This object is used to represent the Additional Costs associated with a Purchase Order.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer **read only  <br />**An integer that uniquely identifies the PurchaseOrderAdditionalCost.</td>\n</tr>\n<tr>\n<td>intPurchaseOrderID</td>\n<td>integer  <br />The ID of the PurchaseOrder that the PurchaseOrderAdditionalCost is set to.</td>\n</tr>\n<tr>\n<td>strDescription</td>\n<td>string  <br />The description of the PurchaseOrderAdditionalCost.</td>\n</tr>\n<tr>\n<td>intPurchaseOrderAdditionalCostTypeID</td>\n<td>integer  <br />The ID of the PurchaseOrderAdditionalCostType associated with the PurchaseOrderAdditionalCost.</td>\n</tr>\n<tr>\n<td>intShippingTypeID</td>\n<td>integer  <br />If the PurchaseOrderAdditionalCostType is Shipping, this denotes the ID of the ShippingType associated with PurchaseOrderAdditionalCost.</td>\n</tr>\n<tr>\n<td>intBusinessID</td>\n<td>integer  <br />The ID of the Business associated with PurchaseOrderAdditionalCost.</td>\n</tr>\n<tr>\n<td>bolOverridePoLineItemTax</td>\n<td>boolean  <br />If set to true, and if the PurchaseOrderAdditionalCostType is Tax, this overrides the tax amount.</td>\n</tr>\n<tr>\n<td>dblTaxRate</td>\n<td>double  <br />If the PurchaseOrderAdditionalCostType is Tax, this denotes the tax rate associated with PurchaseOrderAdditionalCostType.</td>\n</tr>\n<tr>\n<td>dblPrice</td>\n<td>double  <br />The amount associated with PurchaseOrderAdditionalCost.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intBusinessID</td>\n<td>string  <br />The name of the Business identified by intBusinessID.</td>\n</tr>\n<tr>\n<td>dv_intPurchaseOrderAdditionalCostTypeID</td>\n<td>string  <br />The name of the PurchaseOrderAdditionalCostType identified by intPurchaseOrderAdditionalCostTypeID.</td>\n</tr>\n<tr>\n<td>dv_intPurchaseOrderID</td>\n<td>string  <br />The name of the PurchaseOrder identified by intPurchaseOrderID.</td>\n</tr>\n<tr>\n<td>dv_intShippingTypeID</td>\n<td>string  <br />The name of the Shipping Type identified by intShippingTypeID.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e94e62da-9a2b-4ac9-97d3-dc551fcdc508"},{"name":"PurchaseOrderLog","item":[{"name":"add","id":"6066c733-1804-4987-b513-8829687f11e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"PurchaseOrderLog\",\n  \"changeFields\": \"intControlID, strName\",\n  \"object\": {\n    \"intControlID\": 0,\n    \"strName\": 0\n  },\n  \"fields\": \"id, intSysCode, intControlID, strDefaultLabel\"\n}"},"url":"https://zenduma-api.zenduit.com/purchaseOrderLog/add","urlObject":{"protocol":"https","path":["purchaseOrderLog","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6066c733-1804-4987-b513-8829687f11e1"},{"name":"update","id":"6c75cdaa-0321-4c56-9620-113492c35f4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"PurchaseOrderLog\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/purchaseOrderLog/update","urlObject":{"protocol":"https","path":["purchaseOrderLog","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c75cdaa-0321-4c56-9620-113492c35f4c"},{"name":"find","id":"313f1fef-b10d-419e-aac7-203c34d0848d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"PurchaseOrderLog\",\n  \"fields\": \"id, intPurchaseOrderID, intFromStatusId, intToStatusId\"\n}"},"url":"https://zenduma-api.zenduit.com/purchaseOrderLog/find","urlObject":{"protocol":"https","path":["purchaseOrderLog","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"313f1fef-b10d-419e-aac7-203c34d0848d"}],"id":"f9061b45-7799-464b-933f-36b4ab219360","description":"<p>This object is used to expose the activity log for a PurchaseOrder</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer **read only  <br />**An integer that uniquely identifies the Purchase Order Log.</td>\n</tr>\n<tr>\n<td>intPurchaseOrderID</td>\n<td>integer **read only  <br />**The ID of the PurchaseOrder the log is for.</td>\n</tr>\n<tr>\n<td>intFromStatusId</td>\n<td>integer **read only  <br />**The ID of the PurchaseOrderStatus that the purchase order was changed from in this log entry.</td>\n</tr>\n<tr>\n<td>intToStatusId</td>\n<td>integer **read only  <br />**The ID of the PurchaseOrderStatus that the purchase order was changed to in this log entry.</td>\n</tr>\n<tr>\n<td>intUserID</td>\n<td>integer <strong>read only</strong>The ID of the User who changed the purchase order status in this log entry.</td>\n</tr>\n<tr>\n<td>dtmDateLogged</td>\n<td>timestamp **read only  <br />**The date and time that the log was generated.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cf_intPOLogTransitionComment</td>\n<td>The comment that was entered when the Purchase Order's status was changed.</td>\n</tr>\n<tr>\n<td>dv_intFromStatusId</td>\n<td>stringThe name of the PurchaseOrderStatus corresponding to intFromStatusId.</td>\n</tr>\n<tr>\n<td>dv_intPurchaseOrderID</td>\n<td>stringThe code of the PurchaseOrder corresponding to intPurchaseOrderID.</td>\n</tr>\n<tr>\n<td>dv_intToStatusId</td>\n<td>stringThe name of the PurchaseOrderStatus corresponding to intToStatusId.</td>\n</tr>\n<tr>\n<td>dv_intUserID</td>\n<td>stringThe name of the User corresponding to intUserID.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f9061b45-7799-464b-933f-36b4ab219360"},{"name":"PurchaseOrderStatus","item":[{"name":"add","id":"afea5a15-714a-4ac4-a28e-915f11a55fe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"PurchaseOrderStatus\",\n  \"fields\": \"id, intSiteID, dv_intSiteID, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/purchaseOrderStatus/add","urlObject":{"protocol":"https","path":["purchaseOrderStatus","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"afea5a15-714a-4ac4-a28e-915f11a55fe5"},{"name":"update","id":"b9cf8eaa-db65-4528-9863-4958c7945495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"PurchaseOrderStatus\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/purchaseOrderStatus/update","urlObject":{"protocol":"https","path":["purchaseOrderStatus","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9cf8eaa-db65-4528-9863-4958c7945495"},{"name":"find","id":"66f73f32-3ae3-4b0b-baa2-fe6eaacbeb23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"PurchaseOrderStatus\",\n  \"fields\": \"id, intSysCode, intControlID, strDefaultLabel\"\n}"},"url":"https://zenduma-api.zenduit.com/purchaseOrderStatus/find","urlObject":{"protocol":"https","path":["purchaseOrderStatus","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"66f73f32-3ae3-4b0b-baa2-fe6eaacbeb23"}],"id":"e69dfeee-c342-43ab-b37a-7fb886e8fab9","description":"<p>This object represents the possible statuses that a purchase order can have. The possible values are Draft, Waiting For Approval, Approved, On order, Order Fulfilled, Order Not Fulfilled or Cancelled.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies a purchase order status record.</td>\n</tr>\n<tr>\n<td>intSysCode</td>\n<td>integer <strong>read only</strong>The system codes are used to identify statuses with a special meaning for the CMMS. Possible values are <code>1</code> for Draft, <code>3</code> for Waiting For Approval, <code>4</code> for Approved, <code>5</code> for On order, <code>6</code> for Order Fulfilled, <code>7</code> for Order Not Fulfilled and <code>8</code> for Cancelled.</td>\n</tr>\n<tr>\n<td>intControlID</td>\n<td>integer <strong>required</strong>The control ID identifies statuses that can be added by the system or the users to introduce new behavior for the system statuses. The Possible values are <code>100</code> for Draft, <code>101</code> for Waiting For Approval, <code>102</code> for Approved, <code>103</code> for On order, <code>104</code> for Order Fulfilled, <code>104</code> for Order Not Fulfilled and <code>104</code> for Cancelled.</td>\n</tr>\n<tr>\n<td>strDefaultLabel</td>\n<td>string <strong>read only</strong>Default labels to be displayed for the possible statuses. For example, <code>\"Draft\"</code>, <code>\"Waiting For Approval\"</code>, <code>\"Approved\"</code>, <code>\"On order\"</code>, <code>\"Order Fulfilled\"</code>, <code>\"Order Not Fulfilled\"</code> and <code>\"Cancelled\"</code>.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>string <strong>required</strong>The names of the purchase order statuses. Possible values are <code>\"Draft\"</code>, <code>\"Waiting For Approval\"</code>, <code>\"Approved\"</code>, <code>\"On order\"</code>, <code>\"Order Fulfilled\"</code>, <code>\"Order Not Fulfilled\"</code> and <code>\"Cancelled\"</code>.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e69dfeee-c342-43ab-b37a-7fb886e8fab9"},{"name":"RCAAction","item":[{"name":"add","id":"66def1a0-7e42-4fed-a201-98c7772c983d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RCAAction\",\n  \"fields\": \"id, intSiteID, dv_intSiteID, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/rcaAction/add","urlObject":{"protocol":"https","path":["rcaAction","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"66def1a0-7e42-4fed-a201-98c7772c983d"},{"name":"update","id":"5dc76db6-dc43-4eb0-9616-f87c1e1aa267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RCAAction\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/rcaAction/update","urlObject":{"protocol":"https","path":["rcaAction","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dc76db6-dc43-4eb0-9616-f87c1e1aa267"},{"name":"find","id":"6409930c-f1b3-40e9-9103-02dfb12e4667","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RCAAction\",\n  \"fields\": \"id, strCode, strDescription, bolActive\"\n}"},"url":"https://zenduma-api.zenduit.com/rcaAction/find","urlObject":{"protocol":"https","path":["rcaAction","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6409930c-f1b3-40e9-9103-02dfb12e4667"}],"id":"ff2e888d-fdd1-44ae-9a97-d15d7a54d51b","description":"<p>This object is used to access the action in the nested problem cause action module.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the action.</td>\n</tr>\n<tr>\n<td>strCode</td>\n<td>string <strong>read only</strong>A standard code for referencing the action.</td>\n</tr>\n<tr>\n<td>strDescription</td>\n<td>string <strong>read only</strong>A short text describing the action.</td>\n</tr>\n<tr>\n<td>bolActive</td>\n<td>boolean <strong>read only</strong>Indicates whether the action is available for use.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ff2e888d-fdd1-44ae-9a97-d15d7a54d51b"},{"name":"RCACause","item":[{"name":"add","id":"09669819-b6a3-462d-988b-44f3eed30b35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RCACause\",\n  \"fields\": \"id, strCode, strDescription, bolActive\"\n}"},"url":"https://zenduma-api.zenduit.com/rcaCause/add","urlObject":{"protocol":"https","path":["rcaCause","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"09669819-b6a3-462d-988b-44f3eed30b35"},{"name":"update","id":"6a3b72c6-74dc-4dd0-be0b-b0e0c2155bfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RCACause\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/rcaCause/update","urlObject":{"protocol":"https","path":["rcaCause","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a3b72c6-74dc-4dd0-be0b-b0e0c2155bfa"},{"name":"find","id":"5b8b5165-0176-40e3-98f3-da8386577670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RCACause\",\n  \"fields\": \"id, strCode, strDescription, bolActive\"\n}"},"url":"https://zenduma-api.zenduit.com/rcaCause/find","urlObject":{"protocol":"https","path":["rcaCause","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b8b5165-0176-40e3-98f3-da8386577670"}],"id":"4a35aafa-82f2-461d-a3ed-59a0a48f47bb","description":"<p>This object is used to access the cause in the nested problem cause action module.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the cause.</td>\n</tr>\n<tr>\n<td>strCode</td>\n<td>string <strong>read only</strong>A standard code for referencing the cause.</td>\n</tr>\n<tr>\n<td>strDescription</td>\n<td>string <strong>read only</strong>A short text describing the cause.</td>\n</tr>\n<tr>\n<td>bolActive</td>\n<td>boolean <strong>read only</strong>Indicates whether the cause is available for use.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"4a35aafa-82f2-461d-a3ed-59a0a48f47bb"},{"name":"RCAProblem","item":[{"name":"add","id":"dc22dbae-e4b2-45a7-9096-1c22a7f57ed4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RCAProblem\",\n  \"fields\": \"id, intSiteID, dv_intSiteID, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/rcaProblem/add","urlObject":{"protocol":"https","path":["rcaProblem","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc22dbae-e4b2-45a7-9096-1c22a7f57ed4"},{"name":"update","id":"5c0664db-8ab5-4a5a-9b05-bacd3002bbdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RCAProblem\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/rcaProblem/update","urlObject":{"protocol":"https","path":["rcaProblem","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c0664db-8ab5-4a5a-9b05-bacd3002bbdd"},{"name":"find","id":"f9765cb4-10c1-4d3d-8796-644a954c2eba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RCAProblem\",\n  \"fields\": \"id, strCode, strDescription, bolActive\"\n}"},"url":"https://zenduma-api.zenduit.com/rcaProblem/find","urlObject":{"protocol":"https","path":["rcaProblem","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9765cb4-10c1-4d3d-8796-644a954c2eba"}],"id":"be2fcf4f-7628-47b3-9711-e5ad6f9c99eb","description":"<p>This object is used to access the problem in the nested problem cause action module.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the problem.</td>\n</tr>\n<tr>\n<td>strCode</td>\n<td>string <strong>read only</strong>A standard code for referencing the problem.</td>\n</tr>\n<tr>\n<td>strDescription</td>\n<td>string <strong>read only</strong>A short text describing the problem.</td>\n</tr>\n<tr>\n<td>bolActive</td>\n<td>boolean <strong>read only</strong>Indicates whether the problem is available for use.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"be2fcf4f-7628-47b3-9711-e5ad6f9c99eb"},{"name":"RFQ","item":[{"name":"add","id":"f030a08d-8aa3-435c-9546-9c73dd4177b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RFQ\",\n  \"fields\": \"id, intSiteID, dv_intSiteID, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/rfq/add","urlObject":{"protocol":"https","path":["rfq","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f030a08d-8aa3-435c-9546-9c73dd4177b4"},{"name":"update","id":"b665266a-e53e-4105-bb0d-7790ef79da8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RFQ\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/rfq/update","urlObject":{"protocol":"https","path":["rfq","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b665266a-e53e-4105-bb0d-7790ef79da8d"},{"name":"find","id":"6d63247a-7bd6-4531-bdfb-eba664fa962c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RFQ\",\n  \"filters\": [{\"ql\": \"bolIsSite = ?\", \"parameters\": [1]}],\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/rfq/find","urlObject":{"protocol":"https","path":["rfq","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d63247a-7bd6-4531-bdfb-eba664fa962c"}],"id":"5622a0d0-dd5a-48ad-afb9-1f64f7c9712c","description":"<p>This object is used to represent the Request for Quote (RFQ).</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the RFQ.</td>\n</tr>\n<tr>\n<td>intSiteID</td>\n<td>integer <strong>required</strong>The ID of the site the RFQ is related to. A site is an asset itself, so for possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>intCode</td>\n<td>integerAn integer that represents the code of the RFQ object (e.g. for RFQ#2, the code is 2).</td>\n</tr>\n<tr>\n<td>intRFQStatusID</td>\n<td>integerThe ID of the RFQStatus associated with the RFQ.</td>\n</tr>\n<tr>\n<td>intCreatedByUserID</td>\n<td>integer <strong>required</strong>The ID of the User that created the RFQ.</td>\n</tr>\n<tr>\n<td>dtmDateRequiredResponse</td>\n<td>timestampThe date when the response is required for the RFQ.</td>\n</tr>\n<tr>\n<td>dtmDateExpectedDelivery</td>\n<td>timestampThe expected delivery date for the RFQ.</td>\n</tr>\n<tr>\n<td>strQuoteReferenceNumber</td>\n<td>stringThe quote number associated with the RFQ.</td>\n</tr>\n<tr>\n<td>dtmDateSent</td>\n<td>timestamp <strong>read only</strong>The date when the RFQ was sent.</td>\n</tr>\n<tr>\n<td>intBusinessID</td>\n<td>integerThe ID of the Business associated with the RFQ.</td>\n</tr>\n<tr>\n<td>strMessageContent</td>\n<td>stringThe message content associated with the RFQ.</td>\n</tr>\n<tr>\n<td>strMessageSubject</td>\n<td>stringThe subject of the message associated with the RFQ.</td>\n</tr>\n<tr>\n<td>intSupplierID</td>\n<td>integerThe ID of the supplier associated with the RFQ.</td>\n</tr>\n<tr>\n<td>strSupplierAddress</td>\n<td>stringThe supplier address for the RFQ.</td>\n</tr>\n<tr>\n<td>strSupplierCity</td>\n<td>stringThe supplier city for the RFQ.</td>\n</tr>\n<tr>\n<td>strSupplierPostalCode</td>\n<td>stringThe supplier postal code for the RFQ.</td>\n</tr>\n<tr>\n<td>strSupplierProvince</td>\n<td>stringThe supplier province for the RFQ.</td>\n</tr>\n<tr>\n<td>intSupplierCountryID</td>\n<td>integerThe ID of the supplier country for the RFQ.</td>\n</tr>\n<tr>\n<td>intBillToID</td>\n<td>integerThe ID of the Billing associated with the RFQ. Note that the BillTo fields are associated with the RFQ only when a PO is generated from the RFQ.</td>\n</tr>\n<tr>\n<td>strBillToAddress</td>\n<td>stringThe billing address for the RFQ.</td>\n</tr>\n<tr>\n<td>strBillToCity</td>\n<td>stringThe billing city for the RFQ.</td>\n</tr>\n<tr>\n<td>strBillToPostalCode</td>\n<td>stringThe billing postal code for the RFQ.</td>\n</tr>\n<tr>\n<td>strBillToProvince</td>\n<td>stringThe billing province for the RFQ.</td>\n</tr>\n<tr>\n<td>intBillToCountryID</td>\n<td>integerThe ID of the country associated with billing for the RFQ.</td>\n</tr>\n<tr>\n<td>intShipToID</td>\n<td>integerThe ID of the shipping associated with the RFQ,</td>\n</tr>\n<tr>\n<td>strShipToAddress</td>\n<td>stringThe shipping address for the RFQ.</td>\n</tr>\n<tr>\n<td>strShipToCity</td>\n<td>stringThe shipping city for the RFQ.</td>\n</tr>\n<tr>\n<td>strShipToPostalCode</td>\n<td>stringThe shipping postal code for the RFQ.</td>\n</tr>\n<tr>\n<td>strShipToProvince</td>\n<td>stringThe shipping province for the RFQ.</td>\n</tr>\n<tr>\n<td>intShipToCountryID</td>\n<td>integerThe ID of the country associated with shipping for the RFQ.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intBillToCountryID</td>\n<td>stringThe name of the Country identified by intBillToCountryID.</td>\n</tr>\n<tr>\n<td>dv_intBillToID</td>\n<td>stringThe name of the Billing entity identified by intBillToID.</td>\n</tr>\n<tr>\n<td>dv_intBusinessID</td>\n<td>stringThe name of the Business identified by intBusinessID.</td>\n</tr>\n<tr>\n<td>dv_intCreatedByUserID</td>\n<td>stringThe name of the User identified by intCreatedByUserID.</td>\n</tr>\n<tr>\n<td>dv_intRFQStatusID</td>\n<td>stringThe name of the RFQStatus identified by intRFQStatusID.</td>\n</tr>\n<tr>\n<td>dv_intShipToCountryID</td>\n<td>stringThe name of the Country identified by intShipToCountryID.</td>\n</tr>\n<tr>\n<td>dv_intShipToID</td>\n<td>stringThe name of the Shipping entity identified by intShipToID.</td>\n</tr>\n<tr>\n<td>dv_intSiteID</td>\n<td>stringThe name and code of the site. Please refer to Asset.</td>\n</tr>\n<tr>\n<td>dv_intSupplierCountryID</td>\n<td>stringThe name of the Country identified by intSupplierCountryID.</td>\n</tr>\n<tr>\n<td>dv_intSupplierID</td>\n<td>stringThe name of the associated Business.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"5622a0d0-dd5a-48ad-afb9-1f64f7c9712c"},{"name":"RFQLineItem","item":[{"name":"add","id":"835220fa-7fa0-4071-95dd-e26862f3358b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RFQLineItem\",\n  \"changeFields\": \"intRFQID, intParentRFQLineItemID, intPurchaseOrderLineItemID\",\n  \"object\": {\n    \"intRFQID\": 0,\n    \"intParentRFQLineItemID\": 0,\n    \"intPurchaseOrderLineItemID\": 0\n  },\n  \"fields\": \"id, intRFQID, intParentRFQLineItemID, intPurchaseOrderLineItemID\"\n}"},"url":"https://zenduma-api.zenduit.com/rfqLineItem/add","urlObject":{"protocol":"https","path":["rfqLineItem","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"835220fa-7fa0-4071-95dd-e26862f3358b"},{"name":"update","id":"35bf7d45-8dee-49b8-bc46-ad29d034db8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RFQLineItem\",\n  \"changeFields\": \"intRFQID, intParentRFQLineItemID, intPurchaseOrderLineItemID\",\n  \"object\": {\n    \"id\": 0,\n    \"intRFQID\": 0,\n    \"intParentRFQLineItemID\": 0,\n    \"intPurchaseOrderLineItemID\": 0\n  },\n  \"fields\": \"id, intRFQID, intParentRFQLineItemID, intPurchaseOrderLineItemID\"\n}"},"url":"https://zenduma-api.zenduit.com/rfqLineItem/update","urlObject":{"protocol":"https","path":["rfqLineItem","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"35bf7d45-8dee-49b8-bc46-ad29d034db8b"},{"name":"find","id":"df4e077e-5ad7-40ab-9130-14b1c66ffe3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RFQLineItem\",\n  \"fields\": \"id, intRFQID, intParentRFQLineItemID, intPurchaseOrderLineItemID\"\n}"},"url":"https://zenduma-api.zenduit.com/rfqLineItem/find","urlObject":{"protocol":"https","path":["rfqLineItem","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"df4e077e-5ad7-40ab-9130-14b1c66ffe3f"}],"id":"cf9e184d-1301-4cc3-9922-4a40ee04eadc","description":"<p>This object is used to represent the various line items associated with an RFQ.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the RFQLineItem.</td>\n</tr>\n<tr>\n<td>intRFQID</td>\n<td>integer <strong>required</strong>The ID of the RFQ that the RFQLineItem belongs to.</td>\n</tr>\n<tr>\n<td>intParentRFQLineItemID</td>\n<td>integerIf there are multiple RFQLineItems in a single RFQ, this denotes the ID of the parent RFQ Line Item to which the current item belongs.</td>\n</tr>\n<tr>\n<td>intPurchaseOrderLineItemID</td>\n<td>integerThe PurchaseOrderLineItem associated with the RFQLineItem.</td>\n</tr>\n<tr>\n<td>strDescription</td>\n<td>stringThe description of the RFQLineItem.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integerThe ID of the Asset associated with the RFQLineItem.</td>\n</tr>\n<tr>\n<td>strBusinessAssetNumber</td>\n<td>stringThe Business Asset Number of the RFQLineItem.</td>\n</tr>\n<tr>\n<td>qtyRequested</td>\n<td>integerThe quantity requested for the RFQLineItem.</td>\n</tr>\n<tr>\n<td>qtyQuoted</td>\n<td>integerThe quantity quoted for the RFQLineItem.</td>\n</tr>\n<tr>\n<td>dblQuotedPricePerUnit</td>\n<td>doubleThe unit price quoted per RFQLineItem.</td>\n</tr>\n<tr>\n<td>dblQuotedPriceTotal</td>\n<td>doubleThe total price quoted per RFQLineItem.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name of the Asset identified by intAssetID.</td>\n</tr>\n<tr>\n<td>dv_intParentRFQLineItemID</td>\n<td>stringThe description of the RFQLineItem identified by intParentRFQLineItemID.</td>\n</tr>\n<tr>\n<td>dv_intPurchaseOrderLineItemID</td>\n<td>stringThe name of the PurchaseOrderLineItem identified by intPurchaseOrderLineItemID.</td>\n</tr>\n<tr>\n<td>dv_intRFQID</td>\n<td>stringThe code of the RFQ identified by intRFQID.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"cf9e184d-1301-4cc3-9922-4a40ee04eadc"},{"name":"RFQStatus","item":[{"name":"add","id":"001804b3-98a0-4b40-8991-cfc5ab0ba160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RFQStatus\",\n  \"fields\": \"id, intSiteID, dv_intSiteID, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/rfqStatus/add","urlObject":{"protocol":"https","path":["rfqStatus","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"001804b3-98a0-4b40-8991-cfc5ab0ba160"},{"name":"update","id":"f90539c5-3a60-4ff4-837c-cf075cf464fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RFQStatus\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/rfqStatus/update","urlObject":{"protocol":"https","path":["rfqStatus","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f90539c5-3a60-4ff4-837c-cf075cf464fe"},{"name":"find","id":"4f254719-dd36-455f-851b-3cd1373e0b84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"RFQStatus\",\n  \"fields\": \"id, strName, strDefaultLabel, intSysCode\"\n}"},"url":"https://zenduma-api.zenduit.com/rfqStatus/find","urlObject":{"protocol":"https","path":["rfqStatus","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f254719-dd36-455f-851b-3cd1373e0b84"}],"id":"939580de-8ca6-4d5f-ac43-4fafbf36ee5d","description":"<p>This object is used to represent the status that can be associated with an RFQ.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the RFQStatus.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>string <strong>read only</strong>The name of the RFQStatus.</td>\n</tr>\n<tr>\n<td>strDefaultLabel</td>\n<td>string <strong>read only</strong>The default label for the RFQStatus.</td>\n</tr>\n<tr>\n<td>intSysCode</td>\n<td>integer <strong>read only</strong>The system code associated with the RFQStatus.</td>\n</tr>\n<tr>\n<td>intControlID</td>\n<td>integer <strong>read only</strong>The control ID associated with the RFQStatus.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"939580de-8ca6-4d5f-ac43-4fafbf36ee5d"},{"name":"ReasonToSetAssetOffline","item":[{"name":"add","id":"2056fdb4-8f16-4dd9-8a88-aecd225bce1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ReasonToSetAssetOffline\",\n  \"fields\": \"id, intSiteID, dv_intSiteID, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/reasonToSetAssetOffline/add","urlObject":{"protocol":"https","path":["reasonToSetAssetOffline","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2056fdb4-8f16-4dd9-8a88-aecd225bce1c"},{"name":"update","id":"de7fee22-56e8-44bc-b877-cb2798b746fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ReasonToSetAssetOffline\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/reasonToSetAssetOffline/update","urlObject":{"protocol":"https","path":["reasonToSetAssetOffline","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"de7fee22-56e8-44bc-b877-cb2798b746fd"},{"name":"find","id":"5f93025c-9d08-407b-83ad-d028bd1c2f86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ReasonToSetAssetOffline\",\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/reasonToSetAssetOffline/find","urlObject":{"protocol":"https","path":["reasonToSetAssetOffline","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f93025c-9d08-407b-83ad-d028bd1c2f86"}],"id":"538d520b-7eb2-4eda-89db-b00d567f1f24","description":"<p>A ReasonToSetAssetOffline represents the scenarios from which Assets may be decided to be changed offline. It contains information about a brief explanation of the Asset offline state, such as Broken, In storage, Idle, Retired, and Under repair. See the AssetOfflineTracker for more information.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer **read only  <br />**An integer that uniquely identifies the ReasonToSetAssetOffline.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>string **read only  <br />**A string that identifies the name of the ReasonToSetAssetOffline.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer **read only  <br />**An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the ReasonToSetAssetOffline.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"538d520b-7eb2-4eda-89db-b00d567f1f24"},{"name":"ReasonToSetAssetOnline","item":[{"name":"add","id":"e4664399-e768-443a-8649-6ef808a8ea70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ReasonToSetAssetOnline\",\n  \"fields\": \"id, intSiteID, dv_intSiteID, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/reasonToSetAssetOnline/add","urlObject":{"protocol":"https","path":["reasonToSetAssetOnline","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4664399-e768-443a-8649-6ef808a8ea70"},{"name":"update","id":"8d3d53be-a0b2-4cc9-af51-2520298f2a7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ReasonToSetAssetOnline\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/reasonToSetAssetOnline/update","urlObject":{"protocol":"https","path":["reasonToSetAssetOnline","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d3d53be-a0b2-4cc9-af51-2520298f2a7d"},{"name":"find","id":"fcc4d588-fe3a-405c-baad-5db895fd7177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ReasonToSetAssetOnline\",\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/reasonToSetAssetOnline/find","urlObject":{"protocol":"https","path":["reasonToSetAssetOnline","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcc4d588-fe3a-405c-baad-5db895fd7177"}],"id":"7147d559-25d1-4bd7-8af4-79bd172906b0","description":"<p>A ReasonToSetAssetOnline represents the scenarios from which Assets may be decided to be changed online. It contains information about a brief explanation of the Asset online state, such as In production and On standby. See the AssetOfflineTracker for more information.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the ReasonToSetAssetOnline.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>string <strong>read only</strong>A string that identifies the name of the ReasonToSetAssetOnline.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the ReasonToSetAssetOnline.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7147d559-25d1-4bd7-8af4-79bd172906b0"},{"name":"Receipt","item":[{"name":"add","id":"d2d53adf-0bef-410d-9c87-2b3cfeddc1a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Receipt\",\n  \"changeFields\": \"intSiteID, dtmDateReceived, intCode, dtmDateOrdered, intReceiptStatusID, intSupplierID, intPurchaseCurrencyID, intPurchaseOrderID\",\n  \"object\": {\n    \"id\": 124,\n    \"intReceiptStatusID\": 0,\n    \"intSupplierID\": 221,\n    \"intPurchaseCurrencyID\": 4,\n    \"intPurchaseOrderID\": 146\n  },\n  \"fields\": \"id, dv_intReceivedByUserID, dv_intSupplierID, dtmDateReceived, intCode, dv_intPurchaseCurrencyID, dtmDateOrdered, dv_intReceiptStatusID, dv_intPurchaseOrderID, intPurchaseOrderID\"\n}"},"url":"https://zenduma-api.zenduit.com/receipt/add","urlObject":{"protocol":"https","path":["receipt","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2d53adf-0bef-410d-9c87-2b3cfeddc1a7"},{"name":"update","id":"fb4422b9-8e74-44b8-9289-e9e74394b90f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Receipt\",\n  \"changeFields\": \"intSiteID, dtmDateReceived, intCode, dtmDateOrdered, intReceiptStatusID, intSupplierID, intPurchaseCurrencyID, intPurchaseOrderID\",\n  \"object\": {\n    \"id\": 124,\n    \"intReceiptStatusID\": 0,\n    \"intSupplierID\": 221,\n    \"intPurchaseCurrencyID\": 4,\n    \"intPurchaseOrderID\": 146\n  },\n  \"fields\": \"id, dv_intReceivedByUserID, dv_intSupplierID, dtmDateReceived, intCode, dv_intPurchaseCurrencyID, dtmDateOrdered, dv_intReceiptStatusID, dv_intPurchaseOrderID, intPurchaseOrderID\"\n}"},"url":"https://zenduma-api.zenduit.com/receipt/update","urlObject":{"protocol":"https","path":["receipt","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb4422b9-8e74-44b8-9289-e9e74394b90f"},{"name":"find","id":"d39e337c-9daf-4004-8d03-a2b5db12f941","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Receipt\",\n  \"fields\": \"id, dv_intReceivedByUserID, dv_intSupplierID, dtmDateReceived, intCode, dv_intPurchaseCurrencyID, dtmDateOrdered, dv_intReceiptStatusID, dv_intPurchaseOrderID, intPurchaseOrderID\"\n}"},"url":"https://zenduma-api.zenduit.com/receipt/find","urlObject":{"protocol":"https","path":["receipt","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d39e337c-9daf-4004-8d03-a2b5db12f941"}],"id":"284c2803-db75-4ede-9ede-dd44ef9d30d7","description":"<p>Upon receiving a purchase order, a Receipt object is created in the CMMS.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the Receipt.</td>\n</tr>\n<tr>\n<td>intSiteID</td>\n<td>integer <strong>required</strong>For multi-sites tenants, the ID of the site where the receipt arrived. A site is an asset itself, so for possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>dtmDateReceived</td>\n<td>timestampThe date and time when the receipt has arrived.</td>\n</tr>\n<tr>\n<td>dtmDateOrdered</td>\n<td>timestampThe date and time when the purchase was ordered.</td>\n</tr>\n<tr>\n<td>intReceiptStatusID</td>\n<td>integer <strong>required</strong>The ID of the status of the receipt. For getting possible values, please refer to the ReceiptStatus section.</td>\n</tr>\n<tr>\n<td>intPurchaseCurrencyID</td>\n<td>integerThe ID of the currency that was used for the purchase order. For getting possible values, please refer to the Currency section.</td>\n</tr>\n<tr>\n<td>intPurchaseOrderID</td>\n<td>integerThe ID of the purchase order which the receipt refers to.</td>\n</tr>\n<tr>\n<td>intCode</td>\n<td>integer <strong>required</strong>An integer that represents the code of the Receipt object e.g. For receipt R#31, code = 31</td>\n</tr>\n<tr>\n<td>intSupplierID</td>\n<td>integerAn integer that represents the id of the Business</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>strPackingSlip</td>\n<td>stringThe user can add alphanumeric values denoting packing slip numbers using this field. Max length: 255.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intPurchaseCurrencyID</td>\n<td>stringThe display name of the currency that was used for the purchase order. For getting possible values, please refer to the Currency section.</td>\n</tr>\n<tr>\n<td>dv_intSiteID</td>\n<td>stringThe name and the code of the site where the receipt arrived.</td>\n</tr>\n<tr>\n<td>dv_intSupplierID</td>\n<td>stringThe name of the associated Business</td>\n</tr>\n<tr>\n<td>dv_intReceiptStatusID</td>\n<td>stringThe localized name of the associated ReceiptStatus. Defaults to english label.</td>\n</tr>\n<tr>\n<td>dv_intPurchaseOrderID</td>\n<td>stringThe code of the associated purchase order.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"284c2803-db75-4ede-9ede-dd44ef9d30d7"},{"name":"ReceiptLineItem","item":[{"name":"add","id":"154ea754-5694-48a1-8c47-20efbfd92227","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ReceiptLineItem\",\n  \"changeFields\": \"intParentReceiptLineItemID, intPurchaseOrderLineItemID, intStockID, qtyQuantityReceived, dtmDateExpiryOfInventoryItems, qtyQuantityOrdered, dblPurchasePriceTotal, intAssetID, dblPurchasePricePerUnit, intReceiptID, intReceiveToStockID, intReceiveToFacilityID, strDescription\",\n  \"object\": {\n    \"intParentReceiptLineItemID\": 0,\n    \"intPurchaseOrderLineItemID\": 0,\n    \"intStockID\": 0,\n    \"qtyQuantityReceived\": 0,\n    \"dtmDateExpiryOfInventoryItems\": 0,\n    \"qtyQuantityOrdered\": 0,\n    \"dblPurchasePriceTotal\": 0,\n    \"intAssetID\": 0,\n    \"dblPurchasePricePerUnit\": 0,\n    \"intReceiptID\": 0,\n    \"intReceiveToStockID\": 0,\n    \"intReceiveToFacilityID\": 0,\n    \"strDescription\": \"\"\n  },\n  \"fields\": \"id, intParentReceiptLineItemID, intPurchaseOrderLineItemID, intStockID, dv_intPurchaseOrderLineItemID, qtyQuantityReceived, dtmDateExpiryOfInventoryItems, qtyQuantityOrdered, dblPurchasePriceTotal, dv_intReceiveToStockID, dv_intReceiveToFacilityID, dv_intStockID, intAssetID, dblPurchasePricePerUnit, intReceiptID, dv_intReceiptID, dv_intAssetID, intReceiveToStockID, intReceiveToFacilityID, strDescription, dv_intParentReceiptLineItemID\"\n}"},"url":"https://zenduma-api.zenduit.com/receiptLineItem/add","urlObject":{"protocol":"https","path":["receiptLineItem","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"154ea754-5694-48a1-8c47-20efbfd92227"},{"name":"update","id":"39ce70a3-abc8-4352-82ac-3e41c667460b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ReceiptLineItem\",\n  \"changeFields\": \"intParentReceiptLineItemID, intPurchaseOrderLineItemID, intStockID, qtyQuantityReceived, dtmDateExpiryOfInventoryItems, qtyQuantityOrdered, dblPurchasePriceTotal, intAssetID, dblPurchasePricePerUnit, intReceiptID, intReceiveToStockID, intReceiveToFacilityID, strDescription\",\n  \"object\": {\n    \"id\": 0,\n    \"intParentReceiptLineItemID\": 0,\n    \"intPurchaseOrderLineItemID\": 0,\n    \"intStockID\": 0,\n    \"qtyQuantityReceived\": 0,\n    \"dtmDateExpiryOfInventoryItems\": 0,\n    \"qtyQuantityOrdered\": 0,\n    \"dblPurchasePriceTotal\": 0,\n    \"intAssetID\": 0,\n    \"dblPurchasePricePerUnit\": 0,\n    \"intReceiptID\": 0,\n    \"intReceiveToStockID\": 0,\n    \"intReceiveToFacilityID\": 0,\n    \"strDescription\": \"\"\n  },\n  \"fields\": \"id, intParentReceiptLineItemID, intPurchaseOrderLineItemID, intStockID, dv_intPurchaseOrderLineItemID, qtyQuantityReceived, dtmDateExpiryOfInventoryItems, qtyQuantityOrdered, dblPurchasePriceTotal, dv_intReceiveToStockID, dv_intReceiveToFacilityID, dv_intStockID, intAssetID, dblPurchasePricePerUnit, intReceiptID, dv_intReceiptID, dv_intAssetID, intReceiveToStockID, intReceiveToFacilityID, strDescription, dv_intParentReceiptLineItemID\"\n}"},"url":"https://zenduma-api.zenduit.com/receiptLineItem/update","urlObject":{"protocol":"https","path":["receiptLineItem","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"39ce70a3-abc8-4352-82ac-3e41c667460b"},{"name":"find","id":"130f0ef6-9a89-4fce-a698-017a5ade649c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ReceiptLineItem\",\n  \"fields\": \"id, intParentReceiptLineItemID, intPurchaseOrderLineItemID, intStockID, dv_intPurchaseOrderLineItemID, qtyQuantityReceived, dtmDateExpiryOfInventoryItems, qtyQuantityOrdered, dblPurchasePriceTotal, dv_intReceiveToStockID, dv_intReceiveToFacilityID, dv_intStockID, intAssetID, dblPurchasePricePerUnit, intReceiptID, dv_intReceiptID, dv_intAssetID, intReceiveToStockID, intReceiveToFacilityID, strDescription, dv_intParentReceiptLineItemID\"\n}"},"url":"https://zenduma-api.zenduit.com/receiptLineItem/find","urlObject":{"protocol":"https","path":["receiptLineItem","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"130f0ef6-9a89-4fce-a698-017a5ade649c"}],"id":"a9090d8d-ec94-47bf-8fee-3bfdda13c6ce","description":"<p>Upon reception of a purchase order, a Receipt object is created. This object represents the lines of the receipt.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the ReceiptLineItem.</td>\n</tr>\n<tr>\n<td>intStockID</td>\n<td>integerThe ID of the stock to which the line item refers to. For getting possible values, please refer to the Stock section.</td>\n</tr>\n<tr>\n<td>qtyQuantityReceived</td>\n<td>integerThe quantity that was received.</td>\n</tr>\n<tr>\n<td>qtyQuantityOrdered</td>\n<td>integerThe quantity that was ordered.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integerThe ID of the asset. For getting possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>intReceiptID</td>\n<td>integer <strong>required</strong>The ID of the receipt which this line is part of. For getting possible values, please refer to the Receipt section.</td>\n</tr>\n<tr>\n<td>strDescription</td>\n<td>stringA short text describing the line item.</td>\n</tr>\n<tr>\n<td>intParentReceiptLineItemID</td>\n<td>integerAn integer representing the id of the parent receipt line item</td>\n</tr>\n<tr>\n<td>intPurchaseOrderLineItemID</td>\n<td>integerAn integer representing the id of the associated purchase order line item</td>\n</tr>\n<tr>\n<td>dtmDateExpiryOfInventoryItems</td>\n<td>timestampThe date and time when the inventory items would expire</td>\n</tr>\n<tr>\n<td>dblPurchasePricePerUnit</td>\n<td>doubleThe price of the received part / item per unit</td>\n</tr>\n<tr>\n<td>intReceiveToStockID</td>\n<td>integerAn integer that represents the id of a Stock that the part was received to</td>\n</tr>\n<tr>\n<td>intReceiveToFacilityID</td>\n<td>integerAn integer that represents the id of an Asset (with AssetCategory set to Facility), to which the part was received to</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intReceiptID</td>\n<td>stringThe code of the receipt prefixed with <code>\"R#\"</code>. For example: <code>\"R#14\"</code>.</td>\n</tr>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name and the code of the asset.</td>\n</tr>\n<tr>\n<td>dv_intPurchaseOrderLineItemID</td>\n<td>stringThe id of the purchase order line item</td>\n</tr>\n<tr>\n<td>dv_intReceiveToStockID</td>\n<td>stringThe name of the Stock (part and it's location, row, aisle and bin) to which the part was received to</td>\n</tr>\n<tr>\n<td>dv_intReceiveToFacilityID</td>\n<td>stringThe code and the name of the Asset, Location to which the part was received to</td>\n</tr>\n<tr>\n<td>dv_intStockID</td>\n<td>stringThe name of the Stock (part and it's location, row, aisle and bin)</td>\n</tr>\n<tr>\n<td>dv_intParentReceiptLineItemID</td>\n<td>stringThe name of the associated Receipt and the receipt line item id</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a9090d8d-ec94-47bf-8fee-3bfdda13c6ce"},{"name":"ReceiptStatus","item":[{"name":"add","id":"af2519bd-83cb-472e-86ee-03948eee07ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ReceiptStatus\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/receiptStatus/add","urlObject":{"protocol":"https","path":["receiptStatus","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"af2519bd-83cb-472e-86ee-03948eee07ef"},{"name":"update","id":"4800789f-9c2c-4c96-b320-079985c8ac20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ReceiptStatus\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/receiptStatus/update","urlObject":{"protocol":"https","path":["receiptStatus","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4800789f-9c2c-4c96-b320-079985c8ac20"},{"name":"find","id":"83ca145f-4f83-49ad-8b25-9dd36e9a3a30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ReceiptStatus\",\n  \"fields\": \"id, strName, intControlID, intSysCode\"\n}"},"url":"https://zenduma-api.zenduit.com/receiptStatus/find","urlObject":{"protocol":"https","path":["receiptStatus","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"83ca145f-4f83-49ad-8b25-9dd36e9a3a30"}],"id":"d8f68a85-e74f-42a3-8724-c4d17a051891","description":"<p>A ReceiptStatus represents a status from which Receipts may become. Base possible values are <code>\"Draft\"</code>, <code>\"Received\"</code>, and <code>\"Cancelled\"</code>, but these values can be modified for each tenant. A Receipt is tied to a Purchase Order. See the Receipt object for more details.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the ReceiptStatus.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>string <strong>required</strong>The display name of the status.</td>\n</tr>\n<tr>\n<td>intControlID</td>\n<td>integer <strong>required</strong>Possible values are <code>100</code> for Draft, <code>101</code> for Received and <code>102</code> for Cancelled.</td>\n</tr>\n<tr>\n<td>intSysCode</td>\n<td>integerPossible values are <code>1</code> for Draft, <code>2</code> for Received and <code>3</code> for Cancelled.</td>\n</tr>\n<tr>\n<td>strDefaultLabel</td>\n<td>stringThe default label to use for this status.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d8f68a85-e74f-42a3-8724-c4d17a051891"},{"name":"ReportsToResolved","item":[{"name":"add","id":"4fef4a12-25cc-4d55-815b-373f4ee48f39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ReportsToResolved\",\n  \"fields\": \"id, intSiteID, dv_intSiteID, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/reportsToResolved/add","urlObject":{"protocol":"https","path":["reportsToResolved","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fef4a12-25cc-4d55-815b-373f4ee48f39"},{"name":"update","id":"e1fdcd20-5abf-4a05-95c7-77a596906fde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ReportsToResolved\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/reportsToResolved/update","urlObject":{"protocol":"https","path":["reportsToResolved","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1fdcd20-5abf-4a05-95c7-77a596906fde"},{"name":"find","id":"5ec101dd-21cb-4f71-8097-562ac263cd69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ReportsToResolved\",\n  \"filters\": [{\"ql\": \"intParentID = ?\", \"parameters\": [1234]}],\n  \"fields\": \"intChildID\"\n}"},"url":"https://zenduma-api.zenduit.com/reportsToResolved/find","urlObject":{"protocol":"https","path":["reportsToResolved","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ec101dd-21cb-4f71-8097-562ac263cd69"}],"id":"30317425-242a-4624-9e1d-175af9bf3af3","description":"<p>This object is a flattened representation of the \"User reporting to user\" hierarchy. For any descendant/ancestor relationship, there will be an entry in this table. This is a computed table, so it is read-only.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the relationship.</td>\n</tr>\n<tr>\n<td>intChildID</td>\n<td>integer <strong>read only</strong>The ID of the descendant user. See User object.</td>\n</tr>\n<tr>\n<td>intParentID</td>\n<td>integer <strong>read only</strong>The ID of the ancestor user. See User object.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intChildID</td>\n<td>stringThe full name of the descendant user.</td>\n</tr>\n<tr>\n<td>dv_intParentID</td>\n<td>stringThe full name of the ancestor user.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"30317425-242a-4624-9e1d-175af9bf3af3"},{"name":"ScheduleTrigger","item":[{"name":"add","id":"37e9be24-a498-48b2-a813-c1b02e78eef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ScheduleTrigger\",\n  \"fields\": \"id, intSiteID, dv_intSiteID, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/scheduleTrigger/add","urlObject":{"protocol":"https","path":["scheduleTrigger","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"37e9be24-a498-48b2-a813-c1b02e78eef1"},{"name":"update","id":"6f801b80-86a4-4852-9544-4ff88ab6dd33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ScheduleTrigger\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/scheduleTrigger/update","urlObject":{"protocol":"https","path":["scheduleTrigger","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f801b80-86a4-4852-9544-4ff88ab6dd33"},{"name":"find","id":"15c8584e-0dd4-4ddf-be62-3ea44be64b78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ScheduleTrigger\",\n  \"fields\": \"bolTSWFriday, bolTSWMonday, bolTSWSaturday, bolTSWSunday\"\n}"},"url":"https://zenduma-api.zenduit.com/scheduleTrigger/find","urlObject":{"protocol":"https","path":["scheduleTrigger","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"15c8584e-0dd4-4ddf-be62-3ea44be64b78"}],"id":"f3332b3d-e838-488b-9a40-179d17b8275a","description":"<p>A ScheduleTrigger represents a trigger that is created on a ScheduledMaintenance for scheduling a WorkOrder. A WorkOrder can be scheduled for a ScheduledMaintenance when any of the ScheduleTriggers fire or when all of the ScheduleTriggers are fired depending on the configuration specified on ScheduledMaintenance.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the ScheduleTrigger.</td>\n</tr>\n<tr>\n<td>bolTSWFriday</td>\n<td>boolean <strong>read only</strong>If set to true, this field indicates that the Time Schedule trigger is configured to run weekly on every Friday.</td>\n</tr>\n<tr>\n<td>bolTSWMonday</td>\n<td>boolean <strong>read only</strong>If set to true, this field indicates that the Time Schedule trigger is configured to run weekly on every Monday.</td>\n</tr>\n<tr>\n<td>bolTSWSaturday</td>\n<td>boolean <strong>read only</strong>If set to true, this field indicates that the Time Schedule trigger is configured to run weekly on every Saturday.</td>\n</tr>\n<tr>\n<td>bolTSWSunday</td>\n<td>boolean <strong>read only</strong>If set to true, this field indicates that the Time Schedule trigger is configured to run weekly on every Sunday.</td>\n</tr>\n<tr>\n<td>bolTSWThursday</td>\n<td>boolean <strong>read only</strong>If set to true, this field indicates that the Time Schedule trigger is configured to run weekly on every Thursday.</td>\n</tr>\n<tr>\n<td>bolTSWTuesday</td>\n<td>boolean <strong>read only</strong>If set to true, this field indicates that the Time Schedule trigger is configured to run weekly on every Tuesday.</td>\n</tr>\n<tr>\n<td>bolTSWWednesday</td>\n<td>boolean <strong>read only</strong>If set to true, this field indicates that the Time Schedule trigger is configured to run weekly on every Wednesday.</td>\n</tr>\n<tr>\n<td>strDatLogicHourly</td>\n<td>string <strong>read only</strong>For a Time Schedule trigger, this field shows the logic of the hourly setting. It is set to x (fixed) or t (floating).</td>\n</tr>\n<tr>\n<td>strDatLogicDaily</td>\n<td>string <strong>read only</strong>For a Time Schedule trigger, this field shows the logic of the daily setting. It is set to x (fixed) or t (floating).</td>\n</tr>\n<tr>\n<td>strDatLogicMonthly</td>\n<td>string <strong>read only</strong>For a Time Schedule trigger, this field shows the logic of the monthly setting. It is set to x (fixed) or t (floating).</td>\n</tr>\n<tr>\n<td>strDatLogicYearly</td>\n<td>string <strong>read only</strong>For a Time Schedule trigger, this field shows the logic of the yearly setting. It is set to x (fixed) or t (floating).</td>\n</tr>\n<tr>\n<td>datTREndBy</td>\n<td><strong>read only</strong>A datetime stamp that identifies when the End By date configured for the ScheduleTrigger. If no End By date was configured, it defaults to the date when the ScheduleTrigger was created</td>\n</tr>\n<tr>\n<td>datTRStart</td>\n<td><strong>read only</strong>A datetime stamp that identifies when the ScheduleTrigger was created.</td>\n</tr>\n<tr>\n<td>dblLastMeterReading</td>\n<td>double <strong>read only</strong>For a Meter Reading trigger, this field identifies the last meter reading recorded.</td>\n</tr>\n<tr>\n<td>dblRMeterReading</td>\n<td>double <strong>read only</strong>For a Meter Reading trigger, this field specifies the interval in which it should be triggered (Ex: Every 90 hours).</td>\n</tr>\n<tr>\n<td>dblROMeterReading</td>\n<td>double <strong>read only</strong>For a Meter Reading trigger, this field specifies the value when it should be triggered (Ex: When Hours (h) Reading is greater than 10).</td>\n</tr>\n<tr>\n<td>dblRREndBy</td>\n<td>double <strong>read only</strong>For a Meter Reading trigger, this field specifies the End By Reading configured for the trigger. If no End By is configured, it defaults to 0.</td>\n</tr>\n<tr>\n<td>dblRRStart</td>\n<td>double <strong>read only</strong>For a Meter Reading trigger, this field specifies the Start At Reading configured for the trigger. If no Start At is configured, it defaults to 0.</td>\n</tr>\n<tr>\n<td>dtmLastTriggered</td>\n<td>timestamp <strong>read only</strong>The date and time which the trigger was triggered last.</td>\n</tr>\n<tr>\n<td>intAssetEventTypeID</td>\n<td>integer <strong>read only</strong>For an Event trigger, this field specifies the ID of the AssetEventType associated with the trigger.</td>\n</tr>\n<tr>\n<td>intRMeterReadingUnitID</td>\n<td>integer <strong>read only</strong>For a Meter Reading trigger, this field specifies ID of MeterReadingUnit associated with the trigger when the trigger is configured for Every reading of the unit.</td>\n</tr>\n<tr>\n<td>intROMeterReadingUnitID</td>\n<td>integer <strong>read only</strong>For a Meter Reading trigger, this field specifies ID of MeterReadingUnit associated with the trigger when the trigger is configured based on a condition.</td>\n</tr>\n<tr>\n<td>intRREndAfter</td>\n<td>integer <strong>read only</strong>For Meter Reading trigger, it specifies the reading after which to stop the trigger.</td>\n</tr>\n<tr>\n<td>intScheduledMaintenanceID</td>\n<td>integer <strong>read only</strong>The ID of the ScheduledMaintenance associated with the trigger.</td>\n</tr>\n<tr>\n<td>intTREndAfter</td>\n<td>integer <strong>read only</strong>This field is used to determine after how many occurrences the trigger should be stopped.</td>\n</tr>\n<tr>\n<td>intTSDEveryDays</td>\n<td>integer <strong>read only</strong>For a Time Schedule trigger that is configured to be daily, it denotes the daily rate of repetition associated with the trigger.</td>\n</tr>\n<tr>\n<td>intTSHEveryHours</td>\n<td>integer <strong>read only</strong>For a Time Schedule trigger that is configured to be hourly, it denotes the hourly rate of repetition associated with the trigger.</td>\n</tr>\n<tr>\n<td>intTSMDayOfMonth</td>\n<td>integer <strong>read only</strong>For a Time Schedule trigger that is configured to be monthly, it denotes the day of the month associated with the trigger.</td>\n</tr>\n<tr>\n<td>intTSMEveryMonths</td>\n<td>integer <strong>read only</strong>For Time Schedule trigger that is configured to be monthly, it denotes the monthly rate of repetition associated with the trigger.</td>\n</tr>\n<tr>\n<td>intTSWEveryWeeks</td>\n<td>integer <strong>read only</strong>For a Time Schedule trigger that is configured to be weekly, it denotes the weekly rate of repetition associated with the trigger.</td>\n</tr>\n<tr>\n<td>intTSYDayOfMonth</td>\n<td>integer <strong>read only</strong>For a Time Schedule trigger that is configured to be yearly, it denotes the day of the month associated with the trigger.</td>\n</tr>\n<tr>\n<td>intTSYEveryYears</td>\n<td>integer <strong>read only</strong>For a Time Schedule trigger that is configured to be yearly, it denotes the yearly rate of repetition associated with the trigger.</td>\n</tr>\n<tr>\n<td>intTSYMonthOfYear</td>\n<td>integer <strong>read only</strong>For a Time Schedule trigger that is configured to be yearly, it denotes the month of the year associated with the trigger. Do note that the months start at 0. For eg: The year starts at January (0) and ends with December (11).</td>\n</tr>\n<tr>\n<td>strROType</td>\n<td>string <strong>read only</strong>For a Meter Reading trigger, this field is the Trigger Meter (When) Comparison. It is set to l (less than), g (greater than), or empty if not meter reading based</td>\n</tr>\n<tr>\n<td>strRRType</td>\n<td>string <strong>read only</strong>It is the Trigger Schedule No End Date. It is set to empty if not time based, n (no end date), b (has a end date).</td>\n</tr>\n<tr>\n<td>strRType</td>\n<td>string <strong>read only</strong>For a Meter Reading trigger, this field is the Trigger Meter Type. It is set to e (every), o (other), empty if not meter reading based.</td>\n</tr>\n<tr>\n<td>strTRType</td>\n<td>string <strong>read only</strong>It is the Trigger Reading End type. It is set to n (no end reading), b (end by reading).</td>\n</tr>\n<tr>\n<td>strTSType</td>\n<td>string <strong>read only</strong>It is the Trigger Schedule Type. It is set to h (hourly), d (daily), w (weekly), m (monthly), y (yearly).</td>\n</tr>\n<tr>\n<td>strType</td>\n<td>string <strong>read only</strong>This field denotes the type of the Schedule Trigger. It is set to t for Time Schedule trigger, r for Meter Reading Trigger and e for an Event Trigger.</td>\n</tr>\n<tr>\n<td>strMrLogic</td>\n<td>string <strong>read only</strong>For a Meter Reading trigger, this field is used to determine the logic of the schedule. It is set x (fixed) or t (floating).</td>\n</tr>\n<tr>\n<td>bolMrByWOClosed</td>\n<td>boolean <strong>read only</strong>If set to true, the Meter Reading trigger should check the reading when the WO is closed.</td>\n</tr>\n<tr>\n<td>bolCreateWorkOrderOnStartDate</td>\n<td>boolean <strong>read only</strong>If set to true, it indicates that a WorkOrder be created on the start date when the trigger is scheduled.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integer <strong>read only</strong>Indicates the ID for an Asset associated with the ScheduledMaintenance that creates the trigger. For a Meter Reading trigger, this field needs to be populated with the Asset id of one of the ScheduledMaintenance Assets.</td>\n</tr>\n<tr>\n<td>strScheduleDescription</td>\n<td>string <strong>read only</strong>The description for the Schedule Trigger.</td>\n</tr>\n<tr>\n<td>intTRTriggerTime</td>\n<td>integer <strong>read only</strong>For all the Time Schedule triggers except an hourly trigger, this field specifies time at which it will be triggered. It can have a value between 0 and 23.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssetEventTypeID</td>\n<td>stringThe name of the AssetEventType associated with intAssetEventTypeID.</td>\n</tr>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name of the Asset associated with intAssetID.</td>\n</tr>\n<tr>\n<td>dv_intRMeterReadingUnitID</td>\n<td>stringThe name of the MeterReadingUnit associated with intRMeterReadingUnitID.</td>\n</tr>\n<tr>\n<td>dv_intROMeterReadingUnitID</td>\n<td>stringThe name of the MeterReadingUnit associated with intROMeterReadingUnitID.</td>\n</tr>\n<tr>\n<td>dv_intScheduledMaintenanceID</td>\n<td>stringThe code of the ScheduledMaintenance associated with intScheduledMaintenanceID.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f3332b3d-e838-488b-9a40-179d17b8275a"},{"name":"ScheduledMaintenance","item":[{"name":"add","id":"7d324709-599b-41f0-86b0-84b635e4533b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ScheduledMaintenance\",\n  \"fields\": \"id, intSiteID, dv_intSiteID, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/scheduledMaintenance/add","urlObject":{"protocol":"https","path":["scheduledMaintenance","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d324709-599b-41f0-86b0-84b635e4533b"},{"name":"update","id":"1daa68a8-9397-4a13-b3ab-5dda811a2a7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ScheduledMaintenance\",\n  \"changeFields\": \"strDescription, strMake, strModel\",\n  \"object\": {\n    \"id\": 408634,\n    \"strDescription\": \"Asset_Desc_Name\",\n    \"strMake\": \"Asset_Make_Name\",\n    \"strModel\": \"Asset_Model_Name\",\n    \"qtyStockCount\": 4\n  },\n  \"fields\": \"strName, strMake, strModel, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/scheduledMaintenance/update","urlObject":{"protocol":"https","path":["scheduledMaintenance","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1daa68a8-9397-4a13-b3ab-5dda811a2a7d"},{"name":"find","id":"2103b4ab-b229-48bc-a56f-5f16af03bc4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ScheduledMaintenance\",\n  \"filters\": [{\"ql\": \"intSiteID = ?\", \"parameters\": [121212]}],\n  \"fields\": \"id, intStartAsWorkOrderStatusID, intPriorityID, dv_intPriorityID, intScheduledMaintenanceStatusID, strDescription, strCode, intSuggestedCompletion, dblSuggestedTime\",\n  \"orderBy\": \"intPriorityID\"\n}"},"url":"https://zenduma-api.zenduit.com/scheduledMaintenance/find","urlObject":{"protocol":"https","path":["scheduledMaintenance","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2103b4ab-b229-48bc-a56f-5f16af03bc4d"}],"id":"34657393-cdef-4694-95fb-aac561bf713c","description":"<p>A ScheduledMaintenance represents a Maintenance job that is to be done and executed by the assigned user. It contains information about the ScheduledMaintenance Maintenance Type, Date created, Priority level, Site it resides in, Asset(s) involved, and assigned User. See the MaintenanceType, ScheduledMaintenanceUser, ScheduledMaintenancePart, and ScheduledMaintenanceAsset objects for more details and information. You can have multiple ScheduledMaintenance associated in your CMMS.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the ScheduleMaintenance.</td>\n</tr>\n<tr>\n<td>intPriorityID</td>\n<td>integerThe ID of the priority level for this scheduled maintenance. For getting possible values, please refer to the Priority section.</td>\n</tr>\n<tr>\n<td>intSiteID</td>\n<td>integer <strong>required</strong>For multi-sites tenants, the ID of the site where the maintenance is taking place at. A site is an asset itself, so for possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>intStartAsWorkOrderStatusID</td>\n<td>integerAn integer that represents the id of a WorkOrderStatus</td>\n</tr>\n<tr>\n<td>intScheduledMaintenanceStatusID</td>\n<td>integerAn integer that represents the status of the ScheduledMaintenance. Possible values STATUS_PAUSED = 0,STATUS_PLAYING = 1</td>\n</tr>\n<tr>\n<td>intSuggestedCompletion</td>\n<td>integerThe estimated number of days that the generated work order should be completed by.</td>\n</tr>\n<tr>\n<td>dtmUpdatedDate</td>\n<td>timestampThe date and time when the ScheduledMaintenance was updated (UNIX epoch milliseconds).</td>\n</tr>\n<tr>\n<td>strCode</td>\n<td>stringA code that represents the ScheduledMaintenance</td>\n</tr>\n<tr>\n<td>intProjectID</td>\n<td>integerThe ID of the Project.</td>\n</tr>\n<tr>\n<td>strCompletionNotes</td>\n<td>stringA string that represents the completion notes on this ScheduledMaintenance</td>\n</tr>\n<tr>\n<td>dtmCreateDate</td>\n<td>timestampThe date and time when the ScheduledMaintenance was created (UNIX epoch milliseconds).</td>\n</tr>\n<tr>\n<td>intMaintenanceTypeID</td>\n<td>integerAn integer that represents the id of the MaintenanceType</td>\n</tr>\n<tr>\n<td>intRequestorUserID</td>\n<td>integerAn integer that represents the id of a User who requested the scheduled maintenance.</td>\n</tr>\n<tr>\n<td>strDescription</td>\n<td>stringAs string that represents the description on the ScheduledMaintenance</td>\n</tr>\n<tr>\n<td>bolCanFireSMWithOpenWO</td>\n<td>boolean <strong>read only</strong>If set to true, a new work order will be created even if there are existing work orders that are not closed from this scheduled maintenance.</td>\n</tr>\n<tr>\n<td>bolWORequiresSignature</td>\n<td>boolean <strong>read only</strong>If set to true, indicates that the Work Orders generated from the ScheduledMaintenance need to be signed. A Work Order generated from the ScheduledMaintenance does not need to be signed if this is set to false.</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the ScheduledMaintenance.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>new</strong> <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intPriorityID</td>\n<td>stringThe display name of the priority level for this scheduled maintenance.</td>\n</tr>\n<tr>\n<td>dv_intSiteID</td>\n<td>stringThe name and the code of the site where the maintenance is taking place at.</td>\n</tr>\n<tr>\n<td>dv_intProjectID</td>\n<td>stringThe name of the Project</td>\n</tr>\n<tr>\n<td>dv_intRequestorUserID</td>\n<td>stringThe full name of the User who requested scheduled maintenance.</td>\n</tr>\n<tr>\n<td>dv_intMaintenanceTypeID</td>\n<td>stringThe name of the MaintenanceType</td>\n</tr>\n<tr>\n<td>dv_intStartAsWorkOrderStatusID</td>\n<td>stringThe name of the WorkOrderStatus</td>\n</tr>\n<tr>\n<td>cf_dvSMAsset</td>\n<td>The code and name of all associated Asset(s)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"34657393-cdef-4694-95fb-aac561bf713c"},{"name":"ScheduledMaintenanceAsset","item":[{"name":"add","id":"009fde28-b34f-414b-b7ab-6e0acd930d0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ScheduledMaintenanceAsset\",\n  \"object\": {\n    \"intScheduledMaintenanceID\": 121212,\n    \"intAssetID\": 343434\n  },\n  \"fields\": \"id, dv_intScheduledMaintenanceID, dv_intAssetID\"\n}"},"url":"https://zenduma-api.zenduit.com/scheduledMaintenanceAsset/add","urlObject":{"protocol":"https","path":["scheduledMaintenanceAsset","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"009fde28-b34f-414b-b7ab-6e0acd930d0b"},{"name":"update","id":"41fe8688-d796-40ae-aaee-8f76eede0dcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ScheduledMaintenanceAsset\",\n  \"object\": {\n    \"id\": 408634,\n    \"intScheduledMaintenanceID\": 121212,\n    \"intAssetID\": 343434\n  },\n  \"fields\": \"id, dv_intScheduledMaintenanceID, dv_intAssetID\"\n}"},"url":"https://zenduma-api.zenduit.com/scheduledMaintenanceAsset/update","urlObject":{"protocol":"https","path":["scheduledMaintenanceAsset","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"41fe8688-d796-40ae-aaee-8f76eede0dcb"},{"name":"find","id":"a86e9c33-d78c-4750-a1a7-9405cdc348e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ScheduledMaintenanceAsset\",\n  \"filters\": [{\"ql\": \"intParentID = ?\", \"parameters\": [1234]}],\n  \"fields\": \"intChildID\"\n}"},"url":"https://zenduma-api.zenduit.com/scheduledMaintenanceAsset/find","urlObject":{"protocol":"https","path":["scheduledMaintenanceAsset","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a86e9c33-d78c-4750-a1a7-9405cdc348e6"}],"id":"58757c45-8baa-4b81-8dfd-0b0d80eb5260","description":"<p>This object is used to link a scheduled maintenance with the assets the maintenance should be performed on.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the ScheduleMaintenanceAsset.</td>\n</tr>\n<tr>\n<td>intScheduledMaintenanceID</td>\n<td>integer <strong>required</strong>The ID of the schedule maintenance. For getting possible values, please refer to the ScheduledMaintenance section.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integerThe ID of the asset. For getting possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>new</strong> <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name and the code of the asset.</td>\n</tr>\n<tr>\n<td>dv_intScheduledMaintenanceID</td>\n<td>stringThe code of the scheduled maintenance. For example : <code>\"SM-0040-1020\"</code>. For more details, please refer to the ScheduledMaintenance section.</td>\n</tr>\n<tr>\n<td>cf_assetAddress</td>\n<td>The Asset (Location) at which the associated Asset is located</td>\n</tr>\n<tr>\n<td>cf_bolIsOnline</td>\n<td>A boolean that represents the online/offline status of the associated Asset</td>\n</tr>\n<tr>\n<td>cf_strAssetAddress</td>\n<td>A string that represents the address/Location of an Asset</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"58757c45-8baa-4b81-8dfd-0b0d80eb5260"},{"name":"ScheduledMaintenancePart","item":[{"name":"add","id":"e168bfaa-c558-4df3-8c72-5e8850ad6ae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ScheduledMaintenancePart\",\n  \"object\": {\n    \"intStockID\": 1212,\n    \"qtySuggestedQuantity\": 42,\n    \"intScheduledMaintenanceID\": 3434,\n    \"intPartID\": 5656,\n    \"intAssetID\": 7878\n  },\n  \"fields\": \"id, dv_intPartID, qtySuggestedQuantity, dv_intAssetID, dv_intStockID, dv_intScheduledMaintenanceID\"\n}"},"url":"https://zenduma-api.zenduit.com/scheduledMaintenancePart/add","urlObject":{"protocol":"https","path":["scheduledMaintenancePart","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e168bfaa-c558-4df3-8c72-5e8850ad6ae2"},{"name":"update","id":"9640e083-0b3f-45b3-b901-c54e946a67c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ScheduledMaintenancePart\",\n  \"object\": {\n    \"id\": 408634,\n    \"intStockID\": 1212,\n    \"qtySuggestedQuantity\": 42,\n    \"intScheduledMaintenanceID\": 3434,\n    \"intPartID\": 5656,\n    \"intAssetID\": 7878\n  },\n  \"fields\": \"id, dv_intPartID, qtySuggestedQuantity, dv_intAssetID, dv_intStockID, dv_intScheduledMaintenanceID\"\n}"},"url":"https://zenduma-api.zenduit.com/scheduledMaintenancePart/update","urlObject":{"protocol":"https","path":["scheduledMaintenancePart","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9640e083-0b3f-45b3-b901-c54e946a67c4"},{"name":"find","id":"d0543160-5bed-4a9a-9e2a-5ce772680ea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ScheduledMaintenancePart\",\n  \"filters\": [{\"ql\": \"intScheduledMaintenanceID = ?\", \"parameters\": [3434]}],\n  \"fields\": \"id, intStockID, qtySuggestedQuantity, intPartID, intAssetID\"\n}"},"url":"https://zenduma-api.zenduit.com/scheduledMaintenancePart/find","urlObject":{"protocol":"https","path":["scheduledMaintenancePart","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0543160-5bed-4a9a-9e2a-5ce772680ea4"}],"id":"ec67ef2d-9e9f-4f5d-8391-4607bd4c75f7","description":"<p>A ScheduledMaintenancePart represents the relationship between a particular ScheduledMaintenance within your CMMS and the associated Parts in the CMMS. It contains information about the Part and Asset that is tied to this ScheduledMaintenance. See the ScheduledMaintenance, Part, and Asset objects for more details and information.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the ScheduledMaintenancePart.</td>\n</tr>\n<tr>\n<td>intScheduledMaintenanceID</td>\n<td>integerAn integer that uniquely identifies the ScheduledMaintenance that have associated Parts.</td>\n</tr>\n<tr>\n<td>intPartID</td>\n<td>integerAn integer that uniquely identifies the Part that is associated to a ScheduledMaintenance.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integerThe ID of the asset. For getting possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>intStockID</td>\n<td>integerAn integer representing the id of the associated Stock</td>\n</tr>\n<tr>\n<td>qtySuggestedQuantity</td>\n<td>integerAn integer representing the suggested quantity to be used to complete the task</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name and the code of the asset.</td>\n</tr>\n<tr>\n<td>dv_intPartID</td>\n<td>stringThe code and the name of the Asset (with AssetCategory set to Parts)</td>\n</tr>\n<tr>\n<td>dv_intStockID</td>\n<td>stringThe name of the Stock (part and it's location, row, aisle and bin)</td>\n</tr>\n<tr>\n<td>dv_intScheduledMaintenanceID</td>\n<td>stringThe code of the associated ScheduledMaintenance</td>\n</tr>\n<tr>\n<td>cf_part</td>\n<td>The Asset (part) associated to the Stock, if not present the associated Asset (part)</td>\n</tr>\n<tr>\n<td>cf_partLocation</td>\n<td>The Asset (location) associated to the Stock, if not present the location associated to the Asset (part)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ec67ef2d-9e9f-4f5d-8391-4607bd4c75f7"},{"name":"ScheduledMaintenanceUser","item":[{"name":"add","id":"71a5af15-18d8-4135-b1cc-4437f67fc137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ScheduledMaintenanceUser\",\n  \"object\": {\n    \"intScheduledMaintenanceID\": 3434,\n    \"intUserID\": 5656\n  },\n  \"fields\": \"id, dv_intUserID, dv_intScheduledMaintenanceID\"\n}"},"url":"https://zenduma-api.zenduit.com/scheduledMaintenanceUser/add","urlObject":{"protocol":"https","path":["scheduledMaintenanceUser","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"71a5af15-18d8-4135-b1cc-4437f67fc137"},{"name":"update","id":"8c2635a2-915f-4e15-ba6e-878edaab7d26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ScheduledMaintenanceUser\",\n  \"object\": {\n    \"id\": 408634,\n    \"intScheduledMaintenanceID\": 3434,\n    \"intUserID\": 5656\n  },\n  \"fields\": \"id, dv_intUserID, dv_intScheduledMaintenanceID\"\n}"},"url":"https://zenduma-api.zenduit.com/scheduledMaintenanceUser/update","urlObject":{"protocol":"https","path":["scheduledMaintenanceUser","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c2635a2-915f-4e15-ba6e-878edaab7d26"},{"name":"find","id":"a8bef5dd-3de5-4788-aacc-b957300db408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"ScheduledMaintenanceUser\",\n  \"filters\": [{\"ql\": \"intScheduledMaintenanceID = ?\", \"parameters\": [3434]}],\n  \"fields\": \"id, intScheduledMaintenanceID, dv_intScheduledMaintenanceID\"\n}"},"url":"https://zenduma-api.zenduit.com/scheduledMaintenanceUser/find","urlObject":{"protocol":"https","path":["scheduledMaintenanceUser","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8bef5dd-3de5-4788-aacc-b957300db408"}],"id":"ffbecf23-566d-4b18-adb6-fe4632d08898","description":"<p>A ScheduledMaintenanceUser represents the relationship between a particular ScheduledMaintenance within your CMMS and the associated User in the CMMS. It contains information about the Notification options available to notify the User. See the User and the ScheduledMaintenance objects for more details and information.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the ScheduledMaintenanceUser.</td>\n</tr>\n<tr>\n<td>intScheduledMaintenanceID</td>\n<td>integerAn integer that uniquely identifies the associated ScheduledMaintenance.</td>\n</tr>\n<tr>\n<td>intUserID</td>\n<td>integerAn integer that uniquely identifies the associated User.</td>\n</tr>\n<tr>\n<td>bolNotifyOnAssignment</td>\n<td>booleanIf set to true, when a work order is triggered from the scheduled maintenance, then the user will be notified on work order assignment.</td>\n</tr>\n<tr>\n<td>bolNotifyOnCompletion</td>\n<td>booleanIf set to true, when a work order is triggered from the scheduled maintenance, then the user will be notified on work order completion.</td>\n</tr>\n<tr>\n<td>bolNotifyOnOnlineOffline</td>\n<td>booleanIf set to true, when a work order is triggered from the scheduled maintenance, then the user will be notified when the asset associated with the work order is set online/offline.</td>\n</tr>\n<tr>\n<td>bolNotifyOnStatusChange</td>\n<td>booleanIf set to true, when a work order is triggered from the scheduled maintenance, then the user will be notified when the status of the work order changes.</td>\n</tr>\n<tr>\n<td>bolNotifyOnTaskCompleted</td>\n<td>booleanIf set to true, when a work order is triggered from the scheduled maintenance, then the user will be notified on work order task completion.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intUserID</td>\n<td>stringThe full name of the user.</td>\n</tr>\n<tr>\n<td>dv_intScheduledMaintenanceID</td>\n<td>stringThe code of the associated ScheduledMaintenance</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ffbecf23-566d-4b18-adb6-fe4632d08898"},{"name":"SiteUser","item":[{"name":"add","id":"c8762706-3054-4927-8d65-31ce62f7525a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"SiteUser\",\n  \"changeFields\": \"intSiteID, intUserID\",\n  \"object\": {\n    \"id\": 0,\n    \"intSiteID\": 0,\n    \"intUserID\": 0\n  },\n  \"fields\": \"id, intSiteID, dv_intSiteID, intUserID, dv_intUserID\"\n}"},"url":"https://zenduma-api.zenduit.com/siteUser/add","urlObject":{"protocol":"https","path":["siteUser","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8762706-3054-4927-8d65-31ce62f7525a"},{"name":"update","id":"5711c32d-1a8a-424d-8bd6-ac52c57bfd75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"SiteUser\",\n  \"changeFields\": \"intSiteID, intUserID\",\n  \"object\": {\n    \"id\": 0,\n    \"intSiteID\": 0,\n    \"intUserID\": 0\n  },\n  \"fields\": \"id, intSiteID, dv_intSiteID, intUserID, dv_intUserID\"\n}"},"url":"https://zenduma-api.zenduit.com/siteUser/update","urlObject":{"protocol":"https","path":["siteUser","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5711c32d-1a8a-424d-8bd6-ac52c57bfd75"},{"name":"find","id":"fbd78fab-da28-4c2a-b917-061d3ddfd556","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"SiteUser\",\n  \"fields\": \"id, intSiteID, dv_intSiteID, intUserID, dv_intUserID\"\n}"},"url":"https://zenduma-api.zenduit.com/siteUser/find","urlObject":{"protocol":"https","path":["siteUser","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbd78fab-da28-4c2a-b917-061d3ddfd556"}],"id":"183ccfe5-326d-427f-9fb5-9139c34a38eb","description":"<p>For a multi-sites tenant, this object is used to link a user to a site.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the SiteUser.</td>\n</tr>\n<tr>\n<td>intSiteID</td>\n<td>integer <strong>required</strong>For multi-site tenants, the ID of the site the work order is related to. A site is an asset itself, so for possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>intUserID</td>\n<td>integer <strong>required</strong>The ID of the user. For getting possible values, please refer to the User section.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intUserID</td>\n<td>stringThe full name of the user.</td>\n</tr>\n<tr>\n<td>dv_intSiteID</td>\n<td>stringThe name and the code of the site.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"183ccfe5-326d-427f-9fb5-9139c34a38eb"},{"name":"SiteUserGroup","item":[{"name":"add","id":"ce905432-3cd5-40cb-bd15-eb6ba0d96c11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"SiteUserGroup\",\n  \"changeFields\": \"intGroupID, intSiteUserID\",\n  \"object\": {\n    \"id\": 0,\n    \"intGroupID\": 0,\n    \"intSiteUserID\": 0\n  },\n  \"fields\": \"id, intGroupID, dv_intGroupID, intSiteUserID, dv_intSiteUserID\"\n}"},"url":"https://zenduma-api.zenduit.com/siteUserGroup/add","urlObject":{"protocol":"https","path":["siteUserGroup","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce905432-3cd5-40cb-bd15-eb6ba0d96c11"},{"name":"update","id":"1d3cc35e-0d9e-46e9-908e-5d75fc444749","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"SiteUserGroup\",\n  \"changeFields\": \"intGroupID, intSiteUserID\",\n  \"object\": {\n    \"id\": 0,\n    \"intGroupID\": 0,\n    \"intSiteUserID\": 0\n  },\n  \"fields\": \"id, intGroupID, dv_intGroupID, intSiteUserID, dv_intSiteUserID\"\n}"},"url":"https://zenduma-api.zenduit.com/siteUserGroup/update","urlObject":{"protocol":"https","path":["siteUserGroup","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d3cc35e-0d9e-46e9-908e-5d75fc444749"},{"name":"find","id":"62dde9f1-e667-4a5a-b540-2f3a9b05c6c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"SiteUserGroup\",\n  \"fields\": \"id, intGroupID, dv_intGroupID, intSiteUserID, dv_intSiteUserID\"\n}"},"url":"https://zenduma-api.zenduit.com/siteUserGroup/find","urlObject":{"protocol":"https","path":["siteUserGroup","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"62dde9f1-e667-4a5a-b540-2f3a9b05c6c7"}],"id":"0b12070d-dafd-4fa6-b2c8-057bf23f07a6","description":"<p>For multi-sites tenants, this object does the link between site users and groups. For more details about site users, please refer to the SiteUser section.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the SiteUserGroup.</td>\n</tr>\n<tr>\n<td>intSiteUserID</td>\n<td>integer <strong>required</strong>The ID of the site user. For getting possible values, please refer to the SiteUser section.</td>\n</tr>\n<tr>\n<td>intGroupID</td>\n<td>integer <strong>required</strong>The ID of the group. For getting possible values, please refer to the User section.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intSiteUserID</td>\n<td>stringThe full name of the User at site.</td>\n</tr>\n<tr>\n<td>dv_intGroupID</td>\n<td>stringThe id of SiteUser</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"0b12070d-dafd-4fa6-b2c8-057bf23f07a6"},{"name":"Stock","item":[{"name":"add","id":"fc3bd4db-0102-4752-b3ff-0c973f22ed3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Stock\",\n  \"changeFields\": \"qtyOnHand\",\n  \"object\": {\n    \"qtyOnHand\": 42\n  },\n  \"fields\": \"id, qtyOnHand, qtyMinQty\"\n}"},"url":"https://zenduma-api.zenduit.com/stock/add","urlObject":{"protocol":"https","path":["stock","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc3bd4db-0102-4752-b3ff-0c973f22ed3d"},{"name":"update","id":"1ec78bf3-a67c-4002-81dc-e393a9cb8268","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Stock\",\n  \"changeFields\": \"qtyOnHand\",\n  \"object\": {\n    \"id\": 1234,\n    \"qtyOnHand\": 42\n  },\n  \"fields\": \"id, qtyOnHand, qtyMinQty\"\n}"},"url":"https://zenduma-api.zenduit.com/stock/update","urlObject":{"protocol":"https","path":["stock","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ec78bf3-a67c-4002-81dc-e393a9cb8268"},{"name":"find","id":"0a479311-ce3c-4b22-afb7-80190b3efbc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Stock\",\n  \"filters\": [{\"ql\": \"intAssetID = ? and qtyOnHand > ?\", \"parameters\": [343434, 0]}],\n  \"fields\": \"id, intFacilityID, dv_intFacilityID, strAisle, strRow, strBin, qtyOnHand\"\n}"},"url":"https://zenduma-api.zenduit.com/stock/find","urlObject":{"protocol":"https","path":["stock","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a479311-ce3c-4b22-afb7-80190b3efbc2"}],"id":"d6e8bdea-e80e-4f95-90f5-3a492544caf0","description":"<p>The CMMS can be used to keep track of the current stock of supplies. This object represents the current stock for a given asset.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the Stock.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integerThe ID of the asset that we keep track of the stock of. For getting possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>qtyOnHand</td>\n<td>integerThe current quantity available for this stock item.</td>\n</tr>\n<tr>\n<td>qtyMinQty</td>\n<td>integerThis field can be used to define a minimum quantity for the item. If the quantity goes below this value, a low stock notification is sent and a RFQ is sent for this asset. If not set, it will be set to <code>0</code> by default.</td>\n</tr>\n<tr>\n<td>intFacilityID</td>\n<td>integerThe ID of the facility where the stock item is located at. A facility is an asset so to to get all possible value, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>strAisle</td>\n<td>stringThe aisle of the facility where the stock is located at.</td>\n</tr>\n<tr>\n<td>strRow</td>\n<td>stringThe row where the stock is located at.</td>\n</tr>\n<tr>\n<td>strBin</td>\n<td>stringThe bin which the stock is stored inside of.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the Stock.</td>\n</tr>\n<tr>\n<td>bolDeactivated</td>\n<td>booleanIf set to true, then the stock in the associated location will be deactivated and cannot be consumed on WorkOrders. The stock will also not be available for Cycle counts and Purchase Orders and Receipts cannot be created for the stock.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name and the code of the asset that we keep track of the stock of.</td>\n</tr>\n<tr>\n<td>dv_intFacilityID</td>\n<td>stringThe name and code of the facility where the stock item is located at.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d6e8bdea-e80e-4f95-90f5-3a492544caf0"},{"name":"StockCycleCount","item":[{"name":"add","id":"102bed6b-1f64-499f-9b60-4976e82a1508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"StockCycleCount\",\n  \"changeFields\": \"qtyStockCount\",\n  \"object\": {\n    \"qtyStockCount\": 150\n  },\n  \"fields\": \"id, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/stockCycleCount/add","urlObject":{"protocol":"https","path":["stockCycleCount","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"102bed6b-1f64-499f-9b60-4976e82a1508"},{"name":"update","id":"43a2445c-792f-45aa-8b05-72a3339d9d28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"StockCycleCount\",\n  \"changeFields\": \"qtyStockCount\",\n  \"object\": {\n    \"id\": 34555,\n    \"qtyStockCount\": 150\n  },\n  \"fields\": \"id, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/stockCycleCount/update","urlObject":{"protocol":"https","path":["stockCycleCount","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"43a2445c-792f-45aa-8b05-72a3339d9d28"},{"name":"find","id":"021b1dd2-2adf-4b69-8973-97046d4e30d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"StockCycleCount\",\n  \"filters\": [{\"ql\": \"intCycleCountID = ? and intStockID = ?\", \"parameters\": [2134, 21455]}],\n  \"fields\": \"id, intCycleCountID, intStockID, qtyExpected\"\n}"},"url":"https://zenduma-api.zenduit.com/stockCycleCount/find","urlObject":{"protocol":"https","path":["stockCycleCount","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"021b1dd2-2adf-4b69-8973-97046d4e30d9"}],"id":"77ae14ef-bd6c-4b4c-bd9f-9d411ef585f6","description":"<h3 id=\"stockcyclecount\">StockCycleCount</h3>\n<p>This object is used to represent the stock items included in a CycleCount.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the StockCycleCount.</td>\n</tr>\n<tr>\n<td>dblPrice</td>\n<td>double <strong>read only</strong>The price of the stock at the time the cycle count was created.</td>\n</tr>\n<tr>\n<td>dtmDateCounted</td>\n<td>timestampThe date when the stock item was counted.</td>\n</tr>\n<tr>\n<td>intCountedBy</td>\n<td>integerAn integer referencing the User who counted the stock.</td>\n</tr>\n<tr>\n<td>intCycleCountID</td>\n<td>integer <strong>read only</strong>An integer referencing the CycleCount which the StockCycleCount is part of.</td>\n</tr>\n<tr>\n<td>intStockID</td>\n<td>integer <strong>read only</strong>An integer referencing the Stock item.</td>\n</tr>\n<tr>\n<td>qtyExpected</td>\n<td>integer <strong>read only</strong>The expected quantity for the stock at the time the cycle count was created.</td>\n</tr>\n<tr>\n<td>qtyStockCount</td>\n<td>integerThe actual quantity that was counted for the stock.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intCountedBy</td>\n<td>stringThe full name of the user who counted the stock.</td>\n</tr>\n<tr>\n<td>dv_intCycleCountID</td>\n<td>stringThe date created of the CycleCount, if cycle count is incomplete displays '(uncompleted)'</td>\n</tr>\n<tr>\n<td>dv_intStockID</td>\n<td>stringThe name of the part and its location, row, aisle and bin</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"77ae14ef-bd6c-4b4c-bd9f-9d411ef585f6"},{"name":"StockTxType","item":[{"name":"add","id":"c59c931c-f2a7-4a3c-a9b2-e1b5fb5b8f7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"StockTxType\",\n  \"changeFields\": \"qtyStockCount\",\n  \"object\": {\n    \"qtyStockCount\": 150\n  },\n  \"fields\": \"id, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/stockTxType/add","urlObject":{"protocol":"https","path":["stockTxType","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c59c931c-f2a7-4a3c-a9b2-e1b5fb5b8f7b"},{"name":"update","id":"2d3f8d05-224f-4b3b-872e-66d9188dc328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"StockTxType\",\n  \"changeFields\": \"qtyStockCount\",\n  \"object\": {\n    \"id\": 34555,\n    \"qtyStockCount\": 150\n  },\n  \"fields\": \"id, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/stockTxType/update","urlObject":{"protocol":"https","path":["stockTxType","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d3f8d05-224f-4b3b-872e-66d9188dc328"},{"name":"find","id":"40d47bae-3c40-4a86-a947-9c8c26cc339f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"StockTxType\",\n  \"fields\": \"id, strName\"\n}"},"url":"https://zenduma-api.zenduit.com/stockTxType/find","urlObject":{"protocol":"https","path":["stockTxType","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"40d47bae-3c40-4a86-a947-9c8c26cc339f"}],"id":"0d3149b9-380e-4910-9579-59de18c8595c","description":"<p>This object has the values corresponding to the various types of stock transactions that are used with a Stock.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the stock transaction.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>string <strong>read only</strong>The type of the transaction.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"0d3149b9-380e-4910-9579-59de18c8595c"},{"name":"TaskGroup","item":[{"name":"add","id":"5f2b49b3-19b0-41f8-95d9-27dc1d3c77e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"TaskGroup\",\n  \"changeFields\": \"qtyStockCount\",\n  \"object\": {\n    \"qtyStockCount\": 150\n  },\n  \"fields\": \"id, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/taskGroup/add","urlObject":{"protocol":"https","path":["taskGroup","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f2b49b3-19b0-41f8-95d9-27dc1d3c77e5"},{"name":"update","id":"fc7b727a-98d0-4072-8913-9b0d1dfa36e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"TaskGroup\",\n  \"changeFields\": \"qtyStockCount\",\n  \"object\": {\n    \"id\": 34555,\n    \"qtyStockCount\": 150\n  },\n  \"fields\": \"id, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/taskGroup/update","urlObject":{"protocol":"https","path":["taskGroup","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc7b727a-98d0-4072-8913-9b0d1dfa36e1"},{"name":"find","id":"e9839f70-3618-4357-81f6-c67b26fc49e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"TaskGroup\",\n  \"fields\": \"dtmLastUpdated, intCreatedByUserID, strName, strUuid\"\n}"},"url":"https://zenduma-api.zenduit.com/taskGroup/find","urlObject":{"protocol":"https","path":["taskGroup","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9839f70-3618-4357-81f6-c67b26fc49e5"}],"id":"9342630e-709e-42b9-90ea-05ff02f56e4a","description":"<p>The TaskGroup provides a list of all the Task Groups that exist within the CMMS.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the Task Group.</td>\n</tr>\n<tr>\n<td>dtmLastUpdated</td>\n<td>timestamp <strong>read only</strong>The date and time that the Task Group was last modified.</td>\n</tr>\n<tr>\n<td>intCreatedByUserID</td>\n<td>integer <strong>read only</strong>The ID of the User who created the Task Group.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>string <strong>read only</strong>The name of the Task Group.</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the Task Group.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>new</strong> <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intCreatedByUserID</td>\n<td>stringThe name of the User who created the Task Group.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"9342630e-709e-42b9-90ea-05ff02f56e4a"},{"name":"User","item":[{"name":"add","id":"03944542-8010-4ff8-99e9-881ade4548b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"User\",\n  \"changeFields\": \"strFullName, strTelephone\",\n  \"object\": {\n    \"strFullName\": \"John Doe\",\n    \"strTelephone\": \"416-123-4444\"\n  },\n  \"fields\": \"id, strUserName, strEmailAddress, strFullName, strTelephone\"\n}"},"url":"https://zenduma-api.zenduit.com/user/add","urlObject":{"protocol":"https","path":["user","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"03944542-8010-4ff8-99e9-881ade4548b7"},{"name":"update","id":"509c2ed0-60b0-4df6-8666-bf19eebbf1f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"User\",\n  \"changeFields\": \"strFullName, strTelephone\",\n  \"object\": {\n    \"id\": 121212,\n    \"strFullName\": \"John Doe\",\n    \"strTelephone\": \"416-123-4444\"\n  },\n  \"fields\": \"id, strUserName, strEmailAddress, strFullName, strTelephone\"\n}"},"url":"https://zenduma-api.zenduit.com/user/update","urlObject":{"protocol":"https","path":["user","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"509c2ed0-60b0-4df6-8666-bf19eebbf1f7"},{"name":"find","id":"4383455e-270f-4092-82f0-af5e5a755c05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"User\",\n  \"id\": 121212,\n  \"fields\": \"id, strUserName, strFullName, strUserTitle, strPersonnelCode, strEmailAddress, strTelephone, strTelephone2, dv_intLocalizationID, strNotes, intUserStatusID\"\n}"},"url":"https://zenduma-api.zenduit.com/user/find","urlObject":{"protocol":"https","path":["user","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4383455e-270f-4092-82f0-af5e5a755c05"}],"id":"ae95dedc-1755-4b47-888f-3a6035528919","description":"<p>This object represents a user that can access and use the CMMS or a user group. Note: Only inactive users can be added through the API (with intUserStatusID set to 0). The user has to be activated using the CMMS.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the user or user group.</td>\n</tr>\n<tr>\n<td>strFullName</td>\n<td>stringThe full name of the user or user group.</td>\n</tr>\n<tr>\n<td>intUserStatusID</td>\n<td>integerThis can take the value <code>0</code> or <code>1</code>. A status <code>1</code> means that the user is active, whereas a status <code>0</code> means that the user is currently not activated and cannot access and use the CMMS.</td>\n</tr>\n<tr>\n<td>strTelephone2</td>\n<td>stringSecondary phone number.</td>\n</tr>\n<tr>\n<td>strEmailAddress</td>\n<td>stringEmail address.</td>\n</tr>\n<tr>\n<td>strUserTitle</td>\n<td>stringThe title of the user. For example : <code>\"Head of Operations\"</code> or <code>\"Program Director\"</code>.</td>\n</tr>\n<tr>\n<td>strPersonnelCode</td>\n<td>stringField that can be used to store a personnel code associated to this user.</td>\n</tr>\n<tr>\n<td>strUserName</td>\n<td>stringThe username that will be used by the user to access the CMMS.</td>\n</tr>\n<tr>\n<td>strTelephone</td>\n<td>stringPrimary phone number.</td>\n</tr>\n<tr>\n<td>strNotes</td>\n<td>stringThis fied can contain technical notes about the user. For example : <code>\"Data imported from V2: language=English\"</code>.</td>\n</tr>\n<tr>\n<td>strRequestNotes</td>\n<td>stringContains a string stating when the account was created. For example : <code>\"Wed Nov 23 09:43:49 EST 2011: Account created.\"</code>.</td>\n</tr>\n<tr>\n<td>bolGroup</td>\n<td>booleanThis can take the value <code>0</code> or <code>1</code> or <code>null</code>. A value of <code>1</code> means the object represents a user group.</td>\n</tr>\n<tr>\n<td>bolApiApplicationUser</td>\n<td>boolean <strong>read only</strong>The boolean value represents if the user is an api only user. This is 1 if the user represents an API application connected to the CMMS. For more information look into Connect Management (An article or some sort of doc to explain what connect management is ...)</td>\n</tr>\n<tr>\n<td>bolApiManaged</td>\n<td>booleanThe boolean value represents if the user is created through the API, in an external system. User information is managed in the Originating system.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>strPreferences</td>\n<td>stringTechnical string defining the user's preferences. For more details see the User preferences section.</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the User.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intLocalizationID</td>\n<td>string  <br />The display name of the localization settings that will be used in the CMMS for this user. For example : <code>\"English\"</code>, <code>\"English (UK Version)\"</code>, <code>\"Español\"</code> or <code>\"Pirate\"</code>.</td>\n</tr>\n<tr>\n<td>cf_intSiteIDs</td>\n<td>A set of integers listing the sites the user is in.</td>\n</tr>\n<tr>\n<td>cf_intDefaultImageFileID</td>\n<td>The display File id associated with the user</td>\n</tr>\n<tr>\n<td>cf_intDefaultImageFileThumbnailID</td>\n<td>The thumbnail of display File id associated with the user</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ae95dedc-1755-4b47-888f-3a6035528919"},{"name":"Warranty","item":[{"name":"add","id":"0111ffc4-8c75-4222-85fa-b7462c3aa7df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Warranty\",\n  \"changeFields\": \"qtyStockCount\",\n  \"object\": {\n    \"qtyStockCount\": 150\n  },\n  \"fields\": \"id, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/warranty/add","urlObject":{"protocol":"https","path":["warranty","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0111ffc4-8c75-4222-85fa-b7462c3aa7df"},{"name":"update","id":"81518902-b443-46a0-81d1-ccded6d2e6bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Warranty\",\n  \"changeFields\": \"qtyStockCount\",\n  \"object\": {\n    \"id\": 34555,\n    \"qtyStockCount\": 150\n  },\n  \"fields\": \"id, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/warranty/update","urlObject":{"protocol":"https","path":["warranty","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"81518902-b443-46a0-81d1-ccded6d2e6bb"},{"name":"find","id":"76eb726a-b228-4c47-ba0c-8e28fe84cc99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"Warranty\",\n  \"fields\": \"dtmDateAdded, dtmExpiryDate, intAssetID, intMeterReadingUnitsID\"\n}"},"url":"https://zenduma-api.zenduit.com/warranty/find","urlObject":{"protocol":"https","path":["warranty","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"76eb726a-b228-4c47-ba0c-8e28fe84cc99"}],"id":"e7e28237-92d8-4c49-baa1-260a60b29662","description":"<p>The Warranty object represents the warranty data found on asset records, under the 'Warranties' tab. Warranties are associated with Businesses within the CMMS. See Business object for more details.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the Warranty.</td>\n</tr>\n<tr>\n<td>dtmDateAdded</td>\n<td>timestamp <strong>read only</strong>The date and time when the Warranty was added.</td>\n</tr>\n<tr>\n<td>dtmExpiryDate</td>\n<td>timestamp <strong>read only</strong>The date and time when the Warranty expires.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integer <strong>read only</strong>The ID of the Asset associated with the Warranty.</td>\n</tr>\n<tr>\n<td>intMeterReadingUnitsID</td>\n<td>integer <strong>read only</strong>The ID of the MeterReadingUnit associated with the Warranty.</td>\n</tr>\n<tr>\n<td>intProvider</td>\n<td>integer <strong>read only</strong>The ID of the Business backing the Warranty. See Business section for further information.</td>\n</tr>\n<tr>\n<td>intWarrantyTypeID</td>\n<td>integer <strong>read only</strong>The Type of the Warranty. Possible values are <code>0</code> for Basic and <code>1</code> for Extended.</td>\n</tr>\n<tr>\n<td>intWarrantyUsageTermTypeID</td>\n<td>integer <strong>read only</strong>The value that defines the type of Warranty expiry associated with the asset, i.e. calendar time-based or equipment usage-based. Possible values are <code>0</code> For Date-based Warranties, <code>1</code> for Production Time Warranties and <code>2</code> for Meter-Reading based Warranties.</td>\n</tr>\n<tr>\n<td>strCertificateNumber</td>\n<td>string <strong>read only</strong>The number of the certificate that is associated with the Warranty.</td>\n</tr>\n<tr>\n<td>strDescription</td>\n<td>string <strong>read only</strong>The description of the Warranty.</td>\n</tr>\n<tr>\n<td>strMeterReadingValueLimit</td>\n<td>string <strong>read only</strong>The outer limit of the warranty validity, expressed in terms of the meter reading on the asset. This is only applicable if the Warranty Usage Term Type is based on Meter Readings.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name and the code for the Asset associated with the Warranty.</td>\n</tr>\n<tr>\n<td>dv_intMeterReadingUnitsID</td>\n<td>stringThe name and the symbol of the Meter Reading Unit Type associated with the Warranty. This is only applicable if the Warranty Usage Term Type is based on Meter Readings.</td>\n</tr>\n<tr>\n<td>dv_intProvider</td>\n<td>stringThe name of the provider backing the Warranty.</td>\n</tr>\n<tr>\n<td>dv_intWarrantyTypeID</td>\n<td>stringThe Type of the Warranty. Possible values are <code>0</code> for Basic and <code>1</code> for Extended.</td>\n</tr>\n<tr>\n<td>dv_intWarrantyUsageTermTypeID</td>\n<td>stringThe value that defines the type of Warranty expiry associated with the Asset. Possible values are <code>0</code> For Date-based Warranties, <code>1</code> for Production Time Warranties and <code>2</code> for Meter-Reading based Warranties.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e7e28237-92d8-4c49-baa1-260a60b29662"},{"name":"WorkOrder","item":[{"name":"add","id":"c1700922-4fdb-478d-9eb1-84311526d86b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrder\",\n  \"changeFields\": \"strCode, strDescription\",\n  \"object\": {\n    \"intWorkOrderStatusID\": 322029,\n    \"strDescription\": \"A new description for the work order\",\n    \"strCode\": \"#NEWCODE123\"\n  },\n  \"fields\": \"id, strDescription, strCode, dtmDateLastModified\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrder/add","urlObject":{"protocol":"https","path":["workOrder","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1700922-4fdb-478d-9eb1-84311526d86b"},{"name":"update","id":"39e05ef8-c3c0-46f8-90fe-2690936351aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrder\",\n  \"changeFields\": \"strCode, strDescription\",\n  \"object\": {\n    \"id\": 47211525,\n    \"intWorkOrderStatusID\": 322029,\n    \"strDescription\": \"A new description for the work order\",\n    \"strCode\": \"65\"\n  },\n  \"fields\": \"id, strDescription, strCode, dtmDateLastModified\"\n}\n"},"url":"https://zenduma-api.zenduit.com/workOrder/update","urlObject":{"protocol":"https","path":["workOrder","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"39e05ef8-c3c0-46f8-90fe-2690936351aa"},{"name":"find","id":"683c2fb3-2f7b-484a-8c13-7ac1d543b44e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"className\": \"WorkOrder\",\n        \"filters\": [\n        {\n            \"ql\": \"statusId = ?\",\n            \"parameters\": [\n                322029\n            ]\n        }\n    ],\n    \"fields\": \"id, intPriorityID, intControlID, strAssignedUsers, dv_intMaintenanceTypeID\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrder/find","urlObject":{"protocol":"https","path":["workOrder","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"683c2fb3-2f7b-484a-8c13-7ac1d543b44e"}],"id":"77251688-df04-47cc-9930-c92a8e1ffe8c","description":"<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer **read only  <br />**An integer that uniquely identifies the WorkOrder.</td>\n</tr>\n<tr>\n<td>strAssignedUserIds</td>\n<td>string **read only  <br />**The list of users assigned to the work order. The field contains a list of IDs separated by spaces. For example : <code>\" 13 8 9 \"</code>. For possible values, please refer to the <a href=\"https://zenduma-api-docs.zenduit.com/#ae95dedc-1755-4b47-888f-3a6035528919\">User</a> section.</td>\n</tr>\n<tr>\n<td>intPriorityID</td>\n<td>integer  <br />The ID of the priority level of the task. For getting possible values, please refer to the <a href=\"https://zenduma-api-docs.zenduit.com/#416bf530-ad61-4fbe-a87d-e2b6dd3f6a22\">Priority</a> section.</td>\n</tr>\n<tr>\n<td>intWorkOrderStatusID</td>\n<td>integer **required  <br />**The ID of the current status of the work order. For possible values, please refer to the <a href=\"https://zenduma-api-docs.zenduit.com/#4fafe35e-e774-4535-bc33-f25e6b431b77\">WorkOrderStatus</a> section.</td>\n</tr>\n<tr>\n<td>strAssets</td>\n<td>string **read only  <br />**A string showing the assets associated to the work order. For each asset, its name and code are displayed and assets are separated by commas. For example : <code>\"ASSET ABC (0010), ASSET DEF (0011)\"</code>.</td>\n</tr>\n<tr>\n<td>intSiteID</td>\n<td>integer **required  <br />**For multi-sites tenants, the ID of the site the work order is related to. A site is an asset itself, so for possible values, please refer to the <a href=\"https://zenduma-api-docs.zenduit.com/#ac900030-9787-4594-ac3b-a655ef4d3eff\">Asset</a> section.</td>\n</tr>\n<tr>\n<td>strAssignedUsers</td>\n<td>string **read only  <br />**The list of users assigned to the work order. The field contains the full names of the assigned users separated by commas. For example : <code>\"John Doe, Samuel Smith\"</code>.</td>\n</tr>\n<tr>\n<td>intRequestedByUserID</td>\n<td>integer  <br />The ID of the user who requested the work order. For getting possible values, please refer to the <a href=\"https://zenduma-api-docs.zenduit.com/#ae95dedc-1755-4b47-888f-3a6035528919\">User</a> section. In order to create a Guest Work Order, please pass the User ID corresponding to the Guest User in your system as the intRequestedByUserID.</td>\n</tr>\n<tr>\n<td>strEmailUserGuest</td>\n<td>string  <br />Work orders can be requested by guests without having to log into the CMMS. In this case, this field gives the email address of the person who submitted the work order.</td>\n</tr>\n<tr>\n<td>dtmDateCreated</td>\n<td>timestamp  <br />The date and time when the work order was created.</td>\n</tr>\n<tr>\n<td>strAssetIds</td>\n<td>string **read only  <br />**The list of the assets that are concerned by the work order, separated by spaces. For example : <code>\" 9 78 675 \"</code>.</td>\n</tr>\n<tr>\n<td>dtmDateCompleted</td>\n<td>timestamp  <br />The date and time when the work order was completed.</td>\n</tr>\n<tr>\n<td>intCompletedByUserID</td>\n<td>integer  <br />The ID of the user who requested the work order. For getting possible values, please refer to the <a href=\"https://zenduma-api-docs.zenduit.com/#ae95dedc-1755-4b47-888f-3a6035528919\">User</a> section.</td>\n</tr>\n<tr>\n<td>strDescription</td>\n<td>string  <br />A short text describing the work order.</td>\n</tr>\n<tr>\n<td>strNameUserGuest</td>\n<td>string  <br />Work orders can be requested by guests without having to log into the CMMS. In this case, this field gives the name of the person who submitted the work order.</td>\n</tr>\n<tr>\n<td>dtmSuggestedCompletionDate</td>\n<td>timestamp  <br />The date and time when the work order should be completed.</td>\n</tr>\n<tr>\n<td>strPhoneUserGuest</td>\n<td>string  <br />Work orders can be requested by guests without having to log into the CMMS. In this case, this field gives the phone number of the person who submitted the work order.</td>\n</tr>\n<tr>\n<td>strCode</td>\n<td>string  <br />An unique code for referencing the work order. Work order codes are automatically generated by the CMMS. For example : <code>\"2009-02-05.0004.00004\"</code>.</td>\n</tr>\n<tr>\n<td>strCompletionNotes</td>\n<td>string  <br />This field can be used to input some notes upon the completion of the work order.</td>\n</tr>\n<tr>\n<td>intMaintenanceTypeID</td>\n<td>integer  <br />An ID referring to the maintenance type of the work order. For getting possible values, please refer to the <a href=\"https://zenduma-api-docs.zenduit.com/#40744c90-4190-4d44-8fce-a016c3a8ab12\"> MaintenanceType</a> section.</td>\n</tr>\n<tr>\n<td>dtmDateLastModified</td>\n<td>timestamp  <br />The date and time when the work order was modified for the last time.</td>\n</tr>\n<tr>\n<td>bolRequiresSignature</td>\n<td>boolean **read only  <br />**If set to true, indicates that the Work Order requires an ESignature. A Work Order does not need to and cannot be signed if this is set to false.</td>\n</tr>\n<tr>\n<td>dtmDateSigned</td>\n<td>timestamp **read only  <br />**The date and time when the work order was signed.</td>\n</tr>\n<tr>\n<td>intSignedByUserID</td>\n<td>integer **read only  <br />**The ID of the user who signed the Work Order. For getting possible values, please refer to the <a href=\"https://zenduma-api-docs.zenduit.com/#ae95dedc-1755-4b47-888f-3a6035528919\"> User </a> section.</td>\n</tr>\n<tr>\n<td>intWorkOrderStatusGroup</td>\n<td>integer **read only  <br />**This is the control ID for the WorkOrderStatusGroup.</td>\n</tr>\n<tr>\n<td>strAdminNotes</td>\n<td>string  <br />This field can be used by the administrator to input some notes upon the completion of the work order.</td>\n</tr>\n<tr>\n<td>intRCAActionID</td>\n<td>integer  <br />For Enterprise tenants only. An ID that indicates the action/solution for a problem code. Problems, causes, and actions must be configured in the tenant to use this field.</td>\n</tr>\n<tr>\n<td>intRCACauseID</td>\n<td>integer  <br />For Enterprise tenants only. An ID that indicates the root cause for a problem code. Problems, causes, and actions must be configured in the tenant to use this field.</td>\n</tr>\n<tr>\n<td>intRCAProblemID</td>\n<td>integer  <br />For Enterprise tenants only. An ID that indicates the root cause for a problem code on a specific asset or asset category. Problems, causes, and actions must be configured in the tenant to use this field.</td>\n</tr>\n<tr>\n<td>strCompletedByUserIds</td>\n<td>string **read only  <br />**A string that identifies the users who completed the work order. Each user ID is separated by white space (e.g. 1234 56789).</td>\n</tr>\n<tr>\n<td>strCompletedByUsers</td>\n<td>string **read only  <br />**A list of the users who completed the work order. The field contains the full names of each of the assigned users, separated by commas (e.g. John Doe, Samuel Smith).</td>\n</tr>\n<tr>\n<td>strCustomerIds</td>\n<td>string **read only  <br />**A string that identifies the customer associated with the work order. Each customer ID is separated by white space (e.g. 1234 56789).</td>\n</tr>\n<tr>\n<td>strVendorIds</td>\n<td>string **read only  <br />**A string that identifies the vendor associated with the work order. Each vendor ID is separated by white space (e.g. 1234 56789).</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer **read only  <br />**An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>intScheduledMaintenanceID</td>\n<td>integer **read only  <br />**An ID that uniquely identifies the <a href=\"https://zenduma-api-docs.zenduit.com/#34657393-cdef-4694-95fb-aac561bf713c\">ScheduledMaintenance. </a></td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string **read only  <br />**A unique identifier for the WorkOrder.</td>\n</tr>\n<tr>\n<td>intAccountID</td>\n<td>integer  <br />The ID of the <a href=\"https://zenduma-api-docs.zenduit.com/#c3459b0f-1997-4d85-a52e-c1f8f50d6e20\">Account</a> associated with the WorkOrder.</td>\n</tr>\n<tr>\n<td>intChargeDepartmentID</td>\n<td>integer  <br />The ID of the <a href=\"https://zenduma-api-docs.zenduit.com/#4da5496d-57de-4274-a862-b4f7225d6a60\">ChargeDepartment</a> associated with the WorkOrder.</td>\n</tr>\n<tr>\n<td>intProjectID</td>\n<td>integer  <br />The ID of the <a href=\"https://zenduma-api-docs.zenduit.com/#8aa7ee0d-1663-4b77-8ae1-ea7470195604\"> Project </a> associated with the Work Order.</td>\n</tr>\n<tr>\n<td>intOriginWorkOrderTaskID</td>\n<td>integer  <br />The ID of the Work Order Inspection Task responsible for creating the Follow-On Work Order.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intPriorityID</td>\n<td>string  <br />The display name of the priority level of the work order.</td>\n</tr>\n<tr>\n<td>dv_intRequestedByUserID</td>\n<td>string  <br />The full name of the user who requested the work order.</td>\n</tr>\n<tr>\n<td>dv_intSiteID</td>\n<td>string  <br />For a multi-site tenant, the name and the code of the site the work order is related to.</td>\n</tr>\n<tr>\n<td>dv_intCompletedByUserID</td>\n<td>string  <br />The full name of the user who completed the work order.</td>\n</tr>\n<tr>\n<td>dv_intWorkOrderStatusID</td>\n<td>string  <br />The display name of the current status of the work order.</td>\n</tr>\n<tr>\n<td>dv_intMaintenanceTypeID</td>\n<td>string  <br />The display name of the maintenance type of the work order. For example : <code>\"Preventive\"</code> or <code>\"Upgrade\"</code>. For getting possible values, please refer to the <a href=\"https://zenduma-api-docs.zenduit.com/#40744c90-4190-4d44-8fce-a016c3a8ab12\">MaintenanceType</a> section.</td>\n</tr>\n<tr>\n<td>dv_intRCAActionID</td>\n<td>string  <br />For Enterprise tenants only. This field displays the action/solution value for a problem code. Problems, causes, and actions must be configured in the tenant to use this field.</td>\n</tr>\n<tr>\n<td>dv_intRCACauseID</td>\n<td>string  <br />For Enterprise tenants only. This field displays the root cause value for a problem code. Problems, causes, and actions must be configured in the tenant to use this field.</td>\n</tr>\n<tr>\n<td>dv_intRCAProblemID</td>\n<td>string  <br />For Enterprise tenants only. This field displays the problem code value for a problem code. Problems, causes, and actions must be configured in the tenant to use this field.</td>\n</tr>\n<tr>\n<td>dv_intScheduledMaintenanceID</td>\n<td>string  <br />The code that uniquely identifies the <a href=\"https://zenduma-api-docs.zenduit.com/#34657393-cdef-4694-95fb-aac561bf713c\">ScheduledMaintenance.</a></td>\n</tr>\n<tr>\n<td>dv_intSignedByUserID</td>\n<td>string  <br />The name of the user specified by intSignedByUserID who signed the WorkOrder.</td>\n</tr>\n<tr>\n<td>dv_intAccountID</td>\n<td>string  <br />The strCode and strDescription of the <a href=\"https://zenduma-api-docs.zenduit.com/#c3459b0f-1997-4d85-a52e-c1f8f50d6e20\">Account</a> associated with the WorkOrder.</td>\n</tr>\n<tr>\n<td>dv_intChargeDepartmentID</td>\n<td>string  <br />The strCode and strDescription of the <a href=\"https://zenduma-api-docs.zenduit.com/#4da5496d-57de-4274-a862-b4f7225d6a60\">ChargeDepartment</a> associated with the WorkOrder.</td>\n</tr>\n<tr>\n<td>dv_intProjectID</td>\n<td>string  <br />The name of the <a href=\"https://zenduma-api-docs.zenduit.com/#8aa7ee0d-1663-4b77-8ae1-ea7470195604\">Project</a> associated with the Work Order.</td>\n</tr>\n<tr>\n<td>dv_intOriginWorkOrderTaskID</td>\n<td>string  <br />The description of the <a href=\"https://zenduma-api-docs.zenduit.com/#71f2d3dd-d56d-4e2b-8d74-c9ff4b415de5\">WorkOrderTask</a> associated with intOriginWorkOrderTaskID.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"77251688-df04-47cc-9930-c92a8e1ffe8c"},{"name":"WorkOrderAsset","item":[{"name":"add","id":"5f5d839b-2959-4f36-94da-140495e096c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderAsset\",\n  \"object\": {\n    \"intWorkOrderID\": 1234,\n    \"intAssetID\": 5678\n  },\n  \"fields\": \"id, intWorkOrderID, dv_intWorkOrderID, intAssetID, dv_intAssetID\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderAsset/add","urlObject":{"protocol":"https","path":["workOrderAsset","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f5d839b-2959-4f36-94da-140495e096c3"},{"name":"update","id":"a1f3c63c-1f34-4863-bbf9-fccef5e6a05c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderAsset\",\n  \"object\": {    \n    \"id\": 34555,\n    \"intWorkOrderID\": 1234,\n    \"intAssetID\": 5678\n  },\n  \"fields\": \"id, intWorkOrderID, dv_intWorkOrderID, intAssetID, dv_intAssetID\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderAsset/update","urlObject":{"protocol":"https","path":["workOrderAsset","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1f3c63c-1f34-4863-bbf9-fccef5e6a05c"},{"name":"find","id":"2c508991-514c-4cf4-928c-095ee8019c84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderAsset\",\n  \"filters\": [{\"ql\": \"intAssetID = ?\", \"parameters\": [5678]}],\n  \"fields\": \"id, intWorkOrderID, dv_intWorkOrderID\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderAsset/find","urlObject":{"protocol":"https","path":["workOrderAsset","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c508991-514c-4cf4-928c-095ee8019c84"}],"id":"f2c80587-17f5-497c-85aa-253091e96ffe","description":"<p>This object is used for linking a work order to an asset.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the WorkOrderAsset.</td>\n</tr>\n<tr>\n<td>intWorkOrderID</td>\n<td>integer <strong>required</strong>The ID of the work order. For possible values, please refer to the WorkOrder section.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integerThe ID of the asset. For possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intWorkOrderID</td>\n<td>stringThe code of the work order. For example : <code>\"WO 2009-09-01.0010.00048.Any\"</code>. For more details, please refer to the WorkOrder section.</td>\n</tr>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name and the code of the asset.</td>\n</tr>\n<tr>\n<td>cf_getLatestReadingsFor</td>\n<td>Gives the latest meter readings registered for the asset.</td>\n</tr>\n<tr>\n<td>cf_intAddressAssetID</td>\n<td>The name and code of the address where the asset is located at. The address is an asset itself, so for more details, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>cf_assetAddressString</td>\n<td>The actual address of the location of the asset, in human readable form.</td>\n</tr>\n<tr>\n<td>cf_getBolIsOnline</td>\n<td>A boolean value representing if the related Asset is online or offline, 1 or 0 respectively.</td>\n</tr>\n<tr>\n<td>cf_getIntSuperCategorySysCode</td>\n<td>An integer representing the system code (intSysCode) field of the associated AssetCategory type on the Asset.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f2c80587-17f5-497c-85aa-253091e96ffe"},{"name":"WorkOrderBusiness","item":[{"name":"add","id":"2f7bd298-d908-48c0-91a1-95420a983fea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderBusiness\",\n  \"changeFields\": \"qtyStockCount\",\n  \"object\": {\n    \"qtyStockCount\": 150\n  },\n  \"fields\": \"id, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderBusiness/add","urlObject":{"protocol":"https","path":["workOrderBusiness","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f7bd298-d908-48c0-91a1-95420a983fea"},{"name":"update","id":"2b4d6c07-99c8-4beb-ba0f-dfd154e401f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderBusiness\",\n  \"changeFields\": \"qtyStockCount\",\n  \"object\": {\n    \"id\": 34555,\n    \"qtyStockCount\": 150\n  },\n  \"fields\": \"id, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderBusiness/update","urlObject":{"protocol":"https","path":["workOrderBusiness","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b4d6c07-99c8-4beb-ba0f-dfd154e401f4"},{"name":"find","id":"7f3783e1-7d75-4595-8a51-25e8645ab4eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderBusiness\",\n  \"fields\": \"id, intAssetID, intBusinessGroupID, intBusinessID\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderBusiness/find","urlObject":{"protocol":"https","path":["workOrderBusiness","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f3783e1-7d75-4595-8a51-25e8645ab4eb"}],"id":"4cb7c1d5-e47e-4e83-95a2-34a6fd36f36d","description":"<p>This object is used to specify the relation between and WorkOrder and the Businesses.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the WorkOrderBusiness.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the Asset that is associated with the WorkOrderBusiness (Used in conjunction with the Asset object).</td>\n</tr>\n<tr>\n<td>intBusinessGroupID</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the BusinessGroup that is associated with the WorkOrderBusiness.</td>\n</tr>\n<tr>\n<td>intBusinessID</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the Business that is associated with the WorkOrderBusiness (Used in conjunction with the Business object).</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn’t been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>intWorkOrderID</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the Work Order that is associated with this WorkOrderBusiness (Used in conjunction with the WorkOrder object).</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name and the code of the asset.</td>\n</tr>\n<tr>\n<td>dv_intBusinessGroupID</td>\n<td>stringThe name of the business group.</td>\n</tr>\n<tr>\n<td>dv_intBusinessID</td>\n<td>stringThe name of the business.</td>\n</tr>\n<tr>\n<td>dv_intWorkOrderID</td>\n<td>stringThe code of the work order.</td>\n</tr>\n<tr>\n<td>cf_intRelationshipType</td>\n<td>An integer value used to define the relationship type. Possible values are 1 for Vendor and 2 for Customer.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"4cb7c1d5-e47e-4e83-95a2-34a6fd36f36d"},{"name":"WorkOrderPart","item":[{"name":"add","id":"f3f04aff-9fbe-401b-8a99-e2c47506cd4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderPart\",\n  \"object\": {\n    \"intWorkOrderID\": 1234,\n    \"intAssetID\": 5678,\n    \"intStockID\": 1111,\n    \"intPartID\": 3434,\n    \"qtySuggestedQuantity\": 2,\n    \"qtyActualQuantityUsed\": 4\n  },\n  \"fields\": \"id\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderPart/add","urlObject":{"protocol":"https","path":["workOrderPart","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3f04aff-9fbe-401b-8a99-e2c47506cd4b"},{"name":"update","id":"95e87286-09cb-4274-a858-4fbb47180047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderPart\",\n  \"object\": {\n    \"id\": 34555,\n    \"intWorkOrderID\": 1234,\n    \"intAssetID\": 5678,\n    \"intStockID\": 1111,\n    \"intPartID\": 3434,\n    \"qtySuggestedQuantity\": 2,\n    \"qtyActualQuantityUsed\": 4\n  },\n  \"fields\": \"id\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderPart/update","urlObject":{"protocol":"https","path":["workOrderPart","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"95e87286-09cb-4274-a858-4fbb47180047"},{"name":"find","id":"71869f9a-3f38-420e-9191-70fd4c555e19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderPart\",\n  \"filters\": [{\"ql\": \"intWorkOrderID = ?\", \"parameters\": [1234]}],\n  \"fields\": \"id, intPartID, dv_intPartID, intStockID, dv_intStockID, qtySuggestedQuantity\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderPart/find","urlObject":{"protocol":"https","path":["workOrderPart","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"71869f9a-3f38-420e-9191-70fd4c555e19"}],"id":"824c4adc-440c-4c7a-8742-68a953e12133","description":"<p>This object is used to describe the parts that will be needed in order to complete a work order. For each part, it is possible to specify which one of the assets the work order is being performed on will require it. A part refers to a Stock object.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the WorkOrderPart.</td>\n</tr>\n<tr>\n<td>intWorkOrderID</td>\n<td>integer <strong>required</strong>The ID of the work order the part will be needed for.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integerThe ID of the asset the part will be needed for. For getting possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>intStockID</td>\n<td>integerThe ID of the stock representing the part. For getting possible values, please refer to the Stock section.</td>\n</tr>\n<tr>\n<td>intPartID</td>\n<td>integerThe ID of the asset associated with the stock that represents the part. For getting possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>qtySuggestedQuantity</td>\n<td>integerThis field can be used to indicate the quantity that is going to be used for this part to perform the work order.</td>\n</tr>\n<tr>\n<td>qtyActualQuantityUsed</td>\n<td>integerThis field can be used to indicate the quantity that was actually used to performed the work order.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intWorkOrderID</td>\n<td>stringThe code of the work order. For example : <code>\"WO 2009-09-01.0010.00048.Any\"</code>. For more details, please refer to the WorkOrder section.</td>\n</tr>\n<tr>\n<td>dv_intPartID</td>\n<td>stringThe name and the code of the asset associated with the stock that represents the part.</td>\n</tr>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name and the code of the asset the part will be used to perform the work order on.</td>\n</tr>\n<tr>\n<td>dv_intStockID</td>\n<td>stringThe display value for the stock associated with the part. For example <code>\"Asset (asset code) at facility x aisle y row z\"</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"824c4adc-440c-4c7a-8742-68a953e12133"},{"name":"WorkOrderStatus","item":[{"name":"add","id":"bef7f4ed-66b1-4e2e-b18a-523e3a2bb7b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderStatus\",\n  \"changeFields\": \"qtyStockCount\",\n  \"object\": {\n    \"qtyStockCount\": 150\n  },\n  \"fields\": \"id, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderStatus/add","urlObject":{"protocol":"https","path":["workOrderStatus","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bef7f4ed-66b1-4e2e-b18a-523e3a2bb7b4"},{"name":"update","id":"775e4f2a-454b-4601-8bdb-1de33d50cfab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderStatus\",\n  \"object\": {\n    \"id\": 34555,\n    \"intWorkOrderID\": 1234,\n    \"intAssetID\": 5678,\n    \"intStockID\": 1111,\n    \"intPartID\": 3434,\n    \"qtySuggestedQuantity\": 2,\n    \"qtyActualQuantityUsed\": 4\n  },\n  \"fields\": \"id\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderStatus/update","urlObject":{"protocol":"https","path":["workOrderStatus","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"775e4f2a-454b-4601-8bdb-1de33d50cfab"},{"name":"find","id":"c4af4858-d47d-4a19-adad-4ece350a6959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderStatus\",\n  \"filters\": [{\"ql\": \"intControlID = ?\", \"parameters\": [100]}],\n  \"fields\": \"id, strName, intControlID, intSysCode\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderStatus/find","urlObject":{"protocol":"https","path":["workOrderStatus","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4af4858-d47d-4a19-adad-4ece350a6959"}],"id":"4fafe35e-e774-4535-bc33-f25e6b431b77","description":"<p>This object represents the different possible status for work orders. Base possible values are <code>\"Requested\"</code>, <code>\"Assigned\"</code>, <code>\"Open\"</code>, <code>\"Work In Progress\"</code>, <code>\"On Hold\"</code>, <code>\"Closed, Completed\"</code> and <code>\"Closed, Incomplete\"</code>, but these values an be modified for each tenant.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the WorkOrderStatus.</td>\n</tr>\n<tr>\n<td>strName</td>\n<td>stringThe display name of the status.</td>\n</tr>\n<tr>\n<td>intControlID</td>\n<td>integer <strong>required</strong>The control ID is used to associate the status with a more general state of the work order worfklow. Possible values are : <code>100</code> for Pending, <code>101</code> for Active, <code>102</code> for Closed and <code>103</code> for Draft.</td>\n</tr>\n<tr>\n<td>intSysCode</td>\n<td>integerThe system codes are used to identify statuses with a special meaning for the CMMS. Possible values are : <code>2</code> for Requested, <code>3</code> for Assigned, <code>4</code> for Open, <code>5</code> for Work In Progress, <code>6</code> for On Hold, <code>7</code> for Closed, Completed, <code>8</code> for Draft and <code>9</code> for Closed, Incomplete.</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the WorkOrderStatus.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"4fafe35e-e774-4535-bc33-f25e6b431b77"},{"name":"WorkOrderStatusTransition","item":[{"name":"add","id":"17784641-b5cd-4dec-af8f-ac61729da8eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderStatusTransition\",\n  \"changeFields\": \"qtyStockCount\",\n  \"object\": {\n    \"qtyStockCount\": 150\n  },\n  \"fields\": \"id, qtyStockCount\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderStatusTransition/add","urlObject":{"protocol":"https","path":["workOrderStatusTransition","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"17784641-b5cd-4dec-af8f-ac61729da8eb"},{"name":"update","id":"e7498ac9-2351-4ade-a038-bbb7f56120cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderStatusTransition\",\n  \"object\": {\n    \"id\": 34555,\n    \"intWorkOrderID\": 1234,\n    \"intAssetID\": 5678,\n    \"intStockID\": 1111,\n    \"intPartID\": 3434,\n    \"qtySuggestedQuantity\": 2,\n    \"qtyActualQuantityUsed\": 4\n  },\n  \"fields\": \"id\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderStatusTransition/update","urlObject":{"protocol":"https","path":["workOrderStatusTransition","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7498ac9-2351-4ade-a038-bbb7f56120cc"},{"name":"find","id":"f48e5c8d-f1af-4990-a84a-6df6192c0b70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderStatusTransition\",\n  \"fields\": \"dtmDate, id, intFromWorkOrderStatusID, intToWorkOrderStatusID\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderStatusTransition/find","urlObject":{"protocol":"https","path":["workOrderStatusTransition","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f48e5c8d-f1af-4990-a84a-6df6192c0b70"}],"id":"7bd4f5a7-8a7a-4467-9e3d-98c974e3b7d0","description":"<p>This object represents a status transition on a Work Order. The object contains the ID of the user that made the transition, the timestamp of the occurrence, the ID of the Work Order in question and the IDs of the previous status and currently set status.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the Work Order Status Transition.</td>\n</tr>\n<tr>\n<td>dtmDate</td>\n<td>timestamp <strong>read only</strong>The date and time when the status transition was made.</td>\n</tr>\n<tr>\n<td>intFromWorkOrderStatusID</td>\n<td>integer <strong>read only</strong>The ID of the previous Work Order status that was changed. For getting possible values, please refer to the WorkOrderStatus section.</td>\n</tr>\n<tr>\n<td>intToWorkOrderStatusID</td>\n<td>integer <strong>read only</strong>The ID of the new Work Order status that was set on the Work Order. For getting possible values, please refer to the WorkOrderStatus section.</td>\n</tr>\n<tr>\n<td>intUserID</td>\n<td>integer <strong>read only</strong>The ID of the user that made the status transition on a Work Order. For getting possible values, please refer to the User section.</td>\n</tr>\n<tr>\n<td>intWorkOrderID</td>\n<td>integer <strong>read only</strong>The ID of the Work Order on which the status was changed. For getting possible values, please refer to the WorkOrder section.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intFromWorkOrderStatusID</td>\n<td>stringThe name of the WorkOrderStatus associated with intFromWorkOrderStatusID.</td>\n</tr>\n<tr>\n<td>dv_intToWorkOrderStatusID</td>\n<td>stringThe name of the WorkOrderStatus associated with intToWorkOrderStatusID.</td>\n</tr>\n<tr>\n<td>dv_intUserID</td>\n<td>stringThe name of the User associated with the intUserID.</td>\n</tr>\n<tr>\n<td>dv_intWorkOrderID</td>\n<td>stringThe code of the WorkOrder associated with intWorkOrderID.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7bd4f5a7-8a7a-4467-9e3d-98c974e3b7d0"},{"name":"WorkOrderTask","item":[{"name":"add","id":"7e503e6c-991e-478c-a13e-d48249d5c930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderTask\",\n  \"object\": {\n    \"intWorkOrderID\": 1234,\n    \"intTaskType\": 2, \n    \"intAssetID\": 5678,\n    \"intOrder\": 0,\n    \"intAssignedToUserID\": 9876,\n    \"dblTimeEstimatedHours\": 3,\n    \"strDescription\": \"Please perform this task as part of the work order\"\n  },\n  \"fields\": \"id, dv_intAssignedToUserID, strDescription, dblTimeEstimatedHours\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderTask/add","urlObject":{"protocol":"https","path":["workOrderTask","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e503e6c-991e-478c-a13e-d48249d5c930"},{"name":"update","id":"7b370333-d932-482d-bd51-a792baba3d3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderTask\",\n  \"changeFields\": \"intWorkOrderID, intTaskType, strResult, intAssetID, intOrder, dtmDateCompleted, intTaskGroupControlID, intParentWorkOrderTaskID, intCompletedByUserID, intAssignedToUserID, dblTimeEstimatedHours, dblTimeSpentHours, intMeterReadingUnitID, strDescription, strTaskNotesCompletion\",\n  \"object\": {\n    \"id\": 434343,\n    \"intWorkOrderID\": 1234,\n    \"dtmDateCompleted\": 1408379472575, // timestamp in milliseconds\n    \"intCompletedByUserID\": 9876,\n    \"dblTimeSpentHours\": 4,\n    \"intMeterReadingUnitID\": 9010,\n    \"strTaskNotesCompletion\": \"The meter reading is over 9000\"\n  },\n  \"fields\": \"id, intWorkOrderID, dtmDateCompleted\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderTask/update","urlObject":{"protocol":"https","path":["workOrderTask","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b370333-d932-482d-bd51-a792baba3d3f"}],"id":"71f2d3dd-d56d-4e2b-8d74-c9ff4b415de5","description":"<p>A work order consists of a set of tasks that must be executed by some assigned users on a set of assets. This object represents those tasks.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the WorkOrderTask.</td>\n</tr>\n<tr>\n<td>intWorkOrderID</td>\n<td>integerThe ID of the work order the task is part of. For getting possible values, please refer to the WorkOrder section.</td>\n</tr>\n<tr>\n<td>intTaskType</td>\n<td>integerAn integer representing the type of the task. Possible values are : <code>0</code> for General, <code>1</code> for Text Result, <code>2</code> for Meter Reading, and <code>3</code> for Inspection Task.</td>\n</tr>\n<tr>\n<td>strResult</td>\n<td>stringIn case of a Text Result task, a text explaining the output of the task.</td>\n</tr>\n<tr>\n<td>intAssetID</td>\n<td>integerThe ID of the asset the task should be executed on. For getting possible values, please refer to the Asset section.</td>\n</tr>\n<tr>\n<td>intOrder</td>\n<td>integerAn integer used for ordering the tasks inside the work order.</td>\n</tr>\n<tr>\n<td>dtmStartDate</td>\n<td>timestampThe date and time when the task is scheduled to be worked on.</td>\n</tr>\n<tr>\n<td>dtmDateCompleted</td>\n<td>timestampThe date and time when the task was completed.</td>\n</tr>\n<tr>\n<td>intCompletedByUserID</td>\n<td>integerThe ID of the user who competed the task. For getting possible values, please refer to the User section.</td>\n</tr>\n<tr>\n<td>intAssignedToUserID</td>\n<td>integerThe ID of the user the task is assigned to. For getting possible values, please refer to the User section.</td>\n</tr>\n<tr>\n<td>dblTimeEstimatedHours</td>\n<td>doubleAn estimation of how many hours it should take to perform the task.</td>\n</tr>\n<tr>\n<td>dblTimeSpentHours</td>\n<td>doubleThe actual hours that were spent on the task.</td>\n</tr>\n<tr>\n<td>intMeterReadingUnitID</td>\n<td>integerIn case of a Meter Reading task, the ID of the unit used for the meter reading. For getting all possible values, please refer to the MeterReadingUnit section.</td>\n</tr>\n<tr>\n<td>strDescription</td>\n<td>stringA short description of the task itself.</td>\n</tr>\n<tr>\n<td>strTaskNotesCompletion</td>\n<td>stringThis field can be used to store some notes upon the completion of the task.</td>\n</tr>\n<tr>\n<td>intTaskGroupControlID</td>\n<td>integerAn integer representing the id of the task group</td>\n</tr>\n<tr>\n<td>intParentWorkOrderTaskID</td>\n<td>integerAn integer representing the id of the parent work order task</td>\n</tr>\n<tr>\n<td>intUpdated</td>\n<td>integer <strong>read only</strong>An integer capturing the most recent write of a resource in UNIX epoch milliseconds, or milliseconds since 1970-01-01 00:00:00 UTC. The field is read-only and will reflect the time a resource was created if it hasn't been updated at all or the time it was most recently updated.</td>\n</tr>\n<tr>\n<td>strUuid</td>\n<td>string <strong>read only</strong>A unique identifier for the WorkOrderTask.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intAssignedToUserID</td>\n<td>stringThe full name of the user the task is assigned to.</td>\n</tr>\n<tr>\n<td>dv_intCompletedByUserID</td>\n<td>stringThe full name of the user who completed the task.</td>\n</tr>\n<tr>\n<td>dv_intWorkOrderID</td>\n<td>stringThe code of the work order. For example : <code>\"WO 2009-09-01.0010.00048.Any\"</code>. For more details, please refer to the WorkOrder section.</td>\n</tr>\n<tr>\n<td>dv_intMeterReadingUnitID</td>\n<td>stringIn case of a Meter Reading task, the name and the symbol of the unit used for the meter reading. For example : <code>\"Gallons (g)\"</code>. For getting all possible values, please refer to the MeterReadingUnit section.</td>\n</tr>\n<tr>\n<td>dv_intAssetID</td>\n<td>stringThe name and the code of the asset the task should be performed on.</td>\n</tr>\n<tr>\n<td>dv_intParentWorkOrderTaskID</td>\n<td>stringThe id of the work order task</td>\n</tr>\n<tr>\n<td>dv_intTaskGroupControlID</td>\n<td>stringThe name of the task group</td>\n</tr>\n<tr>\n<td>dv_intTaskResultValueID</td>\n<td>stringThe id of the task result value.</td>\n</tr>\n<tr>\n<td>cf_bolIsCompleteable</td>\n<td>A boolean value representing if an inspection task is configured properly. If the value is 1, the task is configured properly and thus completable. If value is 0 the task cannot be completed, since it is not configured correctly or is not an inspection task.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"71f2d3dd-d56d-4e2b-8d74-c9ff4b415de5"},{"name":"WorkOrderUser","item":[{"name":"add","id":"63613405-b3d9-41c6-8583-64f23cb1ad05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderUser\",\n  \"object\": {\n    \"intWorkOrderID\": 1234,\n    \"intUserID\": 5678\n  },\n  \"fields\": \"id, intWorkOrderID, intUserID, dv_intWorkOrderID, dv_intUserID\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderUser/add","urlObject":{"protocol":"https","path":["workOrderUser","add"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"63613405-b3d9-41c6-8583-64f23cb1ad05"},{"name":"update","id":"aaaca4cc-f3de-49e9-b98c-646e963d9b8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderUser\",\n  \"object\": {\n    \"id\": 34555,\n    \"intWorkOrderID\": 1234,\n    \"intUserID\": 5678\n  },\n  \"fields\": \"id, intWorkOrderID, intUserID, dv_intWorkOrderID, dv_intUserID\"\n}\n"},"url":"https://zenduma-api.zenduit.com/workOrderUser/update","urlObject":{"protocol":"https","path":["workOrderUser","update"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aaaca4cc-f3de-49e9-b98c-646e963d9b8e"},{"name":"find","id":"858485b9-f587-456d-98f5-e92e9f9bc54f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"className\": \"WorkOrderUser\",\n  \"filters\": [{\"ql\": \"intUserID = ?\", \"parameters\": [5678]}],\n  \"fields\": \"id, intWorkOrderID, dv_intWorkOrderID\"\n}"},"url":"https://zenduma-api.zenduit.com/workOrderUser/find","urlObject":{"protocol":"https","path":["workOrderUser","find"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"858485b9-f587-456d-98f5-e92e9f9bc54f"}],"id":"9b0d2522-f6fa-42e4-9431-0abb8527d55f","description":"<p>This object is used to specify the users who should be notified upon progression of the work order.</p>\n<h5 id=\"fields\">Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer <strong>read only</strong>An integer that uniquely identifies the WorkOrderUser.</td>\n</tr>\n<tr>\n<td>intWorkOrderID</td>\n<td>integerThe ID of the work order. For getting possible values, please refer to the WorkOrder section.</td>\n</tr>\n<tr>\n<td>intUserID</td>\n<td>integerThe ID of the user. For getting possible values, please refer to the User section.</td>\n</tr>\n<tr>\n<td>bolNotifyOnAssignment</td>\n<td>booleanIf set to true, the user will be notified on assignment.</td>\n</tr>\n<tr>\n<td>bolNotifyOnCompletion</td>\n<td>booleanIf set to true, the user will be notified on completion.</td>\n</tr>\n<tr>\n<td>bolNotifyOnOnlineOffline</td>\n<td>booleanIf set to true, the user will be notified when the asset associated with the work order is set online/offline.</td>\n</tr>\n<tr>\n<td>bolNotifyOnStatusChange</td>\n<td>booleanIf set to true, the user will be notified when the status of the work order changes.</td>\n</tr>\n<tr>\n<td>bolNotifyOnTaskCompleted</td>\n<td>booleanIf set to true, the user will be notified on task completion.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"extra-fields-read-only\">Extra fields <strong>read only</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dv_intWorkOrderID</td>\n<td>stringThe code of the work order. For example : <code>\"WO 2009-09-01.0010.00048.Any\"</code>. For more details, please refer to the WorkOrder section.</td>\n</tr>\n<tr>\n<td>dv_intUserID</td>\n<td>stringThe full name of the user.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"9b0d2522-f6fa-42e4-9431-0abb8527d55f"},{"name":"ActivityLog","item":[{"name":"rpc","id":"79f55eb9-eae4-4385-b497-4d34ec05aa2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"ActivityLog\",\n  \"action\" : \"getActivityLogs\",\n  \"parameters\" : {\n    \"pageNumber\" : 1,\n    \"pageSize\" : 3,\n    \"queryEndDate\" : 1634588402000,\n    \"queryStartDate\" : 1629905450000,\n    \"scheduledMaintenanceId\" : 543267\n  }\n}"},"url":"https://zenduma-api.zenduit.com/activityLog/rpc","urlObject":{"protocol":"https","path":["activityLog","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"79f55eb9-eae4-4385-b497-4d34ec05aa2a"}],"id":"6aab915a-f465-4ef0-92a8-aa65bd86420c","description":"<p><code>getActivityLogs</code>This method returns a paged response of the ActivityLogs that were recorded between the dates provided, that are associated with a Scheduled Maintenance, or both. <code>Please note that pageNumber and pageSize are mandatory fields.</code></p>\n<h5 id=\"parameters\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageNumber</td>\n<td>The page number for the ActivityLog records to be returned. Page numbers start at 1.</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>The number of ActivityLog records to be returned in a single page. Page sizes should be between 1 and 5000.</td>\n</tr>\n<tr>\n<td>queryEndDate</td>\n<td>The end date up to which the ActivityLog records need to be returned. The date can be expressed either as an Epoch or in the format - \"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\". The default timezone is UTC.</td>\n</tr>\n<tr>\n<td>queryStartDate</td>\n<td>The start date from which the ActivityLog records need to be returned. The date can be expressed either as an Epoch or in the format - \"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\". The default timezone is UTC.</td>\n</tr>\n<tr>\n<td>scheduledMaintenanceId</td>\n<td>The ID of the ScheduledMaintenance for which the ActivityLog records need to be returned.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"6aab915a-f465-4ef0-92a8-aa65bd86420c"},{"name":"AssetResolved","item":[{"name":"rpc","id":"659822c9-f612-4428-8677-27facc0217c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"AssetResolved\",\n  \"action\" : \"getAssetParents\",\n  \"parameters\" : {\n    \"descendantID\" : 7456455,\n    \"pageNumber\" : 1,\n    \"pageSize\" : 10\n  }\n}"},"url":"https://zenduma-api.zenduit.com/assetResolved/rpc","urlObject":{"protocol":"https","path":["assetResolved","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"659822c9-f612-4428-8677-27facc0217c8"}],"id":"ad83d0ed-7f37-4f94-ab97-ef9c8a7e9048","description":"<p><code>getAssetParents</code>This call provides the ability to quickly resolve the asset hierarchy structure within the CMMS, allowing you to trace the parent asset for a given child asset.</p>\n<h5 id=\"parameters\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>descendantID</td>\n<td>The ID of the Asset for which the parent asset information is to be retrieved.</td>\n</tr>\n<tr>\n<td>pageNumber</td>\n<td>The page number for the Asset Parent Hierarchy to be returned. Page numbers start at 1.</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>The number of Asset Parent Hierarchy records to be returned in a single page. Page sizes should be between 1 and 1000.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ad83d0ed-7f37-4f94-ab97-ef9c8a7e9048"},{"name":"Calendar","item":[{"name":"rpc","id":"68e0d424-e6ea-48db-8a1a-95c0604cde92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"Calendar\",\n  \"action\" : \"getDaysOfMonth\",\n  \"parameters\" : {\n    \"year\" : \"2015\",\n    \"month\" : \"6\",\n    \"userId\" : \"1323\",\n    \"siteId\" : \"1443\"\n  }\n}"},"url":"https://zenduma-api.zenduit.com/calendar/rpc","urlObject":{"protocol":"https","path":["calendar","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"68e0d424-e6ea-48db-8a1a-95c0604cde92"}],"id":"5addbb20-e2b4-41b2-ae0f-69e4f8398332","description":"<p><code>getDaysOfMonth</code>This method retrieves the upcoming events for a given month. It will return an object called <code>daysOfMonth</code>. For each day of the month (starts at 1), it will give a string showing the type of events that are scheduled for this day. The letters 'w', 's', and 'p' are used as acronyms for work order, scheduled maintenance, and project, respectively. Example: A day for which a scheduled maintenance and a project event are planned will have the string <code>\"sp\"</code>.</p>\n<h5 id=\"parameters\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>month</td>\n<td>The number of the month (starts at 0 for January).</td>\n</tr>\n<tr>\n<td>siteId</td>\n<td>The ID of the site all the shown events are in.</td>\n</tr>\n<tr>\n<td>userId</td>\n<td>The ID of the user you wish to view the upcoming events for. By default, the events for the user that is currently logged-in and all users reporting to him will be shown.</td>\n</tr>\n<tr>\n<td>year</td>\n<td>The full year number (for example: 2015).</td>\n</tr>\n</tbody>\n</table>\n</div><p> <code>getEvents</code>This method retrieves the details about upcoming events for a given day. It returns an object called <code>events</code> which is a list of calendar events. Please refer to CalendarEvent for more details.</p>\n<h5 id=\"parameters-1\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>date</td>\n<td>The number of the day in the month (starts at 1).</td>\n</tr>\n<tr>\n<td>month</td>\n<td>The number of the month (starts at 0 for January).</td>\n</tr>\n<tr>\n<td>siteId</td>\n<td>The ID of the site all the shown events are in.</td>\n</tr>\n<tr>\n<td>userId</td>\n<td>The ID of the user you wish to view the upcoming events for. By default, the events for the user that is currently logged-in and all users reporting to him will be shown.</td>\n</tr>\n<tr>\n<td>year</td>\n<td>The full year number (for example: 2015).</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"5addbb20-e2b4-41b2-ae0f-69e4f8398332"},{"name":"CustomFields","item":[{"name":"rpc","id":"1ecde6c1-ef93-4340-9662-b206f7212849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"CustomFields\",\n  \"action\" : \"getCustomTableData\",\n  \"parameters\" : {\n    \"customTableId\" : 745633\n  }\n}"},"url":"https://zenduma-api.zenduit.com/customFields/rpc","urlObject":{"protocol":"https","path":["customFields","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ecde6c1-ef93-4340-9662-b206f7212849"}],"id":"9b368b67-a039-4318-85eb-c6d8e5bc5dff","description":"<p><code>getCustomTableData</code>This returns the information about the fields defined in a custom table and the values stored in the different fields. <code>It needs either the custom table's id or the name as the input.</code></p>\n<h5 id=\"parameters\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customTableId</td>\n<td>The id of the custom table</td>\n</tr>\n<tr>\n<td>customTableName</td>\n<td>The name of the custom table</td>\n</tr>\n</tbody>\n</table>\n</div><p> <code>getWorkOrderCustomFieldsMetaData</code>This returns the information about all the custom fields defined on the WorkOrder object.</p>\n<h5 id=\"parameters-1\">Parameters</h5>\n<p><em>This action requires no parameters</em> <code>getAssetBaseCustomFieldsMetaData</code>This returns the information about the custom fields defined on an Asset object which are applicable to all categories.</p>\n<h5 id=\"parameters-2\">Parameters</h5>\n<p><em>This action requires no parameters</em> <code>getAssetCategoryCustomFieldsMetaData</code>This returns the information about the custom fields defined on an Asset object which belongs to a specific category specified in the input.</p>\n<h5 id=\"parameters-3\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>assetCategoryId</td>\n<td>The categoryId of the asset for which the custom fields are to be returned.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"9b368b67-a039-4318-85eb-c6d8e5bc5dff"},{"name":"DataExport","item":[{"name":"rpc","id":"8682acfa-15d3-4fa4-a9ec-9aacc3e1aef8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"DataExport\",\n  \"action\" : \"initiate\",\n  \"parameters\" : {\n    \"includeFiles\" : 0,\n    \"password\" : \"testingpwd1\",\n    \"passwordProtected\" : 1\n  }\n}"},"url":"https://zenduma-api.zenduit.com/dataExport/rpc","urlObject":{"protocol":"https","path":["dataExport","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8682acfa-15d3-4fa4-a9ec-9aacc3e1aef8"}],"id":"f1727cc1-1958-42b9-a9d9-d09af2118f0c","description":"<p><code>initiate</code>This method is used to begin a Data Export. This will create a downloadable zip archive of customer data within the system. Status can be polled from the retrieve action below. In normal case, this would return the id that can be used to retrieve the data export from the specified URL (which is time limited). Note that this is only available to the customers on the Enterprise tier.</p>\n<h5 id=\"parameters\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>includeFiles</td>\n<td>If <code>1</code> is provided as the value, the archive file produced will include uploaded files. Otherwise these are omitted.</td>\n</tr>\n<tr>\n<td>password</td>\n<td>The password to be used for the archive. Note that this field is mandatory if the value for bolPasswordProtected is <code>1</code>. Otherwise, this field is ignored.</td>\n</tr>\n<tr>\n<td>passwordProtected</td>\n<td>This denotes whether to encrypt the export archive. <code>1</code> to encrypt the export archive, <code>0</code> otherwise. Note that if the provided value is <code>1</code>, the password field is mandatory.</td>\n</tr>\n</tbody>\n</table>\n</div><p> <code>list</code>This method will return data exports for the tenant, both in-flight and completed.</p>\n<h5 id=\"parameters-1\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>since</td>\n<td>A datetime to list exports since.The date can be expressed either as an Epoch or in the format - \"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\".</td>\n</tr>\n</tbody>\n</table>\n</div><p> <code>retrieve</code>This method will return a specific Data Export, specified by the id.</p>\n<h5 id=\"parameters-2\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The id of the export to retrieve.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f1727cc1-1958-42b9-a9d9-d09af2118f0c"},{"name":"FollowOnWorkOrders","item":[{"name":"rpc","id":"5f2a5d27-e299-4cca-ace6-70746a69879b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"FollowOnWorkOrders\",\n  \"action\" : \"createFollowOnWorkOrderOnWorkOrderTask\",\n  \"parameters\" : {\n    \"assignToUserId\" : 986536,\n    \"createFollowOnWorkOrderOnPass\" : true,\n    \"maintenanceTypeId\" : 670965,\n    \"notifyUserIds\" : \"785645,904321\",\n    \"notifyUsers\" : true,\n    \"priorityId\" : 873467,\n    \"workOrderStatusId\" : 378343,\n    \"workOrderTaskId\" : 934567\n  }\n}"},"url":"https://zenduma-api.zenduit.com/followOnWorkOrders/rpc","urlObject":{"protocol":"https","path":["followOnWorkOrders","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f2a5d27-e299-4cca-ace6-70746a69879b"}],"id":"c6c6e23d-04d9-4642-bfb8-455e2201203c","description":"<p><code>createFollowOnWorkOrderOnWorkOrderTask</code>Allows you to configure follow-on work orders and user notifications based on inspection results in a Work Order Task. <code>Please note that workOrderTaskId, workOrderStatusId and priorityId are mandatory inputs.</code></p>\n<h5 id=\"parameters\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>assignToUserId</td>\n<td>The ID of the User who will be assigned to the follow-on work order.</td>\n</tr>\n<tr>\n<td>createFollowOnWorkOrderOnPass</td>\n<td>If set to <code>true</code>, the configuration will apply to tasks that pass inspection. By default, the configuration applies to tasks that fail inspection.</td>\n</tr>\n<tr>\n<td>maintenanceTypeId</td>\n<td>The ID of the MaintenanceType for the follow-on work order.</td>\n</tr>\n<tr>\n<td>notifyUserIds</td>\n<td>Contains a comma-separated list of the user IDs for notifications.</td>\n</tr>\n<tr>\n<td>notifyUsers</td>\n<td>If set to <code>true</code>, notifications will be sent to the listed users. By default, this option is set to <code>false</code>.</td>\n</tr>\n<tr>\n<td>priorityId</td>\n<td>The ID of the Priority of the follow-on work order.</td>\n</tr>\n<tr>\n<td>workOrderStatusId</td>\n<td>The ID of the WorkOrderStatus for the follow-on work order.</td>\n</tr>\n<tr>\n<td>workOrderTaskId</td>\n<td>The ID of the WorkOrderTask that this configuration applies to.</td>\n</tr>\n</tbody>\n</table>\n</div><p> <code>createFollowOnWorkOrderOnScheduledTask</code>Allows you to configure follow-on work orders and user notifications based on the inspection results of a task in Scheduled Maintenance. <code>Please note that scheduledTaskId, workOrderStatusId and priorityId are mandatory inputs.</code></p>\n<h5 id=\"parameters-1\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>assignToUserId</td>\n<td>The ID of the User who will be assigned to the follow-on work order.</td>\n</tr>\n<tr>\n<td>createFollowOnWorkOrderOnPass</td>\n<td>If set to <code>true</code>, the configuration will apply to tasks that pass inspection. By default, the configuration applies to tasks that fail inspection.</td>\n</tr>\n<tr>\n<td>maintenanceTypeId</td>\n<td>The ID of the MaintenanceType for the follow-on work order.</td>\n</tr>\n<tr>\n<td>notifyUserIds</td>\n<td>Contains a comma-separated list of the user IDs for notifications.</td>\n</tr>\n<tr>\n<td>notifyUsers</td>\n<td>If set to <code>true</code>, notifications will be sent to the listed users. By default, this option is set to <code>false</code>.</td>\n</tr>\n<tr>\n<td>priorityId</td>\n<td>The ID of the Priority of the follow-on work order.</td>\n</tr>\n<tr>\n<td>scheduledTaskId</td>\n<td>The ID of the ScheduledTask that the configuration is being added to.</td>\n</tr>\n<tr>\n<td>workOrderStatusId</td>\n<td>The ID of the WorkOrderStatus for the follow-on work order.</td>\n</tr>\n</tbody>\n</table>\n</div><p> <code>createFollowOnWorkOrderOnTaskGroupTask</code>Allows you to configure follow-on work orders and user notifications based on the inspection results of a task in a task group. <code>Please note that taskId, workOrderStatusId and priorityId are mandatory inputs.</code></p>\n<h5 id=\"parameters-2\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>createFollowOnWorkOrderOnPass</td>\n<td>If set to <code>true</code>, the configuration will apply to tasks that pass inspection. By default, the configuration applies to tasks that fail inspection.</td>\n</tr>\n<tr>\n<td>maintenanceTypeId</td>\n<td>The ID of the MaintenanceType for the follow-on work order.</td>\n</tr>\n<tr>\n<td>priorityId</td>\n<td>The ID of the Priority of the follow-on work order.</td>\n</tr>\n<tr>\n<td>taskId</td>\n<td>The ID of the Task that the configuration is being added to.</td>\n</tr>\n<tr>\n<td>workOrderStatusId</td>\n<td>The ID of the WorkOrderStatus for the follow-on work order.</td>\n</tr>\n</tbody>\n</table>\n</div><p> <code>updateFollowOnWorkOrderOnWorkOrderTask</code>Allows you to update the follow-on work orders and user notifications based on inspection results in a Work Order Task. <code>Please note that workOrderTaskId is a mandatory input.</code></p>\n<h5 id=\"parameters-3\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>assignToUserId</td>\n<td>The ID of the User who will be assigned to the follow-on work order.</td>\n</tr>\n<tr>\n<td>maintenanceTypeId</td>\n<td>The ID of the MaintenanceType for the follow-on work order.</td>\n</tr>\n<tr>\n<td>notifyUserIds</td>\n<td>Contains a comma-separated list of the user IDs for notifications.</td>\n</tr>\n<tr>\n<td>notifyUsers</td>\n<td>If set to <code>true</code>, the user IDs to notify will be updated. By default, this option is set to <code>false</code>.</td>\n</tr>\n<tr>\n<td>priorityId</td>\n<td>The ID of the Priority of the follow-on work order.</td>\n</tr>\n<tr>\n<td>updateFollowOnWorkOrdersOnPass</td>\n<td>If set to <code>true</code>, the configuration will apply to tasks that pass inspection. By default, the configuration applies to tasks that fail inspection.</td>\n</tr>\n<tr>\n<td>workOrderStatusId</td>\n<td>The ID of the WorkOrderStatus for the follow-on work order.</td>\n</tr>\n<tr>\n<td>workOrderTaskId</td>\n<td>The ID of the WorkOrderTask that this configuration applies to.</td>\n</tr>\n</tbody>\n</table>\n</div><p> <code>updateFollowOnWorkOrderOnScheduledTask</code>Allows you to update the follow-on work orders and user notifications based on the inspection results of a task in Scheduled Maintenance. <code>Please note that scheduledTaskId is a mandatory input.</code></p>\n<h5 id=\"parameters-4\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>assignToUserId</td>\n<td>The ID of the User who will be assigned to the follow-on work order.</td>\n</tr>\n<tr>\n<td>maintenanceTypeId</td>\n<td>The ID of the MaintenanceType for the follow-on work order.</td>\n</tr>\n<tr>\n<td>notifyUserIds</td>\n<td>Contains a comma-separated list of the user IDs for notifications.</td>\n</tr>\n<tr>\n<td>notifyUsers</td>\n<td>If set to <code>true</code>, the user IDs to notify will be updated. By default, this option is set to <code>false</code>.</td>\n</tr>\n<tr>\n<td>priorityId</td>\n<td>The ID of the Priority of the follow-on work order.</td>\n</tr>\n<tr>\n<td>scheduledTaskId</td>\n<td>The ID of the ScheduledTask that the configuration is being added to.</td>\n</tr>\n<tr>\n<td>updateFollowOnWorkOrdersOnPass</td>\n<td>If set to <code>true</code>, the configuration will apply to tasks that pass inspection. By default, the configuration applies to tasks that fail inspection.</td>\n</tr>\n<tr>\n<td>workOrderStatusId</td>\n<td>The ID of the WorkOrderStatus for the follow-on work order.</td>\n</tr>\n</tbody>\n</table>\n</div><p> <code>updateFollowOnWorkOrderOnTaskGroupTask</code>Allows you to update the follow-on work orders and user notifications based on the inspection results of a task in a task group. <code>Please note that taskId is a mandatory input.</code></p>\n<h5 id=\"parameters-5\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>maintenanceTypeId</td>\n<td>The ID of the MaintenanceType for the follow-on work order.</td>\n</tr>\n<tr>\n<td>priorityId</td>\n<td>The ID of the Priority of the follow-on work order.</td>\n</tr>\n<tr>\n<td>taskId</td>\n<td>The ID of the Task that the configuration is being added to.</td>\n</tr>\n<tr>\n<td>updateFollowOnWorkOrdersOnPass</td>\n<td>If set to <code>true</code>, the configuration will apply to tasks that pass inspection. By default, the configuration applies to tasks that fail inspection.</td>\n</tr>\n<tr>\n<td>workOrderStatusId</td>\n<td>The ID of the WorkOrderStatus for the follow-on work order.</td>\n</tr>\n</tbody>\n</table>\n</div><p> <code>deleteFollowOnWorkOrderConfiguration</code>Allows you to delete the configuration for follow-on work orders and notifications based on inspection results for tasks in Work Orders, Scheduled Maintenance, or Task Groups. <code>Please note that deleteFollowOnWorkOrderOnPass is mandatory, along with one of the following inputs: workOrderTaskId, scheduledTaskId, or taskId.</code></p>\n<h5 id=\"parameters-6\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>deleteFollowOnWorkOrderOnPass</td>\n<td>If set to <code>true</code>, the configuration for inspections that pass will be deleted. If set to <code>false</code>, the configuration for inspections that fail will be deleted.</td>\n</tr>\n<tr>\n<td>scheduledTaskId</td>\n<td>The ID of the ScheduledTask that the configuration is being deleted from.</td>\n</tr>\n<tr>\n<td>taskId</td>\n<td>The ID of the Task that the configuration is being deleted from.</td>\n</tr>\n<tr>\n<td>workOrderTaskId</td>\n<td>The ID of the WorkOrderTask that the configuration is being deleted from.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"c6c6e23d-04d9-4642-bfb8-455e2201203c"},{"name":"GetAccessibleSites","item":[{"name":"rpc","id":"17dbfa61-c611-40a7-9e09-3c2c1d2f0181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"GetAccessibleSites\",\n  \"action\" : \"get\"\n}"},"url":"https://zenduma-api.zenduit.com/getAccessibleSites/rpc","urlObject":{"protocol":"https","path":["getAccessibleSites","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"17dbfa61-c611-40a7-9e09-3c2c1d2f0181"}],"id":"19e71268-69c6-491c-be6d-3830dd3121c3","_postman_id":"19e71268-69c6-491c-be6d-3830dd3121c3","description":""},{"name":"GetTimezone","item":[{"name":"rpc","id":"9d9c6868-9682-40f4-999f-a67dfce21d4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"GetTimezone\",\n  \"action\" : \"get\"\n}"},"url":"https://zenduma-api.zenduit.com/getTimezone/rpc","urlObject":{"protocol":"https","path":["getTimezone","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d9c6868-9682-40f4-999f-a67dfce21d4b"}],"id":"dbcf2c94-49f6-4b82-8a09-07638381154d","_postman_id":"dbcf2c94-49f6-4b82-8a09-07638381154d","description":""},{"name":"Ping","item":[{"name":"rpc","id":"440a34d5-f89f-4561-9005-ef307435f3ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"Ping\"\n}"},"url":"https://zenduma-api.zenduit.com/ping/rpc","urlObject":{"protocol":"https","path":["ping","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"440a34d5-f89f-4561-9005-ef307435f3ae"}],"id":"9596b6ef-1cc9-4fbd-aeba-25041c3e3848","_postman_id":"9596b6ef-1cc9-4fbd-aeba-25041c3e3848","description":""},{"name":"ScheduleTriggerAssetEvent","item":[{"name":"rpc","id":"70a0335f-eb98-4a83-aa20-b0421caaaae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"ScheduleTriggerAssetEvent\",\n  \"action\" : \"addTriggerByAssetEventType\",\n  \"parameters\" : {\n    \"assetEventTypeId\" : 345677,\n    \"assetId\" : 234567,\n    \"scheduledMaintenanceId\" : 879065\n  }\n}"},"url":"https://zenduma-api.zenduit.com/scheduleTriggerAssetEvent/rpc","urlObject":{"protocol":"https","path":["scheduleTriggerAssetEvent","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"70a0335f-eb98-4a83-aa20-b0421caaaae4"}],"id":"9be6267f-31b8-4cb3-a6b3-fd204c360f95","_postman_id":"9be6267f-31b8-4cb3-a6b3-fd204c360f95","description":""},{"name":"ScheduleTriggerCommon","item":[{"name":"rpc","id":"ee24ede0-311a-4cd9-8e42-584194cdce09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"ScheduleTriggerCommon\",\n  \"action\" : \"deleteTrigger\",\n  \"parameters\" : {\n    \"scheduleTriggerId\" : 1238215\n  }\n}"},"url":"https://zenduma-api.zenduit.com/scheduleTriggerCommon/rpc","urlObject":{"protocol":"https","path":["scheduleTriggerCommon","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee24ede0-311a-4cd9-8e42-584194cdce09"}],"id":"106422c8-a2e1-4220-8b72-4579176f9c1d","description":"<p>This method provides the ability to delete an existing Schedule Trigger. <code>Please note that scheduleTriggerId is a mandatory input.</code></p>\n<h5 id=\"parameters\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduleTriggerId</td>\n<td>The ID of the ScheduleTrigger you want to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"106422c8-a2e1-4220-8b72-4579176f9c1d"},{"name":"ScheduleTriggerMeterReading","item":[{"name":"rpc","id":"782a78bf-70ca-409c-b132-8fdcbfe1a751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"ScheduleTriggerMeterReading\",\n  \"action\" : \"addIntervalTriggerByMeterReading\",\n  \"parameters\" : {\n     \"scheduledMaintenanceId\": 770749,\n     \"assetId\": 6869865,\n     \"meterReadingValue\": 1.0,\n     \"meterReadingUnitId\": 199191,\n     \"startReadingValue\": 1.0,\n     \"endReadingValue\": 2.0,\n     \"setFloatingTrigger\": true,\n     \"readByWorkOrderClosed\": true\n  }\n}"},"url":"https://zenduma-api.zenduit.com/scheduleTriggerMeterReading/rpc","urlObject":{"protocol":"https","path":["scheduleTriggerMeterReading","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"782a78bf-70ca-409c-b132-8fdcbfe1a751"}],"id":"e827d1c2-bdff-4db4-92b8-314c58eee0e5","description":"<p>This method provides the ability to add Schedule Trigger to a Scheduled Maintenance using the Meter Reading Conditional Type. <code>Please note that all 4 inputs (scheduledMaintenanceId, assetId, meterReadingValue and meterReadingUnitId) are mandatory.</code></p>\n<h5 id=\"parameters\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>assetId</td>\n<td>The ID of the Asset associated with the Schedule Trigger. Note that this asset must be associated with the Scheduled Maintenance that the trigger is being added to.</td>\n</tr>\n<tr>\n<td>meterReadingUnitId</td>\n<td>The ID of the MeterReadingUnit associated with the Schedule Trigger.</td>\n</tr>\n<tr>\n<td>meterReadingValue</td>\n<td>The value (in double) for the Meter Reading based on which the Schedule Trigger will be triggered.</td>\n</tr>\n<tr>\n<td>scheduledMaintenanceId</td>\n<td>The ID of the ScheduledMaintenance that the trigger is being added to.</td>\n</tr>\n<tr>\n<td>setOnReadingGreaterThan</td>\n<td>If set to <code>true</code>, the Schedule Trigger will be created on a reading greater than the meterReadingValue. By default, the trigger will be created on a reading less than the meterReadingValue.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e827d1c2-bdff-4db4-92b8-314c58eee0e5"},{"name":"ScheduleTriggerTime","item":[{"name":"rpc","id":"4749a5f8-6b9e-46a2-944e-85dff0484709","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"ScheduleTriggerTime\",\n  \"action\" : \"addHourlyTrigger\",\n  \"parameters\" : {\n    \"disableCreateWorkOrderOnStartDate\" : false,\n    \"endDate\" : 1632409703000,\n    \"hourlyFrequency\" : 2,\n    \"scheduledMaintenanceId\" : 345612,\n    \"setFloatingTrigger\" : true,\n    \"startDate\" : 1631891303000\n  }\n}"},"url":"https://zenduma-api.zenduit.com/scheduleTriggerTime/rpc","urlObject":{"protocol":"https","path":["scheduleTriggerTime","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4749a5f8-6b9e-46a2-944e-85dff0484709"}],"id":"ccb7355e-e57c-4248-a150-0969c6dce7e0","description":"<p>This method allows you to add a time-based schedule trigger with an hourly frequency to Scheduled Maintenance. <code>Please note that scheduledMaintenanceId is a mandatory input.</code></p>\n<h5 id=\"parameters\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>disableCreateWorkOrderOnStartDate</td>\n<td>If set to <code>true</code>, a Work Order will be created on the Start Date of the Schedule Trigger. By default, the Work Order will not be created on the Start Date.</td>\n</tr>\n<tr>\n<td>endDate</td>\n<td>The date the trigger ends (i.e. is no longer active). Note that this date is to be expressed in Epoch format and should be greater than or equal to the start date.</td>\n</tr>\n<tr>\n<td>hourlyFrequency</td>\n<td>The number of hours after which the trigger fires. Note that this value needs to be greater than 0.</td>\n</tr>\n<tr>\n<td>scheduledMaintenanceId</td>\n<td>The ID of the ScheduledMaintenance that the trigger is being added to.</td>\n</tr>\n<tr>\n<td>setFloatingTrigger</td>\n<td>If set to <code>true</code>, the Schedule Trigger will be created on a Floating Schedule. By default, the trigger will be created on a Fixed Schedule.</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>The date that the trigger takes effect. Note that this date is to be expressed in Epoch format and should be greater than or equal to the current date.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ccb7355e-e57c-4248-a150-0969c6dce7e0"},{"name":"StocksReceived","item":[{"name":"rpc","id":"672a9b2b-a55b-4cbf-b750-9a4d9419fd68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n \"name\" : \"StocksReceived\",\n \"action\" : \"receive\",\n \"parameters\": {\n \t\"receipt\": {\n \t\"intReceiptStatusID\": 0,\n \t\"intSupplierID\": 259597,\n \t\"intPurchaseCurrencyID\": 1,\n \t\"intPurchaseOrderID\": 215952\n \t},\n \t\"receiptLineItems\": [{\n \t\"intPurchaseOrderLineItemID\": 736663,\n \t\"intStockID\": 1488085,\n \t\"intReceiveToStockID\" : 1488085,\n \t\"qtyQuantityReceived\": 2,\n \t\"qtyQuantityOrdered\": 2,\n \t\"intAssetID\": 6063718,\n \t\"dblPurchasePricePerUnit\": 50,\n \t\"strDescription\": \"Second received\"\n \t}]\n }\n}"},"url":"https://zenduma-api.zenduit.com/stocksReceived/rpc","urlObject":{"protocol":"https","path":["stocksReceived","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"672a9b2b-a55b-4cbf-b750-9a4d9419fd68"}],"id":"d24f506b-4d15-4a52-b581-5e06f572d91c","description":"<p>This method is used with existing receipts. It adds the received stocks (in listed receipts) to inventory and changes the Receipt status.</p>\n<h5 id=\"parameters\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>receiptIds</td>\n<td>Comma separated string of receipt ids.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d24f506b-4d15-4a52-b581-5e06f572d91c"},{"name":"TaskGroupsToWorkOrder","item":[{"name":"rpc","id":"4e8ac5d4-f784-497a-b0b5-3239791c0de9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"TaskGroupsToWorkOrder\",\n  \"action\" : \"addTaskGroupsToWorkOrder\",\n  \"parameters\" : {\n    \"addTaskGroupsToAllAssets\" : false,\n    \"assetId\" : 123334,\n    \"taskGroupIds\" : 53453,\n    \"workOrderId\" : 634535\n  }\n}"},"url":"https://zenduma-api.zenduit.com/taskGroupsToWorkOrder/rpc","urlObject":{"protocol":"https","path":["taskGroupsToWorkOrder","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e8ac5d4-f784-497a-b0b5-3239791c0de9"}],"id":"79c528ff-bd33-4ff7-bcb3-d174a44eadbd","description":"<p>This allows you to attach valid Task Groups to Work Orders, and creates Work Order Tasks for that Task Group within the Work Order. Note that any Files attached to a Task Group or Task within a Task Group will instead be attached to the Work Order, rather than the individual tasks.</p>\n<h5 id=\"parameters\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>addTaskGroupsToAllAssets</td>\n<td>This can have the value <code>true</code> or <code>false</code>. It specifies whether the Task Group needs to be attached to all the Assets in the Work Order or to a specific Asset. If the input is specified as <code>false</code> and no assetId is provided, then the Task Groups are not attached to any Asset in the Work Order. This is a mandatory input.</td>\n</tr>\n<tr>\n<td>assetId</td>\n<td>If addTaskGroupsToAllAssets is specified as <code>false</code>, this specifies the ID of the Asset to which the tasks in the Task Group needs to be attached.</td>\n</tr>\n<tr>\n<td>taskGroupIds</td>\n<td>The ID of the TaskGroup to attach to the Work Order. Note that multiple Task Groups can be specified as comma separated values. This is a mandatory input and must be a valid Task Group ID.</td>\n</tr>\n<tr>\n<td>workOrderId</td>\n<td>The ID of the WorkOrder to which the Task Group(s) should be attached. This is a mandatory input and must be a valid Work Order ID</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"79c528ff-bd33-4ff7-bcb3-d174a44eadbd"},{"name":"WorkOrderLog","item":[{"name":"rpc","id":"9f9a5a6f-6462-4be6-84be-4f4a6d1fa7d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AppKey","value":"macmmsaakp*******","type":"text"},{"key":"APIKey","value":"macmmsackp*******","type":"text"},{"key":"APISecret","value":"macmmsaskp*******","type":"text"},{"key":"Database","value":"sa********","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"WorkOrderLog\",\n  \"action\" : \"getWorkOrderLogs\",\n  \"parameters\" : {\n    \"pageNumber\" : \"1\",\n    \"pageSize\" : \"50\",\n    \"queryEndDate\" : 1603181228000,\n    \"queryStartDate\" : 1603436331000\n  }\n}"},"url":"https://zenduma-api.zenduit.com/workOrderLog/rpc","urlObject":{"protocol":"https","path":["workOrderLog","rpc"],"host":["zenduma-api","zenduit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f9a5a6f-6462-4be6-84be-4f4a6d1fa7d9"}],"id":"66eeee28-074f-469a-9d79-234846cc4238","description":"<p>This method returns the paged response of the WorkOrderLogs between the dates provided. <code>Please note that pageNumber and pageSize are mandatory fields.</code></p>\n<h5 id=\"parameters\">Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageNumber</td>\n<td>The page number for the WorkOrderLogs to be returned. Page numbers start at 1.</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>The number of WorkOrderLog records to be returned in a single page. Page sizes should be between 1 and 1000.</td>\n</tr>\n<tr>\n<td>queryEndDate</td>\n<td>The end date up to which the WorkOrderLog records need to be returned. The date can be expressed either as an Epoch or in the format - \"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\". The default timezone is UTC.</td>\n</tr>\n<tr>\n<td>queryStartDate</td>\n<td>The start date from which the WorkOrderLog records need to be returned. The date can be expressed either as an Epoch or in the format - \"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\". The default timezone is UTC.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"66eeee28-074f-469a-9d79-234846cc4238"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"4efee8d4-5ee7-4ab7-9799-2f52773eafff"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"afe8c773-5f17-4f08-8cfa-f7d1878cd8a2"}}],"variable":[{"key":"APP_KEY","value":"macmmsaakp*******","type":"string"},{"key":"API_KEY","value":"macmmsackp*******","type":"string"},{"key":"API_SECRET","value":"macmmsaskp*******","type":"string"},{"key":"DATABASE","value":"sa********","type":"string"},{"key":"BASIC_IQ_USER_NAME","value":"test-user"},{"key":"BASIC_IQ_PASSWORD","value":"test-password"}]}