{"info":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","description":"<html><head></head><body><p>Endpoints for PierVantage API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24741824","collectionId":"99508e72-0006-4b75-916c-cc8f6cb66948","publishedId":"2sBXc8oP5q","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-05T17:27:31.000Z"},"item":[{"name":"Accounts","item":[{"name":"Get Accounts based on Filter criteria","id":"1d96967c-ea5d-43e6-8e38-c7687fc5bd97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/accounts?AccountName=<string>&AccountNumber=<string>&AccountTypeId=<integer>&AccountCategoryId=<integer>&AccountCategoryId=<integer>&IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["accounts"],"host":["https://geminiapi.piervantage.com"],"query":[{"description":{"content":"<p>Partial or Full Account Name</p>\n","type":"text/plain"},"key":"AccountName","value":"<string>"},{"description":{"content":"<p>Partial or Full Account Number</p>\n","type":"text/plain"},"key":"AccountNumber","value":"<string>"},{"description":{"content":"<p>Filters results for specified Account Types</p>\n","type":"text/plain"},"key":"AccountTypeId","value":"<integer>"},{"description":{"content":"<p>Filter results for specified Account Categories</p>\n","type":"text/plain"},"key":"AccountCategoryId","value":"<integer>"},{"description":{"content":"<p>Filter results for specified Account Categories</p>\n","type":"text/plain"},"key":"AccountCategoryId","value":"<integer>"},{"description":{"content":"<p>If set to true, results will include inactive accounts</p>\n","type":"text/plain"},"key":"IncludeInactive","value":"<boolean>"},{"description":{"content":"<p>If set to true, results will include deleted accounts</p>\n","type":"text/plain"},"key":"IncludeDeleted","value":"<boolean>"},{"description":{"content":"<p>Return accounts created on or before this DateTime in UTC</p>\n","type":"text/plain"},"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return accounts updated on or before this DateTime in UTC</p>\n","type":"text/plain"},"key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return accounts created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return accounts updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"26fa8e9c-e7a9-41d9-8bad-26b0bbc76abd","name":"List of Accounts based on requested filters","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/accounts?AccountName=<string>&AccountNumber=<string>&AccountTypeId=<integer>&AccountCategoryId=<integer>&IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://geminiapi.piervantage.com"],"path":["accounts"],"query":[{"description":"Partial or Full Account Name","key":"AccountName","value":"<string>"},{"description":"Partial or Full Account Number","key":"AccountNumber","value":"<string>"},{"description":"Filters results for specified Account Types","key":"AccountTypeId","value":"<integer>"},{"description":"Filter results for specified Account Categories","key":"AccountCategoryId","value":"<integer>"},{"description":"If set to true, results will include inactive accounts","key":"IncludeInactive","value":"<boolean>"},{"description":"If set to true, results will include deleted accounts","key":"IncludeDeleted","value":"<boolean>"},{"description":"Return accounts created on or before this DateTime in UTC","key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return accounts updated on or before this DateTime in UTC","key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return accounts created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.","key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":"Return accounts updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.","key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Records\": [\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"AccountTypeId\": \"<integer>\",\n      \"AccountCategories\": [\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\"\n        },\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\"\n        }\n      ],\n      \"AccountNumber\": \"<string>\",\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    },\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"AccountTypeId\": \"<integer>\",\n      \"AccountCategories\": [\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\"\n        },\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\"\n        }\n      ],\n      \"AccountNumber\": \"<string>\",\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    }\n  ],\n  \"RecordCount\": \"<integer>\",\n  \"PageNumber\": \"<integer>\",\n  \"PageSize\": \"<integer>\",\n  \"PageCount\": \"<integer>\"\n}"}],"_postman_id":"1d96967c-ea5d-43e6-8e38-c7687fc5bd97"},{"name":"Get Boats for an Account","id":"ea395748-713e-4973-8e68-fdf55375a61a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/accounts/:accountId/boats?BoatName=<string>&IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["accounts",":accountId","boats"],"host":["https://geminiapi.piervantage.com"],"query":[{"description":{"content":"<p>Full or Partial Boat Name</p>\n","type":"text/plain"},"key":"BoatName","value":"<string>"},{"description":{"content":"<p>Include Inactive boats in response</p>\n","type":"text/plain"},"key":"IncludeInactive","value":"<boolean>"},{"description":{"content":"<p>Include Deleted boats in response</p>\n","type":"text/plain"},"key":"IncludeDeleted","value":"<boolean>"},{"description":{"content":"<p>Only include boats Created before or after this datetime</p>\n","type":"text/plain"},"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Only include boats Created before or after this datetime</p>\n","type":"text/plain"},"key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return boats created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return boats updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[{"id":"86d64961-5f0d-4ee9-aaeb-b05b717c4ae2","description":{"content":"<p>(Required) Unique Identifier of the account for which boats are requested</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"accountId"}]}},"response":[{"id":"4c62647a-10cb-4d34-94bd-e3ef65ff5a03","name":"List of Boats based on requested filters","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/accounts/:accountId/boats?BoatName=<string>&IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://geminiapi.piervantage.com"],"path":["accounts",":accountId","boats"],"query":[{"description":"Full or Partial Boat Name","key":"BoatName","value":"<string>"},{"description":"Include Inactive boats in response","key":"IncludeInactive","value":"<boolean>"},{"description":"Include Deleted boats in response","key":"IncludeDeleted","value":"<boolean>"},{"description":"Only include boats Created before or after this datetime","key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Only include boats Created before or after this datetime","key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return boats created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.","key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":"Return boats updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.","key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Records\": [\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"Manufacturer\": \"<string>\",\n      \"LengthOverall\": \"<double>\",\n      \"Model\": \"<string>\",\n      \"KeyLocation\": \"<string>\",\n      \"Combination\": \"<string>\",\n      \"StorageLocation\": \"<string>\",\n      \"Engines\": [\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        },\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        }\n      ],\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    },\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"Manufacturer\": \"<string>\",\n      \"LengthOverall\": \"<double>\",\n      \"Model\": \"<string>\",\n      \"KeyLocation\": \"<string>\",\n      \"Combination\": \"<string>\",\n      \"StorageLocation\": \"<string>\",\n      \"Engines\": [\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        },\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        }\n      ],\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    }\n  ],\n  \"RecordCount\": \"<integer>\",\n  \"PageNumber\": \"<integer>\",\n  \"PageSize\": \"<integer>\",\n  \"PageCount\": \"<integer>\"\n}"}],"_postman_id":"ea395748-713e-4973-8e68-fdf55375a61a"},{"name":"Get contacts for an Account","id":"9f247d76-2671-4d24-a340-637cd509e306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/accounts/:accountId/contacts?IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["accounts",":accountId","contacts"],"host":["https://geminiapi.piervantage.com"],"query":[{"description":{"content":"<p>If set to true, results will include inactive contacts</p>\n","type":"text/plain"},"key":"IncludeInactive","value":"<boolean>"},{"description":{"content":"<p>If set to true, results will include deleted contacts</p>\n","type":"text/plain"},"key":"IncludeDeleted","value":"<boolean>"},{"description":{"content":"<p>Return contacts created on or before this DateTime in UTC</p>\n","type":"text/plain"},"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return contacts updated on or before this DateTime in UTC</p>\n","type":"text/plain"},"key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return contacts created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return contacts updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"UpdatedAfterDtmUtc","value":"<dateTime>"}],"variable":[{"id":"d6be3f93-6a06-40f5-9af6-26fcf6daebc8","description":{"content":"<p>(Required) Unique Identifier of the account for which contacts are requested</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"accountId"}]}},"response":[{"id":"3bd39fb3-8ebb-4f29-89b6-6ad09b13addc","name":"List of contacts belonging to an Account","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/accounts/:accountId/contacts?IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>","host":["https://geminiapi.piervantage.com"],"path":["accounts",":accountId","contacts"],"query":[{"description":"If set to true, results will include inactive contacts","key":"IncludeInactive","value":"<boolean>"},{"description":"If set to true, results will include deleted contacts","key":"IncludeDeleted","value":"<boolean>"},{"description":"Return contacts created on or before this DateTime in UTC","key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return contacts updated on or before this DateTime in UTC","key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return contacts created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.","key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":"Return contacts updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.","key":"UpdatedAfterDtmUtc","value":"<dateTime>"}],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Id\": \"<integer>\",\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"MiddleName\": \"<string>\",\n    \"EmailAddress\": \"<string>\",\n    \"PhoneNumbers\": [\n      {\n        \"Id\": \"<integer>\",\n        \"PhoneType\": \"<integer>\",\n        \"PhoneTypeName\": \"<string>\",\n        \"Extension\": \"<string>\",\n        \"IsInternationalNumber\": \"<boolean>\",\n        \"LongName\": \"<string>\",\n        \"PhoneNumber\": \"<string>\",\n        \"IsActive\": \"<boolean>\",\n        \"IsDeleted\": \"<boolean>\",\n        \"CreatedDtmUtc\": \"<dateTime>\",\n        \"UpdatedDtmUtc\": \"<dateTime>\"\n      },\n      {\n        \"Id\": \"<integer>\",\n        \"PhoneType\": \"<integer>\",\n        \"PhoneTypeName\": \"<string>\",\n        \"Extension\": \"<string>\",\n        \"IsInternationalNumber\": \"<boolean>\",\n        \"LongName\": \"<string>\",\n        \"PhoneNumber\": \"<string>\",\n        \"IsActive\": \"<boolean>\",\n        \"IsDeleted\": \"<boolean>\",\n        \"CreatedDtmUtc\": \"<dateTime>\",\n        \"UpdatedDtmUtc\": \"<dateTime>\"\n      }\n    ],\n    \"CompanyName\": \"<string>\",\n    \"Honorific\": \"<string>\",\n    \"Suffix\": \"<string>\",\n    \"IsAuthorizedToCharge\": \"<boolean>\",\n    \"AuthorizedChargeAmount\": \"<double>\",\n    \"IsActive\": \"<boolean>\",\n    \"IsDeleted\": \"<boolean>\",\n    \"CreatedDtmUtc\": \"<dateTime>\",\n    \"UpdatedDtmUtc\": \"<dateTime>\"\n  },\n  {\n    \"Id\": \"<integer>\",\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"MiddleName\": \"<string>\",\n    \"EmailAddress\": \"<string>\",\n    \"PhoneNumbers\": [\n      {\n        \"Id\": \"<integer>\",\n        \"PhoneType\": \"<integer>\",\n        \"PhoneTypeName\": \"<string>\",\n        \"Extension\": \"<string>\",\n        \"IsInternationalNumber\": \"<boolean>\",\n        \"LongName\": \"<string>\",\n        \"PhoneNumber\": \"<string>\",\n        \"IsActive\": \"<boolean>\",\n        \"IsDeleted\": \"<boolean>\",\n        \"CreatedDtmUtc\": \"<dateTime>\",\n        \"UpdatedDtmUtc\": \"<dateTime>\"\n      },\n      {\n        \"Id\": \"<integer>\",\n        \"PhoneType\": \"<integer>\",\n        \"PhoneTypeName\": \"<string>\",\n        \"Extension\": \"<string>\",\n        \"IsInternationalNumber\": \"<boolean>\",\n        \"LongName\": \"<string>\",\n        \"PhoneNumber\": \"<string>\",\n        \"IsActive\": \"<boolean>\",\n        \"IsDeleted\": \"<boolean>\",\n        \"CreatedDtmUtc\": \"<dateTime>\",\n        \"UpdatedDtmUtc\": \"<dateTime>\"\n      }\n    ],\n    \"CompanyName\": \"<string>\",\n    \"Honorific\": \"<string>\",\n    \"Suffix\": \"<string>\",\n    \"IsAuthorizedToCharge\": \"<boolean>\",\n    \"AuthorizedChargeAmount\": \"<double>\",\n    \"IsActive\": \"<boolean>\",\n    \"IsDeleted\": \"<boolean>\",\n    \"CreatedDtmUtc\": \"<dateTime>\",\n    \"UpdatedDtmUtc\": \"<dateTime>\"\n  }\n]"}],"_postman_id":"9f247d76-2671-4d24-a340-637cd509e306"},{"name":"Get Boats as per Requested Filter by page","id":"ae02f18b-8703-4789-a9a5-e7a782492594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/boats?accountId=<integer>&BoatName=<string>&IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["boats"],"host":["https://geminiapi.piervantage.com"],"query":[{"description":{"content":"<p>Unique Identifier of the account for which boats are requested</p>\n","type":"text/plain"},"key":"accountId","value":"<integer>"},{"description":{"content":"<p>Full or Partial Boat Name</p>\n","type":"text/plain"},"key":"BoatName","value":"<string>"},{"description":{"content":"<p>Include Inactive boats in response</p>\n","type":"text/plain"},"key":"IncludeInactive","value":"<boolean>"},{"description":{"content":"<p>Include Deleted boats in response</p>\n","type":"text/plain"},"key":"IncludeDeleted","value":"<boolean>"},{"description":{"content":"<p>Only include boats Created before or after this datetime</p>\n","type":"text/plain"},"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Only include boats Created before or after this datetime</p>\n","type":"text/plain"},"key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return boats created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return boats updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"3a78639a-f57e-4e69-afef-3569d47f104b","name":"List of Boats based on requested filters","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/boats?accountId=<integer>&BoatName=<string>&IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://geminiapi.piervantage.com"],"path":["boats"],"query":[{"description":"Unique Identifier of the account for which boats are requested","key":"accountId","value":"<integer>"},{"description":"Full or Partial Boat Name","key":"BoatName","value":"<string>"},{"description":"Include Inactive boats in response","key":"IncludeInactive","value":"<boolean>"},{"description":"Include Deleted boats in response","key":"IncludeDeleted","value":"<boolean>"},{"description":"Only include boats Created before or after this datetime","key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Only include boats Created before or after this datetime","key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return boats created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.","key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":"Return boats updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.","key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Records\": [\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"Manufacturer\": \"<string>\",\n      \"LengthOverall\": \"<double>\",\n      \"Model\": \"<string>\",\n      \"KeyLocation\": \"<string>\",\n      \"Combination\": \"<string>\",\n      \"StorageLocation\": \"<string>\",\n      \"Engines\": [\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        },\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        }\n      ],\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    },\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"Manufacturer\": \"<string>\",\n      \"LengthOverall\": \"<double>\",\n      \"Model\": \"<string>\",\n      \"KeyLocation\": \"<string>\",\n      \"Combination\": \"<string>\",\n      \"StorageLocation\": \"<string>\",\n      \"Engines\": [\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        },\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        }\n      ],\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    }\n  ],\n  \"RecordCount\": \"<integer>\",\n  \"PageNumber\": \"<integer>\",\n  \"PageSize\": \"<integer>\",\n  \"PageCount\": \"<integer>\"\n}"}],"_postman_id":"ae02f18b-8703-4789-a9a5-e7a782492594"}],"id":"8e0dde81-bcd9-4d5c-ab0e-e4d61fa0e146","_postman_id":"8e0dde81-bcd9-4d5c-ab0e-e4d61fa0e146","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}},{"name":"Boats","item":[{"name":"Get Boats for an Account","id":"63544bad-af32-4e0e-9389-c0fdbe717134","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/accounts/:accountId/boats?BoatName=<string>&IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["accounts",":accountId","boats"],"host":["https://geminiapi.piervantage.com"],"query":[{"description":{"content":"<p>Full or Partial Boat Name</p>\n","type":"text/plain"},"key":"BoatName","value":"<string>"},{"description":{"content":"<p>Include Inactive boats in response</p>\n","type":"text/plain"},"key":"IncludeInactive","value":"<boolean>"},{"description":{"content":"<p>Include Deleted boats in response</p>\n","type":"text/plain"},"key":"IncludeDeleted","value":"<boolean>"},{"description":{"content":"<p>Only include boats Created before or after this datetime</p>\n","type":"text/plain"},"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Only include boats Created before or after this datetime</p>\n","type":"text/plain"},"key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return boats created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return boats updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[{"id":"a1a8d010-fac6-4c8c-8580-1f7a5b1b65e0","description":{"content":"<p>(Required) Unique Identifier of the account for which boats are requested</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"accountId"}]}},"response":[{"id":"50403ee1-69aa-4936-8e41-7e786f0788fd","name":"List of Boats based on requested filters","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/accounts/:accountId/boats?BoatName=<string>&IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://geminiapi.piervantage.com"],"path":["accounts",":accountId","boats"],"query":[{"description":"Full or Partial Boat Name","key":"BoatName","value":"<string>"},{"description":"Include Inactive boats in response","key":"IncludeInactive","value":"<boolean>"},{"description":"Include Deleted boats in response","key":"IncludeDeleted","value":"<boolean>"},{"description":"Only include boats Created before or after this datetime","key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Only include boats Created before or after this datetime","key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return boats created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.","key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":"Return boats updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.","key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Records\": [\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"Manufacturer\": \"<string>\",\n      \"LengthOverall\": \"<double>\",\n      \"Model\": \"<string>\",\n      \"KeyLocation\": \"<string>\",\n      \"Combination\": \"<string>\",\n      \"StorageLocation\": \"<string>\",\n      \"Engines\": [\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        },\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        }\n      ],\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    },\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"Manufacturer\": \"<string>\",\n      \"LengthOverall\": \"<double>\",\n      \"Model\": \"<string>\",\n      \"KeyLocation\": \"<string>\",\n      \"Combination\": \"<string>\",\n      \"StorageLocation\": \"<string>\",\n      \"Engines\": [\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        },\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        }\n      ],\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    }\n  ],\n  \"RecordCount\": \"<integer>\",\n  \"PageNumber\": \"<integer>\",\n  \"PageSize\": \"<integer>\",\n  \"PageCount\": \"<integer>\"\n}"}],"_postman_id":"63544bad-af32-4e0e-9389-c0fdbe717134"},{"name":"Get Boats as per Requested Filter by page","id":"09f04b02-5002-46ed-bd68-519f1eecbc23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/boats?accountId=<integer>&BoatName=<string>&IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["boats"],"host":["https://geminiapi.piervantage.com"],"query":[{"description":{"content":"<p>Unique Identifier of the account for which boats are requested</p>\n","type":"text/plain"},"key":"accountId","value":"<integer>"},{"description":{"content":"<p>Full or Partial Boat Name</p>\n","type":"text/plain"},"key":"BoatName","value":"<string>"},{"description":{"content":"<p>Include Inactive boats in response</p>\n","type":"text/plain"},"key":"IncludeInactive","value":"<boolean>"},{"description":{"content":"<p>Include Deleted boats in response</p>\n","type":"text/plain"},"key":"IncludeDeleted","value":"<boolean>"},{"description":{"content":"<p>Only include boats Created before or after this datetime</p>\n","type":"text/plain"},"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Only include boats Created before or after this datetime</p>\n","type":"text/plain"},"key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return boats created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return boats updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"a4aba6fd-8bdc-4b0e-91a6-3603d0ec946b","name":"List of Boats based on requested filters","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/boats?accountId=<integer>&BoatName=<string>&IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://geminiapi.piervantage.com"],"path":["boats"],"query":[{"description":"Unique Identifier of the account for which boats are requested","key":"accountId","value":"<integer>"},{"description":"Full or Partial Boat Name","key":"BoatName","value":"<string>"},{"description":"Include Inactive boats in response","key":"IncludeInactive","value":"<boolean>"},{"description":"Include Deleted boats in response","key":"IncludeDeleted","value":"<boolean>"},{"description":"Only include boats Created before or after this datetime","key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Only include boats Created before or after this datetime","key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return boats created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.","key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":"Return boats updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.","key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Records\": [\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"Manufacturer\": \"<string>\",\n      \"LengthOverall\": \"<double>\",\n      \"Model\": \"<string>\",\n      \"KeyLocation\": \"<string>\",\n      \"Combination\": \"<string>\",\n      \"StorageLocation\": \"<string>\",\n      \"Engines\": [\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        },\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        }\n      ],\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    },\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"Manufacturer\": \"<string>\",\n      \"LengthOverall\": \"<double>\",\n      \"Model\": \"<string>\",\n      \"KeyLocation\": \"<string>\",\n      \"Combination\": \"<string>\",\n      \"StorageLocation\": \"<string>\",\n      \"Engines\": [\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        },\n        {\n          \"Model\": \"<string>\",\n          \"SerialNumber\": \"<string>\"\n        }\n      ],\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    }\n  ],\n  \"RecordCount\": \"<integer>\",\n  \"PageNumber\": \"<integer>\",\n  \"PageSize\": \"<integer>\",\n  \"PageCount\": \"<integer>\"\n}"}],"_postman_id":"09f04b02-5002-46ed-bd68-519f1eecbc23"}],"id":"ed90696c-fa2b-4f4b-947d-5002be05d583","_postman_id":"ed90696c-fa2b-4f4b-947d-5002be05d583","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}},{"name":"Contacts","item":[{"name":"Get contacts for an Account","id":"03f03379-540f-446c-b496-f1520e0d8fcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/accounts/:accountId/contacts?IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["accounts",":accountId","contacts"],"host":["https://geminiapi.piervantage.com"],"query":[{"description":{"content":"<p>If set to true, results will include inactive contacts</p>\n","type":"text/plain"},"key":"IncludeInactive","value":"<boolean>"},{"description":{"content":"<p>If set to true, results will include deleted contacts</p>\n","type":"text/plain"},"key":"IncludeDeleted","value":"<boolean>"},{"description":{"content":"<p>Return contacts created on or before this DateTime in UTC</p>\n","type":"text/plain"},"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return contacts updated on or before this DateTime in UTC</p>\n","type":"text/plain"},"key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return contacts created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return contacts updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"UpdatedAfterDtmUtc","value":"<dateTime>"}],"variable":[{"id":"7d8fa7d6-7a07-4ee4-8ad9-c3fe0e09ba24","description":{"content":"<p>(Required) Unique Identifier of the account for which contacts are requested</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"accountId"}]}},"response":[{"id":"c840b9bc-2f46-42ab-9e3e-e6ef611fe8fc","name":"List of contacts belonging to an Account","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/accounts/:accountId/contacts?IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>","host":["https://geminiapi.piervantage.com"],"path":["accounts",":accountId","contacts"],"query":[{"description":"If set to true, results will include inactive contacts","key":"IncludeInactive","value":"<boolean>"},{"description":"If set to true, results will include deleted contacts","key":"IncludeDeleted","value":"<boolean>"},{"description":"Return contacts created on or before this DateTime in UTC","key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return contacts updated on or before this DateTime in UTC","key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return contacts created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.","key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":"Return contacts updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.","key":"UpdatedAfterDtmUtc","value":"<dateTime>"}],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Id\": \"<integer>\",\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"MiddleName\": \"<string>\",\n    \"EmailAddress\": \"<string>\",\n    \"PhoneNumbers\": [\n      {\n        \"Id\": \"<integer>\",\n        \"PhoneType\": \"<integer>\",\n        \"PhoneTypeName\": \"<string>\",\n        \"Extension\": \"<string>\",\n        \"IsInternationalNumber\": \"<boolean>\",\n        \"LongName\": \"<string>\",\n        \"PhoneNumber\": \"<string>\",\n        \"IsActive\": \"<boolean>\",\n        \"IsDeleted\": \"<boolean>\",\n        \"CreatedDtmUtc\": \"<dateTime>\",\n        \"UpdatedDtmUtc\": \"<dateTime>\"\n      },\n      {\n        \"Id\": \"<integer>\",\n        \"PhoneType\": \"<integer>\",\n        \"PhoneTypeName\": \"<string>\",\n        \"Extension\": \"<string>\",\n        \"IsInternationalNumber\": \"<boolean>\",\n        \"LongName\": \"<string>\",\n        \"PhoneNumber\": \"<string>\",\n        \"IsActive\": \"<boolean>\",\n        \"IsDeleted\": \"<boolean>\",\n        \"CreatedDtmUtc\": \"<dateTime>\",\n        \"UpdatedDtmUtc\": \"<dateTime>\"\n      }\n    ],\n    \"CompanyName\": \"<string>\",\n    \"Honorific\": \"<string>\",\n    \"Suffix\": \"<string>\",\n    \"IsAuthorizedToCharge\": \"<boolean>\",\n    \"AuthorizedChargeAmount\": \"<double>\",\n    \"IsActive\": \"<boolean>\",\n    \"IsDeleted\": \"<boolean>\",\n    \"CreatedDtmUtc\": \"<dateTime>\",\n    \"UpdatedDtmUtc\": \"<dateTime>\"\n  },\n  {\n    \"Id\": \"<integer>\",\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"MiddleName\": \"<string>\",\n    \"EmailAddress\": \"<string>\",\n    \"PhoneNumbers\": [\n      {\n        \"Id\": \"<integer>\",\n        \"PhoneType\": \"<integer>\",\n        \"PhoneTypeName\": \"<string>\",\n        \"Extension\": \"<string>\",\n        \"IsInternationalNumber\": \"<boolean>\",\n        \"LongName\": \"<string>\",\n        \"PhoneNumber\": \"<string>\",\n        \"IsActive\": \"<boolean>\",\n        \"IsDeleted\": \"<boolean>\",\n        \"CreatedDtmUtc\": \"<dateTime>\",\n        \"UpdatedDtmUtc\": \"<dateTime>\"\n      },\n      {\n        \"Id\": \"<integer>\",\n        \"PhoneType\": \"<integer>\",\n        \"PhoneTypeName\": \"<string>\",\n        \"Extension\": \"<string>\",\n        \"IsInternationalNumber\": \"<boolean>\",\n        \"LongName\": \"<string>\",\n        \"PhoneNumber\": \"<string>\",\n        \"IsActive\": \"<boolean>\",\n        \"IsDeleted\": \"<boolean>\",\n        \"CreatedDtmUtc\": \"<dateTime>\",\n        \"UpdatedDtmUtc\": \"<dateTime>\"\n      }\n    ],\n    \"CompanyName\": \"<string>\",\n    \"Honorific\": \"<string>\",\n    \"Suffix\": \"<string>\",\n    \"IsAuthorizedToCharge\": \"<boolean>\",\n    \"AuthorizedChargeAmount\": \"<double>\",\n    \"IsActive\": \"<boolean>\",\n    \"IsDeleted\": \"<boolean>\",\n    \"CreatedDtmUtc\": \"<dateTime>\",\n    \"UpdatedDtmUtc\": \"<dateTime>\"\n  }\n]"}],"_postman_id":"03f03379-540f-446c-b496-f1520e0d8fcd"}],"id":"35cacfc4-e7d5-4c7a-84ea-6d711ee6a0ae","_postman_id":"35cacfc4-e7d5-4c7a-84ea-6d711ee6a0ae","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}},{"name":"Divisions","item":[{"name":"Get Divisions as per Requested Filter by page","id":"0829c32f-c9d8-465c-b6f1-baf61962996a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/divisions?DivisionNumber=<string>&ShortName=<string>&PageNumber=<integer>&PageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["divisions"],"host":["https://geminiapi.piervantage.com"],"query":[{"description":{"content":"<p>Division Number</p>\n","type":"text/plain"},"key":"DivisionNumber","value":"<string>"},{"description":{"content":"<p>Full or Partial Division Name</p>\n","type":"text/plain"},"key":"ShortName","value":"<string>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"c9d4a2bc-0997-4ad0-bd55-d9d65c177741","name":"List of Divsions based on requested filters","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/divisions?DivisionNumber=<string>&ShortName=<string>&PageNumber=<integer>&PageSize=<integer>","host":["https://geminiapi.piervantage.com"],"path":["divisions"],"query":[{"description":"Division Number","key":"DivisionNumber","value":"<string>"},{"description":"Full or Partial Division Name","key":"ShortName","value":"<string>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Records\": [\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"LongName\": \"<string>\",\n      \"DivisionNumber\": \"<string>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsInternal\": \"<boolean>\"\n    },\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"LongName\": \"<string>\",\n      \"DivisionNumber\": \"<string>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsInternal\": \"<boolean>\"\n    }\n  ],\n  \"RecordCount\": \"<integer>\",\n  \"PageNumber\": \"<integer>\",\n  \"PageSize\": \"<integer>\",\n  \"PageCount\": \"<integer>\"\n}"}],"_postman_id":"0829c32f-c9d8-465c-b6f1-baf61962996a"},{"name":"Get a single divison by Id","id":"4d61b263-4657-48ef-9bbe-f6e139785058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/divisions/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["divisions",":id"],"host":["https://geminiapi.piervantage.com"],"query":[],"variable":[{"id":"ad8dc5d7-90cd-43ed-b0c5-d5b99d7c02dd","description":{"content":"<p>(Required) DivisionId</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"1b0efb68-343d-4535-b627-ba6e5a522c2f","name":"Single Division for Requested Id","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/divisions/:id","host":["https://geminiapi.piervantage.com"],"path":["divisions",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Id\": \"<integer>\",\n  \"ShortName\": \"<string>\",\n  \"LongName\": \"<string>\",\n  \"DivisionNumber\": \"<string>\",\n  \"IsActive\": \"<boolean>\",\n  \"IsInternal\": \"<boolean>\",\n  \"PostByOperationalCodeDepartment\": \"<boolean>\",\n  \"PartUnbilledGeneralLedgerAccountId\": \"<integer>\",\n  \"PartUnbilledGeneralLedgerAccountName\": \"<string>\",\n  \"PartBilledGeneralLedgerAccountId\": \"<integer>\",\n  \"PartBilledGeneralLedgerAccountName\": \"<string>\",\n  \"PartNotBilledGeneralLedgerAccountId\": \"<integer>\",\n  \"PartNotBilledGeneralLedgerAccountName\": \"<string>\",\n  \"PartWarrantyGeneralLedgerAccountId\": \"<integer>\",\n  \"PartWarrantyGeneralLedgerAccountName\": \"<string>\",\n  \"PartIncomeGeneralLedgerAccountId\": \"<integer>\",\n  \"PartIncomeGeneralLedgerAccountName\": \"<string>\",\n  \"LaborUnbilledSourceGeneralLedgerAccountId\": \"<integer>\",\n  \"LaborUnbilledSourceGeneralLedgerAccountName\": \"<string>\",\n  \"LaborUnbilledDestinationGeneralLedgerAccountId\": \"<integer>\",\n  \"LaborUnbilledDestinationGeneralLedgerAccountName\": \"<string>\",\n  \"LaborBilledGeneralLedgerAccountId\": \"<integer>\",\n  \"LaborBilledGeneralLedgerAccountName\": \"<string>\",\n  \"LaborNotBilledGeneralLedgerAccountId\": \"<integer>\",\n  \"LaborNotBilledGeneralLedgerAccountName\": \"<string>\",\n  \"LaborWarrantyGeneralLedgerAccountId\": \"<integer>\",\n  \"LaborWarrantyGeneralLedgerAccountName\": \"<string>\",\n  \"LaborIncomeGeneralLedgerAccountId\": \"<integer>\",\n  \"LaborIncomeGeneralLedgerAccountName\": \"<string>\",\n  \"IncomeGeneralLedgerAccountId\": \"<number>\",\n  \"IncomeGeneralLedgerAccountName\": \"<string>\"\n}"},{"id":"b3b5b408-df1e-4a82-9f1d-246250f57c56","name":"Division not found","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/divisions/:id","host":["https://geminiapi.piervantage.com"],"path":["divisions",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4d61b263-4657-48ef-9bbe-f6e139785058"}],"id":"f0a841a2-ec77-46a2-aef8-ace6d69f755f","_postman_id":"f0a841a2-ec77-46a2-aef8-ace6d69f755f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}},{"name":"PayPeriods","item":[{"name":"Get Pay Period for a given date","id":"990af111-e13e-4ca0-99dc-5fcc55093da8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/EmployeePayPeriod?Date=<dateTime>","description":"<p>Get Pay Period for a given date</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["EmployeePayPeriod"],"host":["https://geminiapi.piervantage.com"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"Date","value":"<dateTime>"}],"variable":[]}},"response":[{"id":"942e5a79-6d73-4cb7-9e1e-755507413a0d","name":"Pay Period based on requested criteria","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/EmployeePayPeriod?Date=<dateTime>","host":["https://geminiapi.piervantage.com"],"path":["EmployeePayPeriod"],"query":[{"description":"(Required) ","key":"Date","value":"<dateTime>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Id\": \"<integer>\",\n  \"ShortName\": \"<string>\",\n  \"LaborStartDate\": \"<dateTime>\",\n  \"LaborEndDate\": \"<dateTime>\"\n}"}],"_postman_id":"990af111-e13e-4ca0-99dc-5fcc55093da8"}],"id":"4668dfb3-cfc4-4f75-94a3-834eea3dcf9e","_postman_id":"4668dfb3-cfc4-4f75-94a3-834eea3dcf9e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}},{"name":"Employees","item":[{"name":"Get Time Entries for an Employee","id":"684c29a2-da51-41e9-a07b-d4b8c4d9275a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/employees/:id/EmployeeTimeEntries?StartDate=<dateTime>&EndDate=<dateTime>","description":"<p>Get Time Entries for an Employee</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["employees",":id","EmployeeTimeEntries"],"host":["https://geminiapi.piervantage.com"],"query":[{"key":"StartDate","value":"<dateTime>"},{"key":"EndDate","value":"<dateTime>"}],"variable":[{"id":"476bdf6a-e0df-4fd3-87f5-f3f4b398383b","description":{"content":"<p>(Required) EmployeeId</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b9c7fa99-a224-4c11-86fa-c93c84d334f5","name":"Employee Time Entries for an employee based on requested criteria","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/employees/:id/EmployeeTimeEntries?StartDate=<dateTime>&EndDate=<dateTime>","host":["https://geminiapi.piervantage.com"],"path":["employees",":id","EmployeeTimeEntries"],"query":[{"key":"StartDate","value":"<dateTime>"},{"key":"EndDate","value":"<dateTime>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Id\": \"<integer>\",\n    \"Hours\": \"<double>\",\n    \"InTime\": \"<string>\",\n    \"OutTime\": \"<string>\",\n    \"LaborDate\": \"<dateTime>\",\n    \"Comment\": \"<string>\",\n    \"WorkOrderTaskId\": \"<integer>\",\n    \"WorkOrderTaskName\": \"<string>\",\n    \"WorkOrderOperationalCodeId\": \"<integer>\",\n    \"WorkOrderOperationalCodeName\": \"<string>\",\n    \"WorkOrderId\": \"<integer>\",\n    \"WorkOrderName\": \"<string>\",\n    \"BoatName\": \"<string>\",\n    \"Documents\": {}\n  },\n  {\n    \"Id\": \"<integer>\",\n    \"Hours\": \"<double>\",\n    \"InTime\": \"<string>\",\n    \"OutTime\": \"<string>\",\n    \"LaborDate\": \"<dateTime>\",\n    \"Comment\": \"<string>\",\n    \"WorkOrderTaskId\": \"<integer>\",\n    \"WorkOrderTaskName\": \"<string>\",\n    \"WorkOrderOperationalCodeId\": \"<integer>\",\n    \"WorkOrderOperationalCodeName\": \"<string>\",\n    \"WorkOrderId\": \"<integer>\",\n    \"WorkOrderName\": \"<string>\",\n    \"BoatName\": \"<string>\",\n    \"Documents\": {}\n  }\n]"}],"_postman_id":"684c29a2-da51-41e9-a07b-d4b8c4d9275a"},{"name":"Get currently active time clock for a given employee","id":"29110757-1a71-4137-a18b-717bb6993451","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/employees/:id/EmployeeTimeClock/Active","description":"<p>Get Time Entries for an Employee</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["employees",":id","EmployeeTimeClock","Active"],"host":["https://geminiapi.piervantage.com"],"query":[],"variable":[{"id":"959bd8e0-fd65-4e2e-a43b-a81e5d06a4cd","description":{"content":"<p>(Required) EmployeeID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"13537a13-9864-4740-9900-2fcdc39c526e","name":"Active Time Clock for Employee","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/employees/:id/EmployeeTimeClock/Active","host":["https://geminiapi.piervantage.com"],"path":["employees",":id","EmployeeTimeClock","Active"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"LaborDate\": \"<dateTime>\",\n  \"InTime\": \"<string>\",\n  \"OutTime\": \"<string>\",\n  \"WorkOrderTaskId\": \"<integer>\",\n  \"DisbursementLocationDetail\": {\n    \"WorkOrderTaskId\": \"<integer>\",\n    \"WorkOrderTaskName\": \"<string>\",\n    \"WorkOrderOperationalCodeId\": \"<integer>\",\n    \"WorkOrderOperationalCodeName\": \"<string>\",\n    \"WorkOrderId\": \"<integer>\",\n    \"WorkOrderName\": \"<string>\",\n    \"BoatName\": \"<string>\"\n  }\n}"}],"_postman_id":"29110757-1a71-4137-a18b-717bb6993451"}],"id":"b7e60b03-59e0-4156-a329-d2a96892f439","_postman_id":"b7e60b03-59e0-4156-a329-d2a96892f439","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}},{"name":"EmployeeTimeEntries","item":[{"name":"Get Time Entries for an Employee","id":"0f694153-eae3-4fbf-a3f1-13acc2745d49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/employees/:id/EmployeeTimeEntries?StartDate=<dateTime>&EndDate=<dateTime>","description":"<p>Get Time Entries for an Employee</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["employees",":id","EmployeeTimeEntries"],"host":["https://geminiapi.piervantage.com"],"query":[{"key":"StartDate","value":"<dateTime>"},{"key":"EndDate","value":"<dateTime>"}],"variable":[{"id":"6e4451fc-5e82-4cd5-97b1-59daf49e17ad","description":{"content":"<p>(Required) EmployeeId</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"64246173-364e-49e6-8399-1767d0ec44e8","name":"Employee Time Entries for an employee based on requested criteria","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/employees/:id/EmployeeTimeEntries?StartDate=<dateTime>&EndDate=<dateTime>","host":["https://geminiapi.piervantage.com"],"path":["employees",":id","EmployeeTimeEntries"],"query":[{"key":"StartDate","value":"<dateTime>"},{"key":"EndDate","value":"<dateTime>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Id\": \"<integer>\",\n    \"Hours\": \"<double>\",\n    \"InTime\": \"<string>\",\n    \"OutTime\": \"<string>\",\n    \"LaborDate\": \"<dateTime>\",\n    \"Comment\": \"<string>\",\n    \"WorkOrderTaskId\": \"<integer>\",\n    \"WorkOrderTaskName\": \"<string>\",\n    \"WorkOrderOperationalCodeId\": \"<integer>\",\n    \"WorkOrderOperationalCodeName\": \"<string>\",\n    \"WorkOrderId\": \"<integer>\",\n    \"WorkOrderName\": \"<string>\",\n    \"BoatName\": \"<string>\",\n    \"Documents\": {}\n  },\n  {\n    \"Id\": \"<integer>\",\n    \"Hours\": \"<double>\",\n    \"InTime\": \"<string>\",\n    \"OutTime\": \"<string>\",\n    \"LaborDate\": \"<dateTime>\",\n    \"Comment\": \"<string>\",\n    \"WorkOrderTaskId\": \"<integer>\",\n    \"WorkOrderTaskName\": \"<string>\",\n    \"WorkOrderOperationalCodeId\": \"<integer>\",\n    \"WorkOrderOperationalCodeName\": \"<string>\",\n    \"WorkOrderId\": \"<integer>\",\n    \"WorkOrderName\": \"<string>\",\n    \"BoatName\": \"<string>\",\n    \"Documents\": {}\n  }\n]"}],"_postman_id":"0f694153-eae3-4fbf-a3f1-13acc2745d49"}],"id":"c30dc764-f775-4181-8bde-13c59a5935a6","_postman_id":"c30dc764-f775-4181-8bde-13c59a5935a6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}},{"name":"EmployeeTimeClocks","item":[{"name":"Get currently active time clock for a given employee","id":"a01813b6-ed89-485a-b0ae-6eedd8a1f10a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/employees/:id/EmployeeTimeClock/Active","description":"<p>Get Time Entries for an Employee</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["employees",":id","EmployeeTimeClock","Active"],"host":["https://geminiapi.piervantage.com"],"query":[],"variable":[{"id":"37fa4e28-1ac1-4ed3-a6d6-f4637bb8b4bf","description":{"content":"<p>(Required) EmployeeID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"8482019c-dbc4-46e6-b765-d60f951ab804","name":"Active Time Clock for Employee","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/employees/:id/EmployeeTimeClock/Active","host":["https://geminiapi.piervantage.com"],"path":["employees",":id","EmployeeTimeClock","Active"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"LaborDate\": \"<dateTime>\",\n  \"InTime\": \"<string>\",\n  \"OutTime\": \"<string>\",\n  \"WorkOrderTaskId\": \"<integer>\",\n  \"DisbursementLocationDetail\": {\n    \"WorkOrderTaskId\": \"<integer>\",\n    \"WorkOrderTaskName\": \"<string>\",\n    \"WorkOrderOperationalCodeId\": \"<integer>\",\n    \"WorkOrderOperationalCodeName\": \"<string>\",\n    \"WorkOrderId\": \"<integer>\",\n    \"WorkOrderName\": \"<string>\",\n    \"BoatName\": \"<string>\"\n  }\n}"}],"_postman_id":"a01813b6-ed89-485a-b0ae-6eedd8a1f10a"}],"id":"7cc21835-3bfc-4b28-ba7a-9468aae660a1","_postman_id":"7cc21835-3bfc-4b28-ba7a-9468aae660a1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}},{"name":"general-ledger-transactions","item":[{"name":"Get General Ledger Transactions","id":"f77d561a-aab4-4324-8592-75d31ee6d19c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Api-Version","value":"<string>","description":"<p>API Version</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"StartDate\": \"2026-01-01T00:00:00\",\n  \"EndDate\": \"2026-01-05T00:00:00\",\n  \"MarkAsExported\": false,\n  \"PageNumber\": 1,\n  \"PageSize\": 10000\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{apiUrl}}/general-ledger-transactions/export","description":"<p>Exports GeneralLedgerTransactions by page based on parameters. Optionally, marks them as exported so they cannot be exported again.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["general-ledger-transactions","export"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"444c1c33-d680-4b22-b320-fcdfe6973154","name":"List of General Ledger Transactions","originalRequest":{"method":"POST","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"StartDate\": \"<dateTime>\",\n  \"EndDate\": \"<dateTime>\",\n  \"MarkAsExported\": \"<boolean>\",\n  \"PageNumber\": \"<integer>\",\n  \"PageSize\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://geminiapi.piervantage.com/general-ledger-transactions/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ExternalId\": \"<integer>\",\n  \"Date\": \"<dateTime>\",\n  \"Memo\": \"<string>\",\n  \"TransactionLines\": [\n    {\n      \"Account\": \"<string>\",\n      \"PVAccount\": \"<string>\",\n      \"Department\": \"<string>\",\n      \"Memo\": \"<string>\",\n      \"RegLoc\": \"<string>\",\n      \"Dr\": \"<number>\",\n      \"Cr\": \"<number>\"\n    },\n    {\n      \"Account\": \"<string>\",\n      \"PVAccount\": \"<string>\",\n      \"Department\": \"<string>\",\n      \"Memo\": \"<string>\",\n      \"RegLoc\": \"<string>\",\n      \"Dr\": \"<number>\",\n      \"Cr\": \"<number>\"\n    }\n  ]\n}"}],"_postman_id":"f77d561a-aab4-4324-8592-75d31ee6d19c"}],"id":"bc6054dd-f810-4e33-9b4e-d74b7522d010","_postman_id":"bc6054dd-f810-4e33-9b4e-d74b7522d010","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}},{"name":"WorkOrders","item":[{"name":"Get Work Orders based on a Filter Criteria","id":"af62f674-e96d-46f8-86b6-99c3233e012e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/workOrders?AccountId=<integer>&AccountName=<string>&AccountBoatMappingId=<integer>&BoatName=<string>&IncludeWorkOrders=<boolean>&IncludeEstimates=<boolean>&IncludeTemplates=<boolean>&IncludeEstimateTemplates=<boolean>&IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["workOrders"],"host":["https://geminiapi.piervantage.com"],"query":[{"description":{"content":"<p>Get Work Orders belonging to this Account</p>\n","type":"text/plain"},"key":"AccountId","value":"<integer>"},{"description":{"content":"<p>Full or Partial Account Name</p>\n","type":"text/plain"},"key":"AccountName","value":"<string>"},{"description":{"content":"<p>Get Work Orders belonging to a particular Boat</p>\n","type":"text/plain"},"key":"AccountBoatMappingId","value":"<integer>"},{"description":{"content":"<p>Full or Partial Boat Name</p>\n","type":"text/plain"},"key":"BoatName","value":"<string>"},{"description":{"content":"<p>Include Work Orders in response. Set to true by default</p>\n","type":"text/plain"},"key":"IncludeWorkOrders","value":"<boolean>"},{"description":{"content":"<p>Include Estimates in response.</p>\n","type":"text/plain"},"key":"IncludeEstimates","value":"<boolean>"},{"description":{"content":"<p>Include Templates in response</p>\n","type":"text/plain"},"key":"IncludeTemplates","value":"<boolean>"},{"description":{"content":"<p>Include Estimate Templates in response</p>\n","type":"text/plain"},"key":"IncludeEstimateTemplates","value":"<boolean>"},{"description":{"content":"<p>Include Inactive Work Orders in response</p>\n","type":"text/plain"},"key":"IncludeInactive","value":"<boolean>"},{"description":{"content":"<p>Include Deleted work orders in response</p>\n","type":"text/plain"},"key":"IncludeDeleted","value":"<boolean>"},{"description":{"content":"<p>Only include Work Orders Created before or after this datetime</p>\n","type":"text/plain"},"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Only include Work Orders Created before or after this datetime</p>\n","type":"text/plain"},"key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return work orders created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return work orders updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"4564404e-c655-439a-bc26-96f2995b7785","name":"List of Work Orders based on requested filters","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/workOrders?AccountId=<integer>&AccountName=<string>&AccountBoatMappingId=<integer>&BoatName=<string>&IncludeWorkOrders=<boolean>&IncludeEstimates=<boolean>&IncludeTemplates=<boolean>&IncludeEstimateTemplates=<boolean>&IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://geminiapi.piervantage.com"],"path":["workOrders"],"query":[{"description":"Get Work Orders belonging to this Account","key":"AccountId","value":"<integer>"},{"description":"Full or Partial Account Name","key":"AccountName","value":"<string>"},{"description":"Get Work Orders belonging to a particular Boat","key":"AccountBoatMappingId","value":"<integer>"},{"description":"Full or Partial Boat Name","key":"BoatName","value":"<string>"},{"description":"Include Work Orders in response. Set to true by default","key":"IncludeWorkOrders","value":"<boolean>"},{"description":"Include Estimates in response.","key":"IncludeEstimates","value":"<boolean>"},{"description":"Include Templates in response","key":"IncludeTemplates","value":"<boolean>"},{"description":"Include Estimate Templates in response","key":"IncludeEstimateTemplates","value":"<boolean>"},{"description":"Include Inactive Work Orders in response","key":"IncludeInactive","value":"<boolean>"},{"description":"Include Deleted work orders in response","key":"IncludeDeleted","value":"<boolean>"},{"description":"Only include Work Orders Created before or after this datetime","key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Only include Work Orders Created before or after this datetime","key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return work orders created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.","key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":"Return work orders updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.","key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Records\": [\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"LongName\": \"<string>\",\n      \"AccountId\": \"<integer>\",\n      \"AccountName\": \"<string>\",\n      \"AccountBoatMappingId\": \"<integer>\",\n      \"BoatId\": \"<integer>\",\n      \"BoatName\": \"<string>\",\n      \"CompanyLocationId\": \"<integer>\",\n      \"CompanyLocationName\": \"<string>\",\n      \"DivisionId\": \"<integer>\",\n      \"DivisionName\": \"<string>\",\n      \"ServiceManagerEmployeeId\": \"<integer>\",\n      \"ServiceManagerName\": \"<string>\",\n      \"WorkOrderStatusId\": \"<integer>\",\n      \"WorkOrderStatusName\": \"<string>\",\n      \"LaunchDate\": \"<dateTime>\",\n      \"HaulDate\": \"<dateTime>\",\n      \"IsWorkOrder\": \"<boolean>\",\n      \"IsEstimate\": \"<boolean>\",\n      \"IsTemplate\": \"<boolean>\",\n      \"IsEstimateTemplate\": \"<boolean>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    },\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"LongName\": \"<string>\",\n      \"AccountId\": \"<integer>\",\n      \"AccountName\": \"<string>\",\n      \"AccountBoatMappingId\": \"<integer>\",\n      \"BoatId\": \"<integer>\",\n      \"BoatName\": \"<string>\",\n      \"CompanyLocationId\": \"<integer>\",\n      \"CompanyLocationName\": \"<string>\",\n      \"DivisionId\": \"<integer>\",\n      \"DivisionName\": \"<string>\",\n      \"ServiceManagerEmployeeId\": \"<integer>\",\n      \"ServiceManagerName\": \"<string>\",\n      \"WorkOrderStatusId\": \"<integer>\",\n      \"WorkOrderStatusName\": \"<string>\",\n      \"LaunchDate\": \"<dateTime>\",\n      \"HaulDate\": \"<dateTime>\",\n      \"IsWorkOrder\": \"<boolean>\",\n      \"IsEstimate\": \"<boolean>\",\n      \"IsTemplate\": \"<boolean>\",\n      \"IsEstimateTemplate\": \"<boolean>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    }\n  ],\n  \"RecordCount\": \"<integer>\",\n  \"PageNumber\": \"<integer>\",\n  \"PageSize\": \"<integer>\",\n  \"PageCount\": \"<integer>\"\n}"}],"_postman_id":"af62f674-e96d-46f8-86b6-99c3233e012e"},{"name":"Gets opcodes for a work order","id":"7fb206bc-719e-4020-ae58-a3423f06e3bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/workOrders/:workOrderId/workOrderOperationalCodes?IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["workOrders",":workOrderId","workOrderOperationalCodes"],"host":["https://geminiapi.piervantage.com"],"query":[{"description":{"content":"<p>If set to true, results will include inactive contacts</p>\n","type":"text/plain"},"key":"IncludeInactive","value":"<boolean>"},{"description":{"content":"<p>If set to true, results will include deleted contacts</p>\n","type":"text/plain"},"key":"IncludeDeleted","value":"<boolean>"},{"description":{"content":"<p>Return opCodes created on or before this DateTime in UTC</p>\n","type":"text/plain"},"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return opCodes updated on or before this DateTime in UTC</p>\n","type":"text/plain"},"key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return opCodes created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return opCodes updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[{"id":"af8098f1-02f4-4138-980d-19eed28afad7","description":{"content":"<p>(Required) Unique Identifier of the work order for which op codes are requested</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"workOrderId"}]}},"response":[{"id":"867e4291-6613-46bb-8369-8e5b3b0b3da7","name":"List of op codes belonging to a work order","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/workOrders/:workOrderId/workOrderOperationalCodes?IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://geminiapi.piervantage.com"],"path":["workOrders",":workOrderId","workOrderOperationalCodes"],"query":[{"description":"If set to true, results will include inactive contacts","key":"IncludeInactive","value":"<boolean>"},{"description":"If set to true, results will include deleted contacts","key":"IncludeDeleted","value":"<boolean>"},{"description":"Return opCodes created on or before this DateTime in UTC","key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return opCodes updated on or before this DateTime in UTC","key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return opCodes created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.","key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":"Return opCodes updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.","key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[{"key":"workOrderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Records\": [\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"LongName\": \"<string>\",\n      \"WorkOrderId\": \"<integer>\",\n      \"CompanyLocationId\": \"<integer>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"WorkOrderTasks\": [\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\",\n          \"InternalInstructions\": \"<string>\",\n          \"Estimate\": {\n            \"CustomerEstimatedHours\": \"<number>\",\n            \"CustomerEstimatedPartsTotal\": \"<number>\",\n            \"CustomerEstimatedTotalCharges\": \"<number>\"\n          }\n        },\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\",\n          \"InternalInstructions\": \"<string>\",\n          \"Estimate\": {\n            \"CustomerEstimatedHours\": \"<number>\",\n            \"CustomerEstimatedPartsTotal\": \"<number>\",\n            \"CustomerEstimatedTotalCharges\": \"<number>\"\n          }\n        }\n      ],\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    },\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"LongName\": \"<string>\",\n      \"WorkOrderId\": \"<integer>\",\n      \"CompanyLocationId\": \"<integer>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"WorkOrderTasks\": [\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\",\n          \"InternalInstructions\": \"<string>\",\n          \"Estimate\": {\n            \"CustomerEstimatedHours\": \"<number>\",\n            \"CustomerEstimatedPartsTotal\": \"<number>\",\n            \"CustomerEstimatedTotalCharges\": \"<number>\"\n          }\n        },\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\",\n          \"InternalInstructions\": \"<string>\",\n          \"Estimate\": {\n            \"CustomerEstimatedHours\": \"<number>\",\n            \"CustomerEstimatedPartsTotal\": \"<number>\",\n            \"CustomerEstimatedTotalCharges\": \"<number>\"\n          }\n        }\n      ],\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    }\n  ],\n  \"RecordCount\": \"<integer>\",\n  \"PageNumber\": \"<integer>\",\n  \"PageSize\": \"<integer>\",\n  \"PageCount\": \"<integer>\"\n}"}],"_postman_id":"7fb206bc-719e-4020-ae58-a3423f06e3bf"},{"name":"Updates HaulDate in specified WorkOrder","id":"4f0e4112-346a-41bd-a3e1-c33baff1e3dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<dateTime>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://geminiapi.piervantage.com/workOrders/:workOrderId/haulDate","description":"<p>Updates HaulDate in specified WorkOrder</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["workOrders",":workOrderId","haulDate"],"host":["https://geminiapi.piervantage.com"],"query":[],"variable":[{"id":"2ba2cfc3-38e1-4f68-93e2-40ac88a4e78e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"workOrderId"}]}},"response":[{"id":"b583e97c-e0f2-474a-b4ee-4c65d10addf2","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"<dateTime>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://geminiapi.piervantage.com/workOrders/:workOrderId/haulDate","host":["https://geminiapi.piervantage.com"],"path":["workOrders",":workOrderId","haulDate"],"variable":[{"key":"workOrderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4f0e4112-346a-41bd-a3e1-c33baff1e3dc"},{"name":"Updates LaunchDate in specified WorkOrder","id":"134af6b9-eafe-4895-ab72-7f5c5e899a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<dateTime>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://geminiapi.piervantage.com/workOrders/:workOrderId/launchDate","description":"<p>Updates LaunchDate in specified WorkOrder</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["workOrders",":workOrderId","launchDate"],"host":["https://geminiapi.piervantage.com"],"query":[],"variable":[{"id":"18613764-5efc-4bf1-900a-7b9f2b77e981","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"workOrderId"}]}},"response":[{"id":"5a6178de-21ce-4b27-ace0-b300cb298edb","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"<dateTime>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://geminiapi.piervantage.com/workOrders/:workOrderId/launchDate","host":["https://geminiapi.piervantage.com"],"path":["workOrders",":workOrderId","launchDate"],"variable":[{"key":"workOrderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"134af6b9-eafe-4895-ab72-7f5c5e899a7a"},{"name":"Get Work Order Operational Codes by Id","id":"6eef46f3-2e6f-4b0f-adda-91b6126780bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/workOrderOperationalCodes/:id?IncludeTasks=<boolean>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["workOrderOperationalCodes",":id"],"host":["https://geminiapi.piervantage.com"],"query":[{"description":{"content":"<p>If true, will include task level info in the opcode return data. If false, tasks return as null</p>\n","type":"text/plain"},"key":"IncludeTasks","value":"<boolean>"}],"variable":[{"id":"c1a9e353-892e-44f1-93f3-2a8cc3619b53","description":{"content":"<p>(Required) Unique identifier of the work order op code for which opcode data is being requested</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"bd9c1c03-098f-499a-b2d7-e962aaf9d69d","name":"Success","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/workOrderOperationalCodes/:id?IncludeTasks=<boolean>","host":["https://geminiapi.piervantage.com"],"path":["workOrderOperationalCodes",":id"],"query":[{"description":"If true, will include task level info in the opcode return data. If false, tasks return as null","key":"IncludeTasks","value":"<boolean>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Id\": \"<integer>\",\n  \"ShortName\": \"<string>\",\n  \"LongName\": \"<string>\",\n  \"WorkOrderId\": \"<integer>\",\n  \"CompanyLocationId\": \"<integer>\",\n  \"IsActive\": \"<boolean>\",\n  \"IsDeleted\": \"<boolean>\",\n  \"WorkOrderTasks\": [\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"InternalInstructions\": \"<string>\",\n      \"Estimate\": {\n        \"CustomerEstimatedHours\": \"<number>\",\n        \"CustomerEstimatedPartsTotal\": \"<number>\",\n        \"CustomerEstimatedTotalCharges\": \"<number>\"\n      }\n    },\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"InternalInstructions\": \"<string>\",\n      \"Estimate\": {\n        \"CustomerEstimatedHours\": \"<number>\",\n        \"CustomerEstimatedPartsTotal\": \"<number>\",\n        \"CustomerEstimatedTotalCharges\": \"<number>\"\n      }\n    }\n  ],\n  \"CreatedDtmUtc\": \"<dateTime>\",\n  \"UpdatedDtmUtc\": \"<dateTime>\"\n}"}],"_postman_id":"6eef46f3-2e6f-4b0f-adda-91b6126780bd"}],"id":"949e2769-2f79-4f45-aadd-82bee3a4debe","_postman_id":"949e2769-2f79-4f45-aadd-82bee3a4debe","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}},{"name":"WorkOrderOperationalCodes","item":[{"name":"Gets opcodes for a work order","id":"c4fc9fa3-daee-4cc7-b5c4-0b192a50c564","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/workOrders/:workOrderId/workOrderOperationalCodes?IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["workOrders",":workOrderId","workOrderOperationalCodes"],"host":["https://geminiapi.piervantage.com"],"query":[{"description":{"content":"<p>If set to true, results will include inactive contacts</p>\n","type":"text/plain"},"key":"IncludeInactive","value":"<boolean>"},{"description":{"content":"<p>If set to true, results will include deleted contacts</p>\n","type":"text/plain"},"key":"IncludeDeleted","value":"<boolean>"},{"description":{"content":"<p>Return opCodes created on or before this DateTime in UTC</p>\n","type":"text/plain"},"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return opCodes updated on or before this DateTime in UTC</p>\n","type":"text/plain"},"key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return opCodes created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return opCodes updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[{"id":"c7950984-09ae-48b2-8459-246a0ad2f9b3","description":{"content":"<p>(Required) Unique Identifier of the work order for which op codes are requested</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"workOrderId"}]}},"response":[{"id":"1c408dec-c11e-4cc4-a60a-36ebce78ebb9","name":"List of op codes belonging to a work order","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/workOrders/:workOrderId/workOrderOperationalCodes?IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://geminiapi.piervantage.com"],"path":["workOrders",":workOrderId","workOrderOperationalCodes"],"query":[{"description":"If set to true, results will include inactive contacts","key":"IncludeInactive","value":"<boolean>"},{"description":"If set to true, results will include deleted contacts","key":"IncludeDeleted","value":"<boolean>"},{"description":"Return opCodes created on or before this DateTime in UTC","key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return opCodes updated on or before this DateTime in UTC","key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return opCodes created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.","key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":"Return opCodes updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.","key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[{"key":"workOrderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Records\": [\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"LongName\": \"<string>\",\n      \"WorkOrderId\": \"<integer>\",\n      \"CompanyLocationId\": \"<integer>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"WorkOrderTasks\": [\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\",\n          \"InternalInstructions\": \"<string>\",\n          \"Estimate\": {\n            \"CustomerEstimatedHours\": \"<number>\",\n            \"CustomerEstimatedPartsTotal\": \"<number>\",\n            \"CustomerEstimatedTotalCharges\": \"<number>\"\n          }\n        },\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\",\n          \"InternalInstructions\": \"<string>\",\n          \"Estimate\": {\n            \"CustomerEstimatedHours\": \"<number>\",\n            \"CustomerEstimatedPartsTotal\": \"<number>\",\n            \"CustomerEstimatedTotalCharges\": \"<number>\"\n          }\n        }\n      ],\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    },\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"LongName\": \"<string>\",\n      \"WorkOrderId\": \"<integer>\",\n      \"CompanyLocationId\": \"<integer>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"WorkOrderTasks\": [\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\",\n          \"InternalInstructions\": \"<string>\",\n          \"Estimate\": {\n            \"CustomerEstimatedHours\": \"<number>\",\n            \"CustomerEstimatedPartsTotal\": \"<number>\",\n            \"CustomerEstimatedTotalCharges\": \"<number>\"\n          }\n        },\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\",\n          \"InternalInstructions\": \"<string>\",\n          \"Estimate\": {\n            \"CustomerEstimatedHours\": \"<number>\",\n            \"CustomerEstimatedPartsTotal\": \"<number>\",\n            \"CustomerEstimatedTotalCharges\": \"<number>\"\n          }\n        }\n      ],\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    }\n  ],\n  \"RecordCount\": \"<integer>\",\n  \"PageNumber\": \"<integer>\",\n  \"PageSize\": \"<integer>\",\n  \"PageCount\": \"<integer>\"\n}"}],"_postman_id":"c4fc9fa3-daee-4cc7-b5c4-0b192a50c564"},{"name":"Gets opcodes as per request filters by page","id":"aa7eb49c-c903-460b-8aa7-d73b83aee73a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/workOrderOperationalCodes?workOrderId=<integer>&IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["workOrderOperationalCodes"],"host":["https://geminiapi.piervantage.com"],"query":[{"description":{"content":"<p>Unique Identifier of the work order for which op codes are requested</p>\n","type":"text/plain"},"key":"workOrderId","value":"<integer>"},{"description":{"content":"<p>If set to true, results will include inactive contacts</p>\n","type":"text/plain"},"key":"IncludeInactive","value":"<boolean>"},{"description":{"content":"<p>If set to true, results will include deleted contacts</p>\n","type":"text/plain"},"key":"IncludeDeleted","value":"<boolean>"},{"description":{"content":"<p>Return opCodes created on or before this DateTime in UTC</p>\n","type":"text/plain"},"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return opCodes updated on or before this DateTime in UTC</p>\n","type":"text/plain"},"key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return opCodes created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":{"content":"<p>Return opCodes updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.</p>\n","type":"text/plain"},"key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"ba4ae91d-1c2c-4225-8043-28f824a5d162","name":"List of op codes","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/workOrderOperationalCodes?workOrderId=<integer>&IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://geminiapi.piervantage.com"],"path":["workOrderOperationalCodes"],"query":[{"description":"Unique Identifier of the work order for which op codes are requested","key":"workOrderId","value":"<integer>"},{"description":"If set to true, results will include inactive contacts","key":"IncludeInactive","value":"<boolean>"},{"description":"If set to true, results will include deleted contacts","key":"IncludeDeleted","value":"<boolean>"},{"description":"Return opCodes created on or before this DateTime in UTC","key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return opCodes updated on or before this DateTime in UTC","key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"description":"Return opCodes created on or after this DateTime in UTC. Note this takes precedence over CreatedBeforeDtmUtc if both are present.","key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"description":"Return opCodes updated on or after this DateTime in UTC. Note this takes precedence over UpdatedBeforeDtmUtc if both are present.","key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Records\": [\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"LongName\": \"<string>\",\n      \"WorkOrderId\": \"<integer>\",\n      \"CompanyLocationId\": \"<integer>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"WorkOrderTasks\": [\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\",\n          \"InternalInstructions\": \"<string>\",\n          \"Estimate\": {\n            \"CustomerEstimatedHours\": \"<number>\",\n            \"CustomerEstimatedPartsTotal\": \"<number>\",\n            \"CustomerEstimatedTotalCharges\": \"<number>\"\n          }\n        },\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\",\n          \"InternalInstructions\": \"<string>\",\n          \"Estimate\": {\n            \"CustomerEstimatedHours\": \"<number>\",\n            \"CustomerEstimatedPartsTotal\": \"<number>\",\n            \"CustomerEstimatedTotalCharges\": \"<number>\"\n          }\n        }\n      ],\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    },\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"LongName\": \"<string>\",\n      \"WorkOrderId\": \"<integer>\",\n      \"CompanyLocationId\": \"<integer>\",\n      \"IsActive\": \"<boolean>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"WorkOrderTasks\": [\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\",\n          \"InternalInstructions\": \"<string>\",\n          \"Estimate\": {\n            \"CustomerEstimatedHours\": \"<number>\",\n            \"CustomerEstimatedPartsTotal\": \"<number>\",\n            \"CustomerEstimatedTotalCharges\": \"<number>\"\n          }\n        },\n        {\n          \"Id\": \"<integer>\",\n          \"ShortName\": \"<string>\",\n          \"InternalInstructions\": \"<string>\",\n          \"Estimate\": {\n            \"CustomerEstimatedHours\": \"<number>\",\n            \"CustomerEstimatedPartsTotal\": \"<number>\",\n            \"CustomerEstimatedTotalCharges\": \"<number>\"\n          }\n        }\n      ],\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    }\n  ],\n  \"RecordCount\": \"<integer>\",\n  \"PageNumber\": \"<integer>\",\n  \"PageSize\": \"<integer>\",\n  \"PageCount\": \"<integer>\"\n}"}],"_postman_id":"aa7eb49c-c903-460b-8aa7-d73b83aee73a"},{"name":"Get Work Order Operational Codes by Id","id":"ea021b22-315c-47c0-95a7-dbf8ee050fb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/workOrderOperationalCodes/:id?IncludeTasks=<boolean>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["workOrderOperationalCodes",":id"],"host":["https://geminiapi.piervantage.com"],"query":[{"description":{"content":"<p>If true, will include task level info in the opcode return data. If false, tasks return as null</p>\n","type":"text/plain"},"key":"IncludeTasks","value":"<boolean>"}],"variable":[{"id":"2228c096-993d-44c1-8383-4ea2f3e38ec2","description":{"content":"<p>(Required) Unique identifier of the work order op code for which opcode data is being requested</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c1fa97fe-f9a3-435c-a0b2-2cad53a925df","name":"Success","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/workOrderOperationalCodes/:id?IncludeTasks=<boolean>","host":["https://geminiapi.piervantage.com"],"path":["workOrderOperationalCodes",":id"],"query":[{"description":"If true, will include task level info in the opcode return data. If false, tasks return as null","key":"IncludeTasks","value":"<boolean>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Id\": \"<integer>\",\n  \"ShortName\": \"<string>\",\n  \"LongName\": \"<string>\",\n  \"WorkOrderId\": \"<integer>\",\n  \"CompanyLocationId\": \"<integer>\",\n  \"IsActive\": \"<boolean>\",\n  \"IsDeleted\": \"<boolean>\",\n  \"WorkOrderTasks\": [\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"InternalInstructions\": \"<string>\",\n      \"Estimate\": {\n        \"CustomerEstimatedHours\": \"<number>\",\n        \"CustomerEstimatedPartsTotal\": \"<number>\",\n        \"CustomerEstimatedTotalCharges\": \"<number>\"\n      }\n    },\n    {\n      \"Id\": \"<integer>\",\n      \"ShortName\": \"<string>\",\n      \"InternalInstructions\": \"<string>\",\n      \"Estimate\": {\n        \"CustomerEstimatedHours\": \"<number>\",\n        \"CustomerEstimatedPartsTotal\": \"<number>\",\n        \"CustomerEstimatedTotalCharges\": \"<number>\"\n      }\n    }\n  ],\n  \"CreatedDtmUtc\": \"<dateTime>\",\n  \"UpdatedDtmUtc\": \"<dateTime>\"\n}"}],"_postman_id":"ea021b22-315c-47c0-95a7-dbf8ee050fb2"}],"id":"9d790b67-6424-4be3-ab6c-df060901e450","_postman_id":"9d790b67-6424-4be3-ab6c-df060901e450","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}},{"name":"WorkOrderTaskEstimates","item":[{"name":"Get list of WorkOrderTaskEstimates as per requested filters","id":"07db1369-2327-425d-8ca9-3c8ba37fb092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/workOrderTaskEstimates?WorkOrderTaskId=<integer>&WorkOrderOperationalCodeId=<integer>&WorkOrderId=<integer>&IncludeDeleted=<boolean>&IncludePreviousEstimates=<boolean>&CreatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["workOrderTaskEstimates"],"host":["https://geminiapi.piervantage.com"],"query":[{"key":"WorkOrderTaskId","value":"<integer>"},{"key":"WorkOrderOperationalCodeId","value":"<integer>"},{"key":"WorkOrderId","value":"<integer>"},{"key":"IncludeDeleted","value":"<boolean>"},{"key":"IncludePreviousEstimates","value":"<boolean>"},{"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"260955a1-fabe-4f7a-bfe6-119ced68dc9f","name":"success","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/workOrderTaskEstimates?WorkOrderTaskId=<integer>&WorkOrderOperationalCodeId=<integer>&WorkOrderId=<integer>&IncludeDeleted=<boolean>&IncludePreviousEstimates=<boolean>&CreatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://geminiapi.piervantage.com"],"path":["workOrderTaskEstimates"],"query":[{"key":"WorkOrderTaskId","value":"<integer>"},{"key":"WorkOrderOperationalCodeId","value":"<integer>"},{"key":"WorkOrderId","value":"<integer>"},{"key":"IncludeDeleted","value":"<boolean>"},{"key":"IncludePreviousEstimates","value":"<boolean>"},{"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Records\": [\n    {\n      \"Id\": \"<integer>\",\n      \"WorkOrderTaskId\": \"<integer>\",\n      \"WorkOrderOperationalCodeId\": \"<integer>\",\n      \"WorkOrderId\": \"<integer>\",\n      \"CompanyLocationId\": \"<integer>\",\n      \"IsCurrentEstimate\": \"<boolean>\",\n      \"EstimatedHours\": \"<double>\",\n      \"EstimatedHoursRemaining\": \"<double>\",\n      \"EstimateChangeReason\": \"<string>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"OverheadRate\": \"<double>\",\n      \"HourlyRate\": \"<double>\",\n      \"CustomerEstimatedHours\": \"<double>\",\n      \"CustomerEstimatedPartsAmount\": \"<double>\",\n      \"CustomerEstimatedServiceChargeAmount\": \"<double>\"\n    },\n    {\n      \"Id\": \"<integer>\",\n      \"WorkOrderTaskId\": \"<integer>\",\n      \"WorkOrderOperationalCodeId\": \"<integer>\",\n      \"WorkOrderId\": \"<integer>\",\n      \"CompanyLocationId\": \"<integer>\",\n      \"IsCurrentEstimate\": \"<boolean>\",\n      \"EstimatedHours\": \"<double>\",\n      \"EstimatedHoursRemaining\": \"<double>\",\n      \"EstimateChangeReason\": \"<string>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"OverheadRate\": \"<double>\",\n      \"HourlyRate\": \"<double>\",\n      \"CustomerEstimatedHours\": \"<double>\",\n      \"CustomerEstimatedPartsAmount\": \"<double>\",\n      \"CustomerEstimatedServiceChargeAmount\": \"<double>\"\n    }\n  ],\n  \"RecordCount\": \"<integer>\",\n  \"PageNumber\": \"<integer>\",\n  \"PageSize\": \"<integer>\",\n  \"PageCount\": \"<integer>\"\n}"}],"_postman_id":"07db1369-2327-425d-8ca9-3c8ba37fb092"}],"id":"1a6d3727-3c46-429d-a500-0bddb435e318","_postman_id":"1a6d3727-3c46-429d-a500-0bddb435e318","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}},{"name":"WorkOrderTaskLabors","item":[{"name":"Get list of WorkOrderTaskLabors as per requested filters","id":"c3201f2c-997f-49e2-91aa-2384e18c4440","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/workOrderTaskLabors?WorkOrderOperationalCodeId=<integer>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["workOrderTaskLabors"],"host":["https://geminiapi.piervantage.com"],"query":[{"key":"WorkOrderOperationalCodeId","value":"<integer>"},{"key":"IncludeDeleted","value":"<boolean>"},{"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"8178a367-fd71-4ce0-b31d-0296bd4bc0cd","name":"success","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/workOrderTaskLabors?WorkOrderOperationalCodeId=<integer>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://geminiapi.piervantage.com"],"path":["workOrderTaskLabors"],"query":[{"key":"WorkOrderOperationalCodeId","value":"<integer>"},{"key":"IncludeDeleted","value":"<boolean>"},{"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Records\": [\n    {\n      \"Id\": \"<integer>\",\n      \"TaskDate\": \"<dateTime>\",\n      \"EmployeeId\": \"<integer>\",\n      \"EmployeeName\": \"<string>\",\n      \"TaskHours\": \"<double>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\",\n      \"WorkOrderOperationalCodeId\": \"<integer>\",\n      \"CompanyLocationId\": \"<integer>\"\n    },\n    {\n      \"Id\": \"<integer>\",\n      \"TaskDate\": \"<dateTime>\",\n      \"EmployeeId\": \"<integer>\",\n      \"EmployeeName\": \"<string>\",\n      \"TaskHours\": \"<double>\",\n      \"IsDeleted\": \"<boolean>\",\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\",\n      \"WorkOrderOperationalCodeId\": \"<integer>\",\n      \"CompanyLocationId\": \"<integer>\"\n    }\n  ],\n  \"RecordCount\": \"<integer>\",\n  \"PageNumber\": \"<integer>\",\n  \"PageSize\": \"<integer>\",\n  \"PageCount\": \"<integer>\"\n}"}],"_postman_id":"c3201f2c-997f-49e2-91aa-2384e18c4440"}],"id":"effb1c06-1e73-4e3a-9251-986d324f9cdb","_postman_id":"effb1c06-1e73-4e3a-9251-986d324f9cdb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}},{"name":"WorkOrderTaskLaborAdvEstimates","item":[{"name":"Gets list of EstimatedLabor on a task.","id":"8e88a94d-2024-46a8-b96a-9de0e19b1c8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://geminiapi.piervantage.com/workOrderTaskLaborAdvEstimates?WorkOrderOperationalCodeId=<integer>&WorkOrderTaskId=<integer>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","description":"<p>Gets list of EstimatedLabor on a task.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["workOrderTaskLaborAdvEstimates"],"host":["https://geminiapi.piervantage.com"],"query":[{"key":"WorkOrderOperationalCodeId","value":"<integer>"},{"key":"WorkOrderTaskId","value":"<integer>"},{"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"ff547db9-d8d4-4f8e-9e99-86e5995b949d","name":"Success","originalRequest":{"method":"GET","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/workOrderTaskLaborAdvEstimates?WorkOrderOperationalCodeId=<integer>&WorkOrderTaskId=<integer>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://geminiapi.piervantage.com"],"path":["workOrderTaskLaborAdvEstimates"],"query":[{"key":"WorkOrderOperationalCodeId","value":"<integer>"},{"key":"WorkOrderTaskId","value":"<integer>"},{"key":"CreatedBeforeDtmUtc","value":"<dateTime>"},{"key":"UpdatedBeforeDtmUtc","value":"<dateTime>"},{"key":"CreatedAfterDtmUtc","value":"<dateTime>"},{"key":"UpdatedAfterDtmUtc","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Records\": [\n    {\n      \"Id\": \"<integer>\",\n      \"WorkOrderTaskId\": \"<integer>\",\n      \"WorkOrderOperationalCodeId\": \"<integer>\",\n      \"InternalEstimateHours\": \"<double>\",\n      \"CustomerEstimateHours\": \"<double>\",\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    },\n    {\n      \"Id\": \"<integer>\",\n      \"WorkOrderTaskId\": \"<integer>\",\n      \"WorkOrderOperationalCodeId\": \"<integer>\",\n      \"InternalEstimateHours\": \"<double>\",\n      \"CustomerEstimateHours\": \"<double>\",\n      \"CreatedDtmUtc\": \"<dateTime>\",\n      \"UpdatedDtmUtc\": \"<dateTime>\"\n    }\n  ],\n  \"RecordCount\": \"<integer>\",\n  \"PageNumber\": \"<integer>\",\n  \"PageSize\": \"<integer>\",\n  \"PageCount\": \"<integer>\"\n}"}],"_postman_id":"8e88a94d-2024-46a8-b96a-9de0e19b1c8a"}],"id":"cdf031d9-8d6a-4eda-816f-b099f7bb7c35","_postman_id":"cdf031d9-8d6a-4eda-816f-b099f7bb7c35","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}},{"name":"WorkOrderTaskSchedules","item":[{"name":"Adds WorkOrderTaskSchedule for an employee","id":"1bdcad76-eac6-4a1e-b72b-665f0d4583ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"WorkOrderTaskId\": \"<integer>\",\n  \"EmployeeId\": \"<integer>\",\n  \"TaskDate\": \"<dateTime>\",\n  \"TaskHours\": \"<double>\",\n  \"Note\": \"<string>\",\n  \"ExternalSystemId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://geminiapi.piervantage.com/workOrderTaskSchedules","description":"<p>Adds a new WorkOrderTaskSchedule for an employee</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["workOrderTaskSchedules"],"host":["https://geminiapi.piervantage.com"],"query":[],"variable":[]}},"response":[{"id":"fb951752-8167-4541-9f9f-5450c860a2af","name":"Success","originalRequest":{"method":"POST","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"WorkOrderTaskId\": \"<integer>\",\n  \"EmployeeId\": \"<integer>\",\n  \"TaskDate\": \"<dateTime>\",\n  \"TaskHours\": \"<double>\",\n  \"Note\": \"<string>\",\n  \"ExternalSystemId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://geminiapi.piervantage.com/workOrderTaskSchedules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<integer>"}],"_postman_id":"1bdcad76-eac6-4a1e-b72b-665f0d4583ee"},{"name":"Updates WorkOrderTaskSchedule","id":"116ee905-9018-4203-9c79-670b43e6cd4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TaskDate\": \"<dateTime>\",\n  \"TaskHours\": \"<double>\",\n  \"Note\": \"<string>\",\n  \"ExternalSystemId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://geminiapi.piervantage.com/workOrderTaskSchedules/:workOrderTaskScheduleId","description":"<p>Update WorkOrderTaskSchedule for a specific WorkOrderTaskScheduleId</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["workOrderTaskSchedules",":workOrderTaskScheduleId"],"host":["https://geminiapi.piervantage.com"],"query":[],"variable":[{"id":"b861b5ad-86ca-4d00-8af7-e410ae275040","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"workOrderTaskScheduleId"}]}},"response":[{"id":"6e4b1c2c-c920-4114-a1c0-dcac40b1ab29","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"TaskDate\": \"<dateTime>\",\n  \"TaskHours\": \"<double>\",\n  \"Note\": \"<string>\",\n  \"ExternalSystemId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://geminiapi.piervantage.com/workOrderTaskSchedules/:workOrderTaskScheduleId","host":["https://geminiapi.piervantage.com"],"path":["workOrderTaskSchedules",":workOrderTaskScheduleId"],"variable":[{"key":"workOrderTaskScheduleId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"116ee905-9018-4203-9c79-670b43e6cd4d"},{"name":"Delete WorkOrder Task Schedule","id":"6065f07d-1215-4843-9997-ec9633c69763","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>API Version</p>\n","key":"X-Api-Version","value":"<string>"}],"url":"https://geminiapi.piervantage.com/workOrderTaskSchedules/:workOrderTaskScheduleId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}},"urlObject":{"path":["workOrderTaskSchedules",":workOrderTaskScheduleId"],"host":["https://geminiapi.piervantage.com"],"query":[],"variable":[{"id":"096ca31f-d096-4baf-a93d-b642a2515b07","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"workOrderTaskScheduleId"}]}},"response":[{"id":"4f41dbdc-4662-4c32-8730-4a6a8da8a92f","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"API Version","key":"X-Api-Version","value":"<string>"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://geminiapi.piervantage.com/workOrderTaskSchedules/:workOrderTaskScheduleId","host":["https://geminiapi.piervantage.com"],"path":["workOrderTaskSchedules",":workOrderTaskScheduleId"],"variable":[{"key":"workOrderTaskScheduleId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6065f07d-1215-4843-9997-ec9633c69763"}],"id":"f7959f76-0dab-4efc-90b2-3f6de8474043","_postman_id":"f7959f76-0dab-4efc-90b2-3f6de8474043","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}},{"name":"Auth","item":[{"name":"GetToken","event":[{"listen":"test","script":{"id":"7f5e6ee0-c4c4-4d1b-8be9-95b197ab060b","exec":["pm.collectionVariables.set(\"bearerToken\", pm.response.json().access_token);\r",""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"d173c9ca-005d-48a1-a4de-92c6ad2e6c16","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d70b9c08-8ae5-4b2c-988f-a1ffa4112555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"<string>\",\r\n  \"clientSecret\": \"<string>\",\r\n  \"grantType\": \"client_credentials\",\r\n  \"companySiteDomain\": \"<string>\",\r\n  \"resources\": [\"pv.api\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://auth.piervantage.com/auth/token","urlObject":{"protocol":"https","path":["auth","token"],"host":["auth","piervantage","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d70b9c08-8ae5-4b2c-988f-a1ffa4112555"}],"id":"3430822c-fecb-48cf-bf72-4cac5dd09743","_postman_id":"3430822c-fecb-48cf-bf72-4cac5dd09743","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99508e72-0006-4b75-916c-cc8f6cb66948","id":"99508e72-0006-4b75-916c-cc8f6cb66948","name":"PV API 25.1.1","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"003be622-074d-443c-8ff8-6c5eaff022be","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"7862ce6c-6421-485d-8fd4-fbaec34081cb","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://geminiapi.piervantage.com"},{"key":"bearerToken","value":""}]}