{"info":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 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":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","publishedId":"2sBY4Mv1v8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-07-15T18:22:12.000Z"},"item":[{"name":"Auth","item":[{"name":"Get Token","id":"cee95b3c-7889-4801-a206-454d1078ed42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"{{clientId}}\",\r\n    \"clientSecret\": \"{{clientSecret}}\",\r\n    \"grantType\": \"client_credentials\",\r\n    \"companySiteDomain\": \"\"\r\n}"},"url":"https://auth.piervantage.com/auth/token","urlObject":{"path":["auth","token"],"host":["https://auth.piervantage.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cee95b3c-7889-4801-a206-454d1078ed42"}],"id":"c6bb8804-ddd8-4d94-b8c2-571d231bb313","_postman_id":"c6bb8804-ddd8-4d94-b8c2-571d231bb313","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}}},{"name":"Accounts","item":[{"name":"Get Accounts based on Filter criteria","id":"5c996aec-b518-4b56-a3bd-66ebb66b79a7","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["accounts"],"host":["https://api.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":"d86a157f-f058-4720-ab5c-998009bd0be9","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://api.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://api.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":"5c996aec-b518-4b56-a3bd-66ebb66b79a7"},{"name":"Get Boats for an Account","id":"b5c5e6cf-daf0-4551-bd43-e4b9f465afa0","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["accounts",":accountId","boats"],"host":["https://api.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":"df631a10-62e9-41e8-8cea-f67c11c4b3fd","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://api.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://api.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":"b5c5e6cf-daf0-4551-bd43-e4b9f465afa0"},{"name":"Get contacts for an Account","id":"c598b53c-4e45-446e-9e8c-36421d963408","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["accounts",":accountId","contacts"],"host":["https://api.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":"d7aa7754-5dfd-4c10-865f-76ecd9cc2038","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://api.piervantage.com/accounts/:accountId/contacts?IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>","host":["https://api.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":"c598b53c-4e45-446e-9e8c-36421d963408"},{"name":"Get Boats as per Requested Filter by page","id":"97a6aa30-92b0-4b9d-aaf3-90dc771e1ab5","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["boats"],"host":["https://api.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":"20cdd9ee-64b7-4278-8ca7-76fad7481a21","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://api.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://api.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":"97a6aa30-92b0-4b9d-aaf3-90dc771e1ab5"}],"id":"c4a5ceaf-7094-48d6-bc7a-47721638ba8c","_postman_id":"c4a5ceaf-7094-48d6-bc7a-47721638ba8c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}}},{"name":"Boats","item":[{"name":"Get Boats for an Account","id":"60710295-69a0-4de9-a044-fb67601a4ab4","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["accounts",":accountId","boats"],"host":["https://api.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":"56738815-754d-4af5-ad35-d8a934cb1f10","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://api.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://api.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":"60710295-69a0-4de9-a044-fb67601a4ab4"},{"name":"Get Boats as per Requested Filter by page","id":"7b046b12-cf62-4a46-804f-735152d2dca3","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["boats"],"host":["https://api.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":"0663ff91-4f21-4831-9835-7b70c5f9ecf6","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://api.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://api.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":"7b046b12-cf62-4a46-804f-735152d2dca3"}],"id":"70138c1e-0f02-418f-87fe-6ed647449a5b","_postman_id":"70138c1e-0f02-418f-87fe-6ed647449a5b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}}},{"name":"Contacts","item":[{"name":"Get contacts for an Account","id":"2922b62f-a55e-4341-a9fe-425a925db587","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["accounts",":accountId","contacts"],"host":["https://api.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":"2fbe82d0-efb9-4365-bace-12e13edea2c9","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://api.piervantage.com/accounts/:accountId/contacts?IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>","host":["https://api.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":"2922b62f-a55e-4341-a9fe-425a925db587"}],"id":"2d126109-4965-4367-b992-21e5d5546fda","_postman_id":"2d126109-4965-4367-b992-21e5d5546fda","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}}},{"name":"Divisions","item":[{"name":"Get Divisions as per Requested Filter by page","id":"429d7a73-73d5-412e-ac3f-a79eb919593e","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://api.piervantage.com/divisions?DivisionNumber=<string>&ShortName=<string>&PageNumber=<integer>&PageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["divisions"],"host":["https://api.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":"72000171-befb-45ee-b9f5-ff91f9ad92f1","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://api.piervantage.com/divisions?DivisionNumber=<string>&ShortName=<string>&PageNumber=<integer>&PageSize=<integer>","host":["https://api.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":"429d7a73-73d5-412e-ac3f-a79eb919593e"},{"name":"Get a single divison by Id","id":"d09adbd7-f829-4361-9824-0e59571701bd","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://api.piervantage.com/divisions/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["divisions",":id"],"host":["https://api.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":"506ffb08-6c1e-4136-a2e8-352b5e68cb99","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://api.piervantage.com/divisions/:id","host":["https://api.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":"a5eef2f3-1c74-42a8-ae14-c45f7b639210","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://api.piervantage.com/divisions/:id","host":["https://api.piervantage.com"],"path":["divisions",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d09adbd7-f829-4361-9824-0e59571701bd"}],"id":"5a4efd25-c8db-45bf-88e8-960df00ab99e","_postman_id":"5a4efd25-c8db-45bf-88e8-960df00ab99e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}}},{"name":"PayPeriods","item":[{"name":"Get Pay Period for a given date","id":"f47498f5-34dc-41a2-ab3e-fa83e4905894","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://api.piervantage.com/EmployeePayPeriod?Date=<dateTime>","description":"<p>Get Pay Period for a given date</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["EmployeePayPeriod"],"host":["https://api.piervantage.com"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"Date","value":"<dateTime>"}],"variable":[]}},"response":[{"id":"461dd485-0470-4c26-ae8e-dde151994947","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://api.piervantage.com/EmployeePayPeriod?Date=<dateTime>","host":["https://api.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":"f47498f5-34dc-41a2-ab3e-fa83e4905894"}],"id":"b0046fda-211f-45ed-bc32-b4d04ac6d3b0","_postman_id":"b0046fda-211f-45ed-bc32-b4d04ac6d3b0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}}},{"name":"Employees","item":[{"name":"Get Time Entries for an Employee","id":"77e5331a-de67-415a-9983-c6854eb5587f","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["employees",":id","EmployeeTimeEntries"],"host":["https://api.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":"71647fbf-ea2e-47d2-a0f5-20580ae2bb42","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://api.piervantage.com/employees/:id/EmployeeTimeEntries?StartDate=<dateTime>&EndDate=<dateTime>","host":["https://api.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":"77e5331a-de67-415a-9983-c6854eb5587f"},{"name":"Get currently active time clock for a given employee","id":"98d37b08-9ae7-493a-b577-eecd55207b60","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://api.piervantage.com/employees/:id/EmployeeTimeClock/Active","description":"<p>Get Time Entries for an Employee</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["employees",":id","EmployeeTimeClock","Active"],"host":["https://api.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":"fd8c0ce1-7ff8-4e45-b494-1a8a9168e4a9","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://api.piervantage.com/employees/:id/EmployeeTimeClock/Active","host":["https://api.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":"98d37b08-9ae7-493a-b577-eecd55207b60"}],"id":"54291ed9-7cce-4de1-8ffa-eb423dbf5b34","_postman_id":"54291ed9-7cce-4de1-8ffa-eb423dbf5b34","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}}},{"name":"EmployeeTimeEntries","item":[{"name":"Get Time Entries for an Employee","id":"e2aea53a-ca09-4579-92c3-cddd33295f28","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["employees",":id","EmployeeTimeEntries"],"host":["https://api.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":"c4f66d2b-c155-468d-a8e1-a6227cd576da","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://api.piervantage.com/employees/:id/EmployeeTimeEntries?StartDate=<dateTime>&EndDate=<dateTime>","host":["https://api.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":"e2aea53a-ca09-4579-92c3-cddd33295f28"}],"id":"f31aa8d3-7cfe-4d12-b961-1ba7df59e2e9","_postman_id":"f31aa8d3-7cfe-4d12-b961-1ba7df59e2e9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}}},{"name":"EmployeeTimeClocks","item":[{"name":"Get currently active time clock for a given employee","id":"80ecda63-7e47-47c8-a932-f217400b3358","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://api.piervantage.com/employees/:id/EmployeeTimeClock/Active","description":"<p>Get Time Entries for an Employee</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["employees",":id","EmployeeTimeClock","Active"],"host":["https://api.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":"3f6202e7-fcd4-46c1-b944-fde03c31fa34","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://api.piervantage.com/employees/:id/EmployeeTimeClock/Active","host":["https://api.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":"80ecda63-7e47-47c8-a932-f217400b3358"}],"id":"f349925d-2414-4a6d-8ad9-bdf14698b52c","_postman_id":"f349925d-2414-4a6d-8ad9-bdf14698b52c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}}},{"name":"WorkOrders","item":[{"name":"Get Work Orders based on a Filter Criteria","id":"67b780de-84a0-44b8-9e57-b2b13003ffc1","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["workOrders"],"host":["https://api.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":"2df79501-d6cb-4b80-9ebc-675fc0319957","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://api.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://api.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":"67b780de-84a0-44b8-9e57-b2b13003ffc1"},{"name":"Gets opcodes for a work order","id":"90f68a06-0b20-43fe-ad42-e129f4be6bfd","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["workOrders",":workOrderId","workOrderOperationalCodes"],"host":["https://api.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":"152e76c2-2522-45cd-a8ea-709b71a14f63","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://api.piervantage.com/workOrders/:workOrderId/workOrderOperationalCodes?IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://api.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":"90f68a06-0b20-43fe-ad42-e129f4be6bfd"},{"name":"Get Work Order Operational Codes by Id","id":"a6f6c20c-1026-46be-8575-089d9898f537","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://api.piervantage.com/workOrderOperationalCodes/:id?IncludeTasks=<boolean>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["workOrderOperationalCodes",":id"],"host":["https://api.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":"5a9e41d7-7d29-4dff-a18d-45d98418294b","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://api.piervantage.com/workOrderOperationalCodes/:id?IncludeTasks=<boolean>","host":["https://api.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":"a6f6c20c-1026-46be-8575-089d9898f537"}],"id":"14103b89-2ed1-4c5c-a431-651a2f1796be","_postman_id":"14103b89-2ed1-4c5c-a431-651a2f1796be","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}}},{"name":"WorkOrderOperationalCodes","item":[{"name":"Gets opcodes for a work order","id":"a30e2bf8-692c-4799-a1f8-349d24679e11","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["workOrders",":workOrderId","workOrderOperationalCodes"],"host":["https://api.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":"a72a4361-9aaa-45d3-9838-14d1183bde5a","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://api.piervantage.com/workOrders/:workOrderId/workOrderOperationalCodes?IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://api.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":"a30e2bf8-692c-4799-a1f8-349d24679e11"},{"name":"Gets opcodes as per request filters by page","id":"f1c2f774-3a47-4c76-ad12-a884e039898f","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["workOrderOperationalCodes"],"host":["https://api.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":"1a250409-ac21-4003-ba40-d18f3ce405f0","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://api.piervantage.com/workOrderOperationalCodes?workOrderId=<integer>&IncludeInactive=<boolean>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://api.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":"f1c2f774-3a47-4c76-ad12-a884e039898f"},{"name":"Get Work Order Operational Codes by Id","id":"75dab510-851e-49d1-b9e7-90c1d1d5c9b8","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://api.piervantage.com/workOrderOperationalCodes/:id?IncludeTasks=<boolean>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["workOrderOperationalCodes",":id"],"host":["https://api.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":"8b806f0f-b8d0-41b9-8922-0b7e13fa898b","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://api.piervantage.com/workOrderOperationalCodes/:id?IncludeTasks=<boolean>","host":["https://api.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":"75dab510-851e-49d1-b9e7-90c1d1d5c9b8"}],"id":"4a8ed575-4115-45d8-8091-964c15c60c52","_postman_id":"4a8ed575-4115-45d8-8091-964c15c60c52","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}}},{"name":"WorkOrderTaskEstimates","item":[{"name":"Get list of WorkOrderTaskEstimates as per requested filters","id":"9ffb79ce-b656-461a-acb8-18ba801f8db5","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["workOrderTaskEstimates"],"host":["https://api.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":"1b6e14a1-b239-4711-9f69-cbb354f47791","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://api.piervantage.com/workOrderTaskEstimates?WorkOrderTaskId=<integer>&WorkOrderOperationalCodeId=<integer>&WorkOrderId=<integer>&IncludeDeleted=<boolean>&IncludePreviousEstimates=<boolean>&CreatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://api.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":"9ffb79ce-b656-461a-acb8-18ba801f8db5"}],"id":"7ebba2d8-9cd0-4f7e-aacf-d5ffb62dcadc","_postman_id":"7ebba2d8-9cd0-4f7e-aacf-d5ffb62dcadc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}}},{"name":"WorkOrderTaskLabors","item":[{"name":"Get list of WorkOrderTaskLabors as per requested filters","id":"12714b90-d7e2-493f-8f18-de77d732802c","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["workOrderTaskLabors"],"host":["https://api.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":"596c1528-0c91-459f-810b-f3ca275040b3","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://api.piervantage.com/workOrderTaskLabors?WorkOrderOperationalCodeId=<integer>&IncludeDeleted=<boolean>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://api.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":"12714b90-d7e2-493f-8f18-de77d732802c"}],"id":"715e24f5-3e64-45a8-823e-2b69595e2c1c","_postman_id":"715e24f5-3e64-45a8-823e-2b69595e2c1c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}}},{"name":"WorkOrderTaskLaborAdvEstimates","item":[{"name":"Gets list of EstimatedLabor on a task.","id":"61723262-197e-4e49-a6c9-5bdddde7f696","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://api.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":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}},"urlObject":{"path":["workOrderTaskLaborAdvEstimates"],"host":["https://api.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":"83ebdd0d-a033-4fad-944e-d8673384ed86","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://api.piervantage.com/workOrderTaskLaborAdvEstimates?WorkOrderOperationalCodeId=<integer>&WorkOrderTaskId=<integer>&CreatedBeforeDtmUtc=<dateTime>&UpdatedBeforeDtmUtc=<dateTime>&CreatedAfterDtmUtc=<dateTime>&UpdatedAfterDtmUtc=<dateTime>&PageNumber=<integer>&PageSize=<integer>","host":["https://api.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":"61723262-197e-4e49-a6c9-5bdddde7f696"}],"id":"e4b45c89-7e58-492f-a016-b16a01527f1c","_postman_id":"e4b45c89-7e58-492f-a016-b16a01527f1c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","id":"f68c0116-c0bd-4dfc-b5aa-63a6a556176c","name":"PV API Read Only 25.1.1","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]}},"event":[{"listen":"prerequest","script":{"id":"2bc3e52d-299e-4fb1-b3c9-504bdf2eeaf4","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"2d928240-3079-4416-a2ca-41d3fe4cd896","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.piervantage.com"},{"key":"authUrl","value":"https://auth.piervantage.com"},{"key":"ClientId","value":""},{"key":"ClientSecret","value":""}]}