{"info":{"_postman_id":"344c7838-5861-4f68-8126-422919b95f21","name":"Fiorent","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"29062050","collectionId":"344c7838-5861-4f68-8126-422919b95f21","publishedId":"2s9Y5Wvhhq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-01-26T05:38:26.000Z"},"item":[{"name":"Auth","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"7f833b52-7884-452d-953e-36e0ef0725ea","exec":[""],"type":"text/javascript"}}],"id":"ecd39d17-bbdf-488a-b378-d3c8def02241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"\",\n    \"userNameOrEmailAddress\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudtestapi.fiorent.com/api/TokenAuth/Authenticate","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>\"userNameOrEmailAddress\"</td>\n<td>Username shared with you</td>\n<td>string</td>\n<td>\"user\"</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>\"password\"</td>\n<td>Password shared with you</td>\n<td>string</td>\n<td>\"1@3!er3T*\"</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","TokenAuth","Authenticate"],"host":["cloudtestapi","fiorent","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecd39d17-bbdf-488a-b378-d3c8def02241"}],"id":"310a687e-793d-4411-958d-887304a6ef0e","_postman_id":"310a687e-793d-4411-958d-887304a6ef0e","description":""},{"name":"Business Partner","item":[{"name":"GetBusinessPartners","id":"0f78874b-497b-47ee-91b9-ff2a6cbfd44a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n getBusinessPartners(sorting: \"id\", skipCount: 0, maxResultCount: 10) {\n    totalCount\n    items {\n      businessPartner {\n          id,\n          code,\n          name,\n          businessPartnerType,\n          taxOffice,\n          taxNumber,\n          identificationNumber,\n          businessPartnerRoles,\n          birthday,\n          fatherName,\n          tradeRegisterNumber,\n          activityType,\n          mainSectorId,\n          subSectorId,\n          sectorId,\n          financeCode,\n          businessLine,\n          status,\n          riskStatus,\n          website,\n          phoneNumber,\n          email,\n          officialEmailAddress,\n          contacts {\n              id,\n              appModule,\n              relatedRecordId,\n              firstName,\n              lastName,\n              position,\n              gender,\n              birthday,\n              isDefault,\n              email,\n              phoneNumber,\n              countryId,\n              cityId,\n              zipCode,\n              addressLine1,\n              addressLine2,\n              licenseNumber,\n              licenseClass,\n              identificationNumber\n          },\n          addresses {\n              id,\n              type,\n              appModule,\n              relatedRecordId,\n              inactive,\n              isDefault,\n              addressLine1,\n              addressLine2,\n              countryId,\n              cityId,\n              zipCode,\n          }\n      }\n    }\n }\n}\n\n","variables":""}},"url":"https://cloudtestapi.fiorent.com/graphql","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Business Partner</strong></th>\n<th><strong>Data Type</strong></th>\n<th></th>\n<th>Description</th>\n<th><strong>Enum Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int4</td>\n<td></td>\n<td>Specifies the id number.</td>\n<td></td>\n</tr>\n<tr>\n<td>code</td>\n<td>varchar(0-20)</td>\n<td></td>\n<td>This field is required. Indicates the business partner code. All characters must be in English and uppercase with no spaces.</td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>varchar(0-20)</td>\n<td></td>\n<td>This field is required. Indicates the name of the business partner. It may contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>businessPartnerType</td>\n<td>int4</td>\n<td></td>\n<td>Specifies the business partner type.</td>\n<td>1) Company</td>\n</tr>\n<tr>\n<td>2) Individual</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>businessPartnerRoles</td>\n<td>int4</td>\n<td></td>\n<td>Specifies the business partner role.</td>\n<td>1) Customer</td>\n</tr>\n<tr>\n<td>2) Supplier</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>taxOffice</td>\n<td>varchar</td>\n<td></td>\n<td>Specifies the name of the tax office. May contain Turkish and English characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>taxNumber</td>\n<td>varchar</td>\n<td></td>\n<td>Specifies the tax office number.</td>\n<td></td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>varchar</td>\n<td></td>\n<td>Specifies the phone number.</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>varchar</td>\n<td></td>\n<td>Invoice Email Address</td>\n<td></td>\n</tr>\n<tr>\n<td>officialEmailAddress</td>\n<td>varchar</td>\n<td></td>\n<td>Official Email Address</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>bool</td>\n<td></td>\n<td>Indicates the status.</td>\n<td>1) Active</td>\n</tr>\n<tr>\n<td>2) Passive</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>mainSectorId</td>\n<td>varchar</td>\n<td></td>\n<td>Specifies the main sector Id.</td>\n<td></td>\n</tr>\n<tr>\n<td>subSectorId</td>\n<td>varchar</td>\n<td></td>\n<td>Specifies the sub sector Id.</td>\n<td></td>\n</tr>\n<tr>\n<td>sectorId</td>\n<td>varchar</td>\n<td></td>\n<td>Specifies the sector Id.</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>gender</td>\n<td>int4</td>\n<td></td>\n<td>Specifies the gender type.</td>\n<td>1) Female</td>\n</tr>\n<tr>\n<td>2) Male</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>3) Other</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>timestamptz</td>\n<td></td>\n<td>Indicates date of birth.</td>\n<td></td>\n</tr>\n<tr>\n<td>identificationNumber</td>\n<td>varchar</td>\n<td></td>\n<td>Indicates the identification number.</td>\n<td></td>\n</tr>\n<tr>\n<td>licenseNumber</td>\n<td>varchar</td>\n<td></td>\n<td>Specifies the driver's license serial number.</td>\n<td></td>\n</tr>\n<tr>\n<td>fatherName</td>\n<td></td>\n<td></td>\n<td>Indicates the name of the father. May contain Turkish and English characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>tradeRegisterNumber</td>\n<td>varchar</td>\n<td></td>\n<td>Indicates the trade registration number.</td>\n<td></td>\n</tr>\n<tr>\n<td>activityType</td>\n<td>varchar</td>\n<td></td>\n<td>Indicates the type of activity.</td>\n<td></td>\n</tr>\n<tr>\n<td>financeCode</td>\n<td>varchar</td>\n<td></td>\n<td>Specifies the finance code.</td>\n<td></td>\n</tr>\n<tr>\n<td>businessLine</td>\n<td>varchar</td>\n<td></td>\n<td>Specifies the work line.</td>\n<td></td>\n</tr>\n<tr>\n<td>riskStatus</td>\n<td>int4</td>\n<td></td>\n<td>Indicates the risk status.</td>\n<td>1) Green</td>\n</tr>\n<tr>\n<td>2) Yellow</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>3) Red</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>4) Black</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>website</td>\n<td>varchar</td>\n<td></td>\n<td>Specifies the website. Must contain a URL.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Contacts</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th>Enum Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int4</td>\n<td></td>\n<td>Specifies the id number.</td>\n<td></td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>varchar(0-50)</td>\n<td></td>\n<td>This field is a required. Indicates the firstname. It may contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>varchar(0-50)</td>\n<td></td>\n<td>This field is a required. Indicates the lastname. It may contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>position</td>\n<td>varchar(0-50)</td>\n<td></td>\n<td>Indicates the position worked. Such as manager, worker.</td>\n<td></td>\n</tr>\n<tr>\n<td>gender</td>\n<td>int4</td>\n<td></td>\n<td>Specifies the gender type. It has an enum value.</td>\n<td><strong>1) Female  <br />2) Male</strong>  <br /><strong>3) Other</strong></td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>timestamptz</td>\n<td></td>\n<td>Indicates date of birth.</td>\n<td></td>\n</tr>\n<tr>\n<td>isDefault</td>\n<td>bool</td>\n<td></td>\n<td>Indicates the status. It has active and passive values.</td>\n<td><strong>1) Active  <br />2) Passive</strong></td>\n</tr>\n<tr>\n<td>email</td>\n<td>varchar(0-50)</td>\n<td></td>\n<td>Specifies the e-mail field. It must be written in e-mail format.</td>\n<td></td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>varchar(0-20)</td>\n<td></td>\n<td>Indicates the phone number. It must be written in telephone format.</td>\n<td></td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>varchar(0-20)</td>\n<td></td>\n<td>Indicates the country code. Must contain uppercase and English characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>cityCode</td>\n<td>varchar(0-20)</td>\n<td></td>\n<td>Indicates the city code. Must contain uppercase and English characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>varchar(0-100)</td>\n<td></td>\n<td>Indicates city names. May contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>stateProvinceRegion</td>\n<td>varchar(0-50)</td>\n<td></td>\n<td>It is a State Province Region field. May contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>varchar(0-20)</td>\n<td></td>\n<td>Specifies the zip code field. It must consist of numbers.</td>\n<td></td>\n</tr>\n<tr>\n<td>addressLine1</td>\n<td>varchar(0-100)</td>\n<td></td>\n<td>Reserved for address field. May contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>addressLine2</td>\n<td>varchar(0-100)</td>\n<td></td>\n<td>Reserved for address field. May contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>licenseNumber</td>\n<td>varchar(0-20)</td>\n<td></td>\n<td>Specifies the driver's license serial number.</td>\n<td></td>\n</tr>\n<tr>\n<td>licenseClass</td>\n<td>varchar(0-20)</td>\n<td></td>\n<td>Indicates the driver's license class.</td>\n<td></td>\n</tr>\n<tr>\n<td>identificationNumber</td>\n<td>varchar(0-20)</td>\n<td></td>\n<td>Indicates the identification number.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Address</th>\n<th><strong>Data Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th>Enum Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int4</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>int4</td>\n<td></td>\n<td>Specifies the address type. It has enum values.</td>\n<td></td>\n</tr>\n<tr>\n<td>isDefault</td>\n<td>bool</td>\n<td></td>\n<td>Indicates the isdefault. It has default and none values.</td>\n<td><strong>1) Default  <br />2) None</strong></td>\n</tr>\n<tr>\n<td>appModule</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>relatedRecordId</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>addressLine1</td>\n<td>varchar(0-100)</td>\n<td></td>\n<td>Reserved for address field. May contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>addressLine2</td>\n<td>varchar(0-100)</td>\n<td></td>\n<td>Reserved for address field. May contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>countryId</td>\n<td>varchar(0-20)</td>\n<td></td>\n<td>Specifies the country code. Mandatory. Must contain capital letters and English characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>cityID</td>\n<td>varchar(0-20)</td>\n<td></td>\n<td>Indicates the city codes in Turkey. Must contain capital letters and English characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>inactive</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>varchar</td>\n<td></td>\n<td>Specifies the zip code field.</td>\n<td>Must consist of numbers.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["graphql"],"host":["cloudtestapi","fiorent","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f78874b-497b-47ee-91b9-ff2a6cbfd44a"},{"name":"DeleteBusinessPartner","id":"ed1ea19f-6edc-424b-822f-6db3d352d9b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  businessPartner {\n      deleteBusinessPartner(id: 1)\n  }\n}","variables":""}},"url":"https://cloudtestapi.fiorent.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["cloudtestapi","fiorent","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed1ea19f-6edc-424b-822f-6db3d352d9b6"},{"name":"CreateOrEditBusinessPartner","id":"cfa33bd5-7fe0-43c5-b488-08d9846ff5eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  businessPartner {\n    createOrEditBusinessPartner(input: {\n        code: \"BP1\",\n        name: \"Fiorent\",\n        mainSectorCode: \"S1\",\n        subSectorCode: \"S2\",\n        sectorCode: \"S3\",\n        businessPartnerType: 1,\n        businessPartnerRoles: [1, 2, 3],\n        taxOffice: \"Kartal\",\n        taxNumber: \"42349320432\",\n        phoneNumber: \"(999)-999-99-99\",\n        email: \"info@fiorent.com\",\n        officialEmailAddress: \"official@fiorent.com\",\n        status: true,\n        businessPartnerStatus: 1,\n        partnerGroupCode: \"PG001\"\n        partnerGroup1Code: \"PG002\",\n        responsibleUserName: \"admin\",\n        gender: 1,\n        birthday: \"2023-01-01\",\n        identificationNumber: \"12345678910\",\n        licenseNumber: \"2345324635\",\n        licenseDateOfIssue: \"2023-01-01\",\n        licenseClass: \"A\",\n        fatherName: \"Father Nane\",\n        tradeRegisterNumber: \"4234234212\",\n        activityType: \"AT\",\n        financeCode: \"FC\",\n        businessLine: \"BL\",\n        riskStatus: 1,\n        website: \"denizfilo.com\",\n        origin: 1,\n        contacts: [\n            {\n                firstName: \"Fiorent\",\n                lastName: \"Fiorent\",\n                position: \"Satış Müdürü\",\n                gender: 1,\n                birthday: \"1990-01-01\",\n                email: \"denizfilo.com\",\n                phoneNumber: \"(999)-999-99-99\",\n                countryCode: \"TR\",\n                cityCode: \"34\",\n                zipCode: \"34920\",\n                addressLine1: \"Muallimköy Mahallesi, Deniz Cd. No:143-5, 41400 Gebze/Kocaeli\",\n                addressLine2: \"-\",\n                licenseNumber: \"42342353443\",\n                licenseClass: \"A\",\n                identificationNumber: \"12345678910\",\n                isDefault: true,\n            }\n        ],\n        addresses: [\n            {\n                type: 1,\n                addressLine1: \"Muallimköy Mahallesi, Deniz Cd. No:143-5, 41400 Gebze/Kocaeli\",\n                addressLine2: \"-\",\n                zipCode: \"34921\",\n                inactive: false,\n                isDefault: true,\n            },\n        ]\n    }) \n }\n}","variables":""}},"url":"https://cloudtestapi.fiorent.com/graphql","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Business Partner</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Enum Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>varchar(0-20)</td>\n<td><strong>true</strong></td>\n<td>This field is required. Indicates the business partner code. All characters must be in English and uppercase with no spaces.</td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>varchar(0-100)</td>\n<td><strong>true</strong></td>\n<td>This field is required. Indicates the name of the business partner. It may contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>mainSectorCode</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>This field is required. Indicates the main sector code. All characters must be in English and uppercase with no spaces.</td>\n<td></td>\n</tr>\n<tr>\n<td>subSectorCode</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>This field is required. Indicates the sub sector code. All characters must be in English and uppercase with no spaces.</td>\n<td></td>\n</tr>\n<tr>\n<td>businessPartnerType</td>\n<td>int4</td>\n<td>false</td>\n<td>Specifies the business partner type. It consists of enum values.</td>\n<td><strong>1) Company  <br />2) Individual</strong></td>\n</tr>\n<tr>\n<td>businessPartnerRoles</td>\n<td>int4</td>\n<td>false</td>\n<td>Specifies the business partner role. It consists of enum values.</td>\n<td><strong>1) Customer  <br />2) Suplier</strong>  <br /><strong>3) Guarantor</strong></td>\n</tr>\n<tr>\n<td>taxOffice</td>\n<td>varchar(0-100)</td>\n<td>false</td>\n<td>Specifies the name of the tax office. May contain Turkish and English characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>taxNumber</td>\n<td>varchar(0-10)</td>\n<td>false</td>\n<td>Specifies the tax office number.</td>\n<td></td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>varchar(0-100)</td>\n<td>false</td>\n<td>Specifies the phone number.</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>varchar(0-100)</td>\n<td>false</td>\n<td>Specifies the Invoice Email Address</td>\n<td></td>\n</tr>\n<tr>\n<td>officialEmailAddress</td>\n<td>varchar(0-100)</td>\n<td>false</td>\n<td>Specifies the Official Email Address</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>bool</td>\n<td><strong>true</strong></td>\n<td>Indicates the status. It has active and passive values.</td>\n<td><strong>1) Active  <br />2) Passive</strong></td>\n</tr>\n<tr>\n<td>businessPartnerStatus</td>\n<td>int4</td>\n<td><strong>true</strong></td>\n<td>Indicates business partner status. It has enum values.</td>\n<td><strong>1) Customer  <br />2) Potential</strong>  <br /><strong>3) Black List</strong></td>\n</tr>\n<tr>\n<td>partnerGroupCode</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>Specifies the partner group code.</td>\n<td></td>\n</tr>\n<tr>\n<td>partnerGroup1Code</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>Specifies the partner group 1 code.</td>\n<td></td>\n</tr>\n<tr>\n<td>responsibleUserName</td>\n<td>varchar(0-256)</td>\n<td>false</td>\n<td>Specifies the field Responsible user name.</td>\n<td></td>\n</tr>\n<tr>\n<td>gender</td>\n<td>int4</td>\n<td>false</td>\n<td>Specifies the gender type. It has an enum value.</td>\n<td><strong>1) Female  <br />2) Male</strong>  <br /><strong>3) Other</strong></td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>timestamptz</td>\n<td>false</td>\n<td>Indicates date of birth.</td>\n<td></td>\n</tr>\n<tr>\n<td>identificationNumber</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>Indicates the identification number.</td>\n<td></td>\n</tr>\n<tr>\n<td>licenseNumber</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>Specifies the driver's license serial number.</td>\n<td></td>\n</tr>\n<tr>\n<td>licenseDateOfIssue</td>\n<td>timestamptz</td>\n<td>false</td>\n<td>Specifies the driver's license date of ıssue number.</td>\n<td></td>\n</tr>\n<tr>\n<td>licenseClass</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>Indicates the driver's license class.</td>\n<td></td>\n</tr>\n<tr>\n<td>fatherName</td>\n<td>varchar(0-30)</td>\n<td>false</td>\n<td>Indicates the name of the father. May contain Turkish and English characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>tradeRegisterNumber</td>\n<td>varchar(0-30)</td>\n<td>false</td>\n<td>Indicates the trade registration number.</td>\n<td></td>\n</tr>\n<tr>\n<td>activityType</td>\n<td>varchar(0-10)</td>\n<td>false</td>\n<td>Indicates the type of activity.</td>\n<td></td>\n</tr>\n<tr>\n<td>financeCode</td>\n<td>varchar(0-10)</td>\n<td>false</td>\n<td>Specifies the finance code.</td>\n<td></td>\n</tr>\n<tr>\n<td>businessLine</td>\n<td>varchar(0-10)</td>\n<td>false</td>\n<td>Specifies the work line.</td>\n<td></td>\n</tr>\n<tr>\n<td>riskStatus</td>\n<td>int4</td>\n<td>false</td>\n<td>Indicates the risk status. It has an enum value.</td>\n<td><strong>1) Green  <br />2) Yellow</strong>  <br /><strong>3) Red</strong>  <br /><strong>4) Black</strong></td>\n</tr>\n<tr>\n<td>website</td>\n<td>varchar(0-100)</td>\n<td>false</td>\n<td>Specifies the website. Must contain an URL.</td>\n<td></td>\n</tr>\n<tr>\n<td>origin</td>\n<td>int4</td>\n<td>false</td>\n<td>Indicates the state of origin. It has an enum value.</td>\n<td><strong>1) Local  <br />2) Foreign</strong></td>\n</tr>\n<tr>\n<td>isPotentialBusinessPartner</td>\n<td>bool</td>\n<td>false</td>\n<td>Indicates the partner group code, determined automatically by the system.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Contacts</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th>Enum Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName</td>\n<td>varchar(0-50)</td>\n<td><strong>true</strong></td>\n<td>This field is a required. Indicates the firstname. It may contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>varchar(0-50)</td>\n<td><strong>true</strong></td>\n<td>This field is a required. Indicates the lastname. It may contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>position</td>\n<td>varchar(0-50)</td>\n<td>false</td>\n<td>Indicates the position worked. Such as manager, worker.</td>\n<td></td>\n</tr>\n<tr>\n<td>gender</td>\n<td>int4</td>\n<td><strong>true</strong></td>\n<td>Specifies the gender type. It has an enum value.</td>\n<td><strong>1) Female  <br />2) Male</strong>  <br /><strong>3) Other</strong></td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>timestamptz</td>\n<td>false</td>\n<td>Indicates date of birth.</td>\n<td></td>\n</tr>\n<tr>\n<td>isDefault</td>\n<td>bool</td>\n<td><strong>true</strong></td>\n<td>Indicates the status. It has active and passive values.</td>\n<td><strong>1) Active  <br />2) Passive</strong></td>\n</tr>\n<tr>\n<td>email</td>\n<td>varchar(0-50)</td>\n<td>false</td>\n<td>Specifies the e-mail field. It must be written in e-mail format.</td>\n<td></td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>Indicates the phone number. It must be written in telephone format.</td>\n<td></td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>Indicates the country code. Must contain uppercase and English characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>cityCode</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>Indicates the city code. Must contain uppercase and English characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>varchar(0-100)</td>\n<td>false</td>\n<td>Indicates city names. May contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>stateProvinceRegion</td>\n<td>varchar(0-50)</td>\n<td>false</td>\n<td>It is a State Province Region field. May contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>Specifies the zip code field. It must consist of numbers.</td>\n<td></td>\n</tr>\n<tr>\n<td>addressLine1</td>\n<td>varchar(0-100)</td>\n<td>false</td>\n<td>Reserved for address field. May contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>addressLine2</td>\n<td>varchar(0-100)</td>\n<td>false</td>\n<td>Reserved for address field. May contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>licenseNumber</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>Specifies the driver's license serial number.</td>\n<td></td>\n</tr>\n<tr>\n<td>licenseClass</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>Indicates the driver's license class.</td>\n<td></td>\n</tr>\n<tr>\n<td>identificationNumber</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>Indicates the identification number.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Address</th>\n<th><strong>Data Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th>Enum Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>varchar(0-10)</td>\n<td><strong>true</strong></td>\n<td>This field is required. Indicates the address code. All characters must be in English and uppercase with no spaces.</td>\n<td></td>\n</tr>\n<tr>\n<td>inactive</td>\n<td>bool</td>\n<td><strong>true</strong></td>\n<td>Indicates the ınactive. It has active and passive values.</td>\n<td><strong>1) Active  <br />2) Passive</strong></td>\n</tr>\n<tr>\n<td>isDefault</td>\n<td>bool</td>\n<td><strong>true</strong></td>\n<td>Indicates the isdefault. It has default and none values.</td>\n<td><strong>1) Default  <br />2) None</strong></td>\n</tr>\n<tr>\n<td>name</td>\n<td>varchar(0-50)</td>\n<td>false</td>\n<td>This field is required. Indicates the name of the address. It may contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>int4</td>\n<td><strong>true</strong></td>\n<td>Specifies the address type. It has enum values.</td>\n<td><strong>1) Invoice address  <br />2) Mailing address</strong></td>\n</tr>\n<tr>\n<td>addressLine1</td>\n<td>varchar(0-100)</td>\n<td><strong>true</strong></td>\n<td>Reserved for address field. May contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>addressLine2</td>\n<td>varchar(0-100)</td>\n<td>false</td>\n<td>Reserved for address field. May contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>varchar(0-20)</td>\n<td><strong>true</strong></td>\n<td>Specifies the country code. Mandatory. Must contain capital letters and English characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>cityCodeTR</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>Indicates the city codes in Turkey. Must contain capital letters and English characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>cityCode</td>\n<td>varchar(0-20)</td>\n<td>false</td>\n<td>Indicates the city code. Must contain uppercase and English characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>stateProvinceRegion</td>\n<td>varchar(0-50)</td>\n<td>false</td>\n<td>It is a State Province Region field. May contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>varchar(0-100)</td>\n<td>false</td>\n<td>Specifies the zip code field. It must consist of numbers.</td>\n<td></td>\n</tr>\n<tr>\n<td>phoneTitle</td>\n<td>varchar(0-100)</td>\n<td>false</td>\n<td>Specifies the title of the phone number. May contain Turkish characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>emailTitle</td>\n<td>varchar(0-100)</td>\n<td>false</td>\n<td>Indicates the title of the e-mail. May contain Turkish characters.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["graphql"],"host":["cloudtestapi","fiorent","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfa33bd5-7fe0-43c5-b488-08d9846ff5eb"}],"id":"cc9fb9b6-ad5d-4033-bb7f-3fb735cff7e3","_postman_id":"cc9fb9b6-ad5d-4033-bb7f-3fb735cff7e3","description":""},{"name":"Finance","item":[{"name":"GetInvoiceTypes","id":"0df76180-b6b0-401d-ab02-14e9db773c35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  invoiceTypes {\n    id\n    code\n    type\n    appModule\n    subModule\n    integrationCode\n    taxClass\n    costCenter\n    profitCenter\n  }\n}\n","variables":""}},"url":"https://cloudtestapi.fiorent.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["cloudtestapi","fiorent","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0df76180-b6b0-401d-ab02-14e9db773c35"},{"name":"GetInvoices","id":"122e0c23-1335-4d4a-898f-8f7ba224b7e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\n  invoices{\n    code\n    invoiceNo\n    businessPartner\n    invoiceDate\n    currency\n    status\n    invoiceItem{\n      invoiceNo\n      invoiceItemNo\n      invoiceItemDescription\n      quantity\n      unitPrice\n      taxRate\n      taxAmount\n      totalAmount\n      invoiceItemDetail{\n        invoiceNo\n        invoiceItemNo\n        licensePlate\n        serialNumber\n        equipment\n        referenceDocument\n        paymentPlanStartDate\n        paymentPlanEndDate\n        salesDate\n        amount\n        taxRate\n        taxAmount\n        totalAmount\n      }\n    }\n  }\n}","variables":""}},"url":"https://cloudtestapi.fiorent.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["cloudtestapi","fiorent","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"122e0c23-1335-4d4a-898f-8f7ba224b7e6"}],"id":"bb860ed1-eab5-4483-8084-706d0b3f383e","_postman_id":"bb860ed1-eab5-4483-8084-706d0b3f383e","description":""},{"name":"Amortization","item":[{"name":"AmortizationUpdate","id":"c60ea466-6f71-4c1f-b0ba-da2b86fa9c68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":""}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  businessPartner {\n    amortizationUpdate(\n      fiorentId: 1,\n      licensePlate: \"34ABC123\",\n      chassisNumber: \"XXYSS12356\",\n      accumulatedAmortization: 10.0,\n      monthlyAmortization: 10.0,\n      netBookValue: 2\n    )\n  }\n}\n","variables":""}},"url":"https://cloudtestapi.fiorent.com/graphql","description":"<h3 id=\"input-parameters\"><strong>Input Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>fiorentId</strong></td>\n<td><code>int4</code></td>\n<td>false</td>\n<td>Unique identifier for the Fiorent business partner.</td>\n</tr>\n<tr>\n<td>licensePlate</td>\n<td><code>varchar(0-20)</code></td>\n<td>false</td>\n<td>Vehicle license plate number. All characters must be uppercase and in English with no spaces.</td>\n</tr>\n<tr>\n<td>chassisNumber</td>\n<td><code>varchar(0-30)</code></td>\n<td>false</td>\n<td>Chassis number of the vehicle.</td>\n</tr>\n<tr>\n<td>accumulatedAmortization</td>\n<td><code>float8</code></td>\n<td>false</td>\n<td>Accumulated depreciation value for the asset.</td>\n</tr>\n<tr>\n<td>monthlyAmortization</td>\n<td><code>float8</code></td>\n<td>false</td>\n<td>Monthly depreciation value for the asset.</td>\n</tr>\n<tr>\n<td>netBookValue</td>\n<td><code>int4</code></td>\n<td>false</td>\n<td>Represents the NDD (Net Depreciation Duration) value.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["graphql"],"host":["cloudtestapi","fiorent","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c60ea466-6f71-4c1f-b0ba-da2b86fa9c68"},{"name":"AmortizationCarList","id":"858eaa03-2b2f-44ac-b354-b844c98d7479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":""}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  businessPartner {\n    amortizationCarList(input: { \n        pageSize: 10, \n        pageNumber: 1,\n        storageLocation: \"Depo1\",\n        stockLocation: \"Lokasyon1\",\n        fiorentId: 1,\n        licensePlate: \"34ABC123\",\n        chassisNumber: \"SASI123456789\"  \n    }) {\n      pageSize\n      pageNumber\n      totalCount\n      items {\n        fiorentId\n        licensePlate\n        chassisNumber\n        registrationDate\n        purchaseDate\n        saleDate\n        remainingTermRemainingInstallments\n        exchangeRate\n        fairValue\n        rV\n        fixedAssetAmount\n        vATRate\n        fixedAssetQuantity\n        invoiceNumber\n        accumulatedAmortization\n        monthlyAmortization\n        netBookValue\n        status\n        storageLocation\n        stockLocation\n        contractNumber\n        contractStartDate\n        contractEndDate\n        agreementNumber\n        agreementCurrency\n        agreementExchangeRate\n        remainingRentReceivable\n        additionalCost\n      }\n    }\n  }\n}","variables":""}},"url":"https://kube-denizapi.fiorent.com/graphql","description":"<h3 id=\"input-fields\"><strong>Input Fields</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>storageLocation</td>\n<td>String</td>\n<td>false</td>\n<td>Specifies the storage location. Can contain Turkish characters.</td>\n</tr>\n<tr>\n<td>stockLocation</td>\n<td>String</td>\n<td>false</td>\n<td>Specifies the stock location. Can contain Turkish characters.</td>\n</tr>\n<tr>\n<td>fiorentId</td>\n<td>Int</td>\n<td>false</td>\n<td>A unique identifier for Fiorent.</td>\n</tr>\n<tr>\n<td>licensePlate</td>\n<td>String</td>\n<td>false</td>\n<td>Vehicle license plate number. Should not contain spaces or special characters.</td>\n</tr>\n<tr>\n<td>chassisNumber</td>\n<td>String</td>\n<td>false</td>\n<td>Vehicle chassis number. Should not contain special characters.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-fields\"><strong>Output Fields</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fiorentId</td>\n<td>Int</td>\n<td>false</td>\n<td>A unique identifier for Fiorent.</td>\n</tr>\n<tr>\n<td>licensePlate</td>\n<td>String</td>\n<td>false</td>\n<td>Vehicle license plate number. Should not contain spaces or special characters.</td>\n</tr>\n<tr>\n<td>chassisNumber</td>\n<td>String</td>\n<td>false</td>\n<td>Vehicle chassis number.</td>\n</tr>\n<tr>\n<td>registrationDate</td>\n<td>DateTime</td>\n<td>false</td>\n<td>Registration date of the vehicle. Must follow ISO 8601 format.</td>\n</tr>\n<tr>\n<td>purchaseDate</td>\n<td>DateTime</td>\n<td>false</td>\n<td>Purchase date. Must follow ISO 8601 format.</td>\n</tr>\n<tr>\n<td>saleDate</td>\n<td>DateTime</td>\n<td>false</td>\n<td>Sale date. Must follow ISO 8601 format.</td>\n</tr>\n<tr>\n<td>remainingTermRemainingInstallments</td>\n<td>Int</td>\n<td>false</td>\n<td>Remaining installments or payment period.</td>\n</tr>\n<tr>\n<td>exchangeRate</td>\n<td>Float</td>\n<td>false</td>\n<td>Current exchange rate. May contain decimal values.</td>\n</tr>\n<tr>\n<td>fairValue</td>\n<td>Decimal</td>\n<td>false</td>\n<td>Market value of the vehicle.</td>\n</tr>\n<tr>\n<td>rV</td>\n<td>Decimal</td>\n<td>false</td>\n<td>Estimated worth of an asset after the asset has fully depreciated</td>\n</tr>\n<tr>\n<td>fixedAssetAmount</td>\n<td>Decimal</td>\n<td>false</td>\n<td>Fixed asset value of the vehicle.</td>\n</tr>\n<tr>\n<td>vATRate</td>\n<td>Decimal</td>\n<td>false</td>\n<td>VAT rate. Represents a percentage value.</td>\n</tr>\n<tr>\n<td>fixedAssetQuantity</td>\n<td>Int</td>\n<td>false</td>\n<td>Quantity of fixed assets.</td>\n</tr>\n<tr>\n<td>invoiceNumber</td>\n<td>String</td>\n<td>false</td>\n<td>Invoice number.</td>\n</tr>\n<tr>\n<td>InvoiceDate</td>\n<td>DateTime</td>\n<td>false</td>\n<td>Invoice Date</td>\n</tr>\n<tr>\n<td>accumulatedAmortization</td>\n<td>Float</td>\n<td>false</td>\n<td>Total accumulated depreciation.</td>\n</tr>\n<tr>\n<td>monthlyAmortization</td>\n<td>Float</td>\n<td>false</td>\n<td>Monthly depreciation amount.</td>\n</tr>\n<tr>\n<td>netBookValue</td>\n<td>Decimal</td>\n<td>false</td>\n<td>Net book value</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Int</td>\n<td>false</td>\n<td>Status of the asset. Could represent enum values (e.g., 1-Active, 2-Inactive).</td>\n</tr>\n<tr>\n<td>storageLocation</td>\n<td>String</td>\n<td>false</td>\n<td>Specifies the storage location. Can contain Turkish characters.</td>\n</tr>\n<tr>\n<td>stockLocation</td>\n<td>String</td>\n<td>false</td>\n<td>Specifies the stock location. Can contain Turkish characters.</td>\n</tr>\n<tr>\n<td>contractNumber</td>\n<td>String</td>\n<td>false</td>\n<td>Contract number.</td>\n</tr>\n<tr>\n<td>contractStartDate</td>\n<td>DateTime</td>\n<td>false</td>\n<td>Contract start date. Must follow ISO 8601 format.</td>\n</tr>\n<tr>\n<td>contractEndDate</td>\n<td>DateTime</td>\n<td>false</td>\n<td>Contract end date. Must follow ISO 8601 format.</td>\n</tr>\n<tr>\n<td>agreementNumber</td>\n<td>String</td>\n<td>false</td>\n<td>Agreement number.</td>\n</tr>\n<tr>\n<td>agreementCurrency</td>\n<td>String</td>\n<td>false</td>\n<td>Currency of the agreement (e.g., \"TRY\", \"USD\").</td>\n</tr>\n<tr>\n<td>agreementExchangeRate</td>\n<td>Float</td>\n<td>false</td>\n<td>Exchange rate associated with the agreement.</td>\n</tr>\n<tr>\n<td>remainingRentReceivable</td>\n<td>Float</td>\n<td>false</td>\n<td>Remaining rental receivable amount.</td>\n</tr>\n<tr>\n<td>additionalCost</td>\n<td>Float</td>\n<td>false</td>\n<td>Additional cost.</td>\n</tr>\n<tr>\n<td>invoiceCreationTime</td>\n<td>DateTime</td>\n<td>false</td>\n<td>Invoice Creation Time</td>\n</tr>\n<tr>\n<td>invoiceLastModificationTime</td>\n<td>DateTime</td>\n<td>false</td>\n<td>Invoice Last Modification Time</td>\n</tr>\n<tr>\n<td>equipmentCreationTime</td>\n<td>DateTime</td>\n<td>false</td>\n<td>Equipment Creation Time</td>\n</tr>\n<tr>\n<td>equipmentLastModificationTime</td>\n<td>DateTime</td>\n<td>false</td>\n<td>Equipment Last Modification Time</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["graphql"],"host":["kube-denizapi","fiorent","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"858eaa03-2b2f-44ac-b354-b844c98d7479"},{"name":"AmortizationContractList","id":"3cd77e5d-3d0a-439b-b0fc-7e2bfd89a073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":""}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  businessPartner {\n    amortizationContractList(\n        input: {\n                fiorentId: 1,\n                contractNumber: \"KON123456\", \n                licensePlate: \"34ABC123\", \n                chassisNumber: \"SASI123456789\" }) {\n      pageSize\n      pageNumber\n      totalCount\n      items {\n        fiorentId  \n        vehicleId\n        contractNumber\n        contractStartDate\n        contractEndDate\n        agreementNumber\n        agreementCurrency\n        exchangeRate\n        remainingRentReceivable\n        contractStatus\n      }\n    }\n  }\n}","variables":""}},"url":"https://cloudtestapi.fiorent.com/graphql","description":"<h3 id=\"input-parameters\"><strong>Input Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fiorentId</td>\n<td>int</td>\n<td>false</td>\n<td>Fiorent Id</td>\n</tr>\n<tr>\n<td>contractNumber</td>\n<td><code>varchar(0-20)</code></td>\n<td>false</td>\n<td>Contract number for the depreciation agreement.</td>\n</tr>\n<tr>\n<td>licensePlate</td>\n<td><code>varchar(0-20)</code></td>\n<td>false</td>\n<td>Vehicle license plate number. All characters must be uppercase and in English with no spaces.</td>\n</tr>\n<tr>\n<td>chassisNumber</td>\n<td><code>varchar(0-30)</code></td>\n<td>false</td>\n<td>Chassis number of the vehicle.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"returned-fields\"><strong>Returned Fields</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fiorentId</td>\n<td>int</td>\n<td>fiorent Id</td>\n</tr>\n<tr>\n<td>vehicleId</td>\n<td><code>int4</code></td>\n<td>Unique vehicle identifier associated with the contract.</td>\n</tr>\n<tr>\n<td>contractNumber</td>\n<td><code>varchar(0-20)</code></td>\n<td>Contract number of the depreciation contract.</td>\n</tr>\n<tr>\n<td>contractStartDate</td>\n<td><code>timestamptz</code></td>\n<td>The start date of the contract.</td>\n</tr>\n<tr>\n<td>contractEndDate</td>\n<td><code>timestamptz</code></td>\n<td>The end date of the contract.</td>\n</tr>\n<tr>\n<td>agreementNumber</td>\n<td><code>varchar(0-20)</code></td>\n<td>Agreement number of the contract.</td>\n</tr>\n<tr>\n<td>agreementCurrency</td>\n<td><code>varchar(0-10)</code></td>\n<td>Currency of the contract agreement.</td>\n</tr>\n<tr>\n<td>exchangeRate</td>\n<td><code>float8</code></td>\n<td>Exchange rate used for the contract, if applicable.</td>\n</tr>\n<tr>\n<td>remainingRentReceivable</td>\n<td><code>float8</code></td>\n<td>Remaining rental amount due under the contract.</td>\n</tr>\n<tr>\n<td>contractStatus</td>\n<td><code>int4</code></td>\n<td>Status of the contract, where values may represent various states such as active, expired, etc.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["graphql"],"host":["cloudtestapi","fiorent","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3cd77e5d-3d0a-439b-b0fc-7e2bfd89a073"}],"id":"7d0959ea-231f-4f06-b156-edd02964803e","_postman_id":"7d0959ea-231f-4f06-b156-edd02964803e","description":""}]}