{"info":{"_postman_id":"3ece93b9-c9a6-49ca-a389-a8aa7cbe8261","name":"Express Transactional Partnership Gateway","description":"<html><head></head><body><p>Aşağıda İş Ortağı tarafından kullanılabilecek end-pointler ve kullanım amaçları tanıtılmıştır.</p>\n<p>End-pointler authentication sürecinden başarılı şekilde geçen istekler için çalışacaktır. Bearer token yöntemi kullanılmaktadır.</p>\n<p>Entegrasyon için IP tanımlamaları ve kullanıcı adı - şifre bilgileri için sistem ekibi ile iletişime geçilmelidir.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11161148","collectionId":"3ece93b9-c9a6-49ca-a389-a8aa7cbe8261","publishedId":"U16hu6w3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-09-08T11:11:49.000Z"},"item":[{"name":"Authorization","item":[{"name":"token","id":"50409fd3-b5c7-4b86-a6aa-9e765f27682c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientName\": \"<string>\",\r\n  \"password\": \"<string>\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/tokens","urlObject":{"protocol":"https","path":["tokens"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[]}},"response":[{"id":"55f012f9-1bbd-44ba-8e81-2071136134e9","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientName\": \"<string>\",\r\n  \"password\": \"<string>\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/tokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"tokenValue\": \"<string>\",\r\n  \"expireTime\": \"<DateTime>\",\r\n  \"roles\": [\r\n    \"<string>\"\r\n  ]\r\n}"},{"id":"68f4ef8c-385d-4aec-9e34-289761e50233","name":"NotFound","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientName\": \"<string>\",\r\n  \"password\": \"<string>\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/tokens"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<errorMessage>\"\n}"},{"id":"b86dd4a8-6f89-4c48-93e4-1d93a3f857c3","name":"BadRequest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientName\": \"<string>\",\r\n  \"password\": \"<string>\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/tokens"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"<errorMessage>\"\r\n}"},{"id":"f50e43ce-42a5-4fd6-81a4-3be22b71982b","name":"BadGateway","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientName\": \"<string>\",\r\n  \"password\": \"<string>\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/tokens"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<errorMessage>\"\n}"}],"_postman_id":"50409fd3-b5c7-4b86-a6aa-9e765f27682c"}],"id":"cba48370-02b7-4cd4-93e4-c5896a8af4e8","_postman_id":"cba48370-02b7-4cd4-93e4-c5896a8af4e8","description":""},{"name":"Accounts","item":[{"name":"accounts","id":"d5e91ade-cf05-498a-8099-c76d963aeb01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://express-crm-gw.relateddigital.com/account?AccountId=<string>&PageNumber=<integer>&PageSize=<integer>","description":"<p>Son kullanıcıların <em>Express</em> sistemi üzerindeki bilgilerine erişilmek istendiği zaman kullanılacaktır.</p>\n<p><code>AccountId</code> opsiyone alandır. null veya boş string katarı değilse dikkate alınacaktır.</p>\n","urlObject":{"protocol":"https","path":["account"],"host":["express-crm-gw","relateddigital","com"],"query":[{"description":{"content":"<p>Son kullanıcıyı işaret eder</p>\n","type":"text/plain"},"key":"AccountId","value":"<string>"},{"description":{"content":"<p>0dan büyük değer olmalıdır. Varsayılan değer: 1</p>\n","type":"text/plain"},"key":"PageNumber","value":"<integer>"},{"description":{"content":"<p>0dan büyük değer olmalıdır. Varsayılan değer: 10</p>\n","type":"text/plain"},"key":"PageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"f7be7fa2-5e96-48c2-a531-e06eb16b7a2a","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts?AccountId=<string>&Email=<string>&PageNumber=<integer>&PageSize=<integer>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts"],"query":[{"key":"AccountId","value":"<string>"},{"key":"Email","value":"<string>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"totalCount\":\"<int>\",\n\t\"data\":[\n\t\t{\n\t\t\t\"accountId\": \"<string>\",\n\t\t\t\"email\": \"<string>\",\n\t\t\t\"companyName\": \"<string>\",\n\t\t\t\"companySiteAddress\": \"<string>\",\n\t\t\t\"firstName\": \"<string>\",\n\t\t\t\"lastName\": \"<string>\",\n\t\t\t\"emailVerified\":\"<bool>\"\n\t\t}\n\t]\n}"},{"id":"0150d119-1ad2-46bf-b0cd-0ee897438aeb","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts?AccountId=<string>&Email=<string>&PageNumber=<integer>&PageSize=<integer>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts"],"query":[{"key":"AccountId","value":"<string>"},{"key":"Email","value":"<string>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"50ec177f-c392-4e7b-9925-f605c6501362","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts?AccountId=<string>&Email=<string>&PageNumber=<integer>&PageSize=<integer>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts"],"query":[{"key":"AccountId","value":"<string>"},{"key":"Email","value":"<string>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"a0f041bf-f6d9-4072-bb8f-677e960eab4f","name":"NotFound","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts?AccountId=<string>&Email=<string>&PageNumber=<integer>&PageSize=<integer>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts"],"query":[{"key":"AccountId","value":"<string>"},{"key":"Email","value":"<string>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"0b582bc7-f3d9-4227-a7a8-7c6d11979ad1","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts?AccountId=<string>&Email=<string>&PageNumber=<integer>&PageSize=<integer>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts"],"query":[{"key":"AccountId","value":"<string>"},{"key":"Email","value":"<string>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d5e91ade-cf05-498a-8099-c76d963aeb01"},{"name":"accounts","id":"c58e96be-e204-4f43-9753-875354745444","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"password\": \"<string>\",\n    \"companyName\": \"<string>\",\n    \"companySiteAddress\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\"\n}"},"url":"https://express-crm-gw.relateddigital.com/account","description":"<p>Son kullanıcıların <em>Express</em> sistemi üzerinde oluşturulması istendiği zaman İş ortağı tarafından bu end-point kullanılmalıdır.</p>\n<p><code>email</code> alanı zorunludur. Kullanıcılar için eşsiz (unique) değerler olmalıdır.</p>\n<p><code>password</code> alanı zorunludur. [8-20] karakter uzunluğunda, en az 1 sayı, 1 büyük harf ve 1 küçük harf içermelidir.</p>\n<p><code>companyName</code> alanı zorunludur. Firma adı bilgisi [1-100] karakter uzunluğunda olmalıdır.</p>\n<p><code>companySiteAddress</code>alanı zorunludur. Firmaya ait web adresi bilgisi [1-100] karakter uzunluğunda olmalıdır.</p>\n","urlObject":{"protocol":"https","path":["account"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[]}},"response":[{"id":"f4cbcb30-d700-4ea2-94c2-17294489cb9a","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"password\": \"<string>\",\n    \"companyName\": \"<string>\",\n    \"companySiteAddress\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\"\n}"},"url":"https://express-crm-gw.relateddigital.com/accounts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"accountId\": \"<string>\",\n \"email\": \"<string>\",\n \"companyName\": \"<string>\",\n \"companySiteAddress\": \"<string>\",\n \"firstName\": \"<string>\",\n \"lastName\": \"<string>\",\n \"emailVerified\":\"<bool>\"\n}"},{"id":"e303e4f6-a3a6-405a-8984-0b78bd216781","name":"Conflict","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"password\": \"<string>\",\n    \"companyName\": \"<string>\",\n    \"companySiteAddress\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\"\n}"},"url":"https://express-crm-gw.relateddigital.com/accounts"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"f53cb5be-d138-45d8-850e-97e2b669a8ed","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"password\": \"<string>\",\n    \"companyName\": \"<string>\",\n    \"companySiteAddress\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\"\n}"},"url":"https://express-crm-gw.relateddigital.com/accounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1f2189c3-bcad-40eb-8072-3ee118d5f7f9","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"password\": \"<string>\",\n    \"companyName\": \"<string>\",\n    \"companySiteAddress\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\"\n}"},"url":"https://express-crm-gw.relateddigital.com/accounts"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"542e7675-8565-4f5f-8185-a58a4e9e6e2d","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"password\": \"<string>\",\n    \"companyName\": \"<string>\",\n    \"companySiteAddress\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\"\n}"},"url":"https://express-crm-gw.relateddigital.com/accounts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"}],"_postman_id":"c58e96be-e204-4f43-9753-875354745444"}],"id":"a71f8591-6a03-440c-9108-d74baaaa0675","description":"<p>Son kullanıcıya ait veriler üzerinde işlem yapmak için kullanılacaktır.</p>\n","_postman_id":"a71f8591-6a03-440c-9108-d74baaaa0675"},{"name":"Connections","item":[{"name":"connection","id":"55a625e3-36e2-4f91-815e-c74e23366913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://express-crm-gw.relateddigital.com/connection/accountId:int?IsVerified=<bool>&ConnectionId=<int>&ConnectionValue=<string>&IsDomainOwner=<bool>","urlObject":{"protocol":"https","path":["connection","accountId:int"],"host":["express-crm-gw","relateddigital","com"],"query":[{"key":"IsVerified","value":"<bool>"},{"key":"ConnectionId","value":"<int>"},{"key":"ConnectionValue","value":"<string>"},{"key":"IsDomainOwner","value":"<bool>"}],"variable":[]}},"response":[{"id":"cbe4c58d-0f84-41ec-9732-7c30f6577633","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/connection/accountId:int?IsVerified=<bool>&ConnectionId=<int>&ConnectionValue=<string>&IsDomainOwner=<bool>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["connection","accountId:int"],"query":[{"key":"IsVerified","value":"<bool>"},{"key":"ConnectionId","value":"<int>"},{"key":"ConnectionValue","value":"<string>"},{"key":"IsDomainOwner","value":"<bool>"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"totalCount\":\"<int>\",\n\t\"data\":[\n\t\t{\n            \"connectionId\": \"<int>\",\n            \"accountId\": \"<int>\",\n            \"connectionValue\": \"<string>\",\n            \"name\": \"<string>\",\n            \"replyTo\": \"<string>\",\n            \"fromName\": \"<string>\",\n            \"verified\": \"<bool>\",\n            \"isDomainOwner\": \"<bool>\"\n\t\t}\n\t]\n}"},{"id":"e47261b3-c9dc-4931-beeb-76036c51e824","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/connection/accountId:int?IsVerified=<bool>&ConnectionId=<int>&ConnectionValue=<string>&IsDomainOwner=<bool>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["connection","accountId:int"],"query":[{"key":"IsVerified","value":"<bool>"},{"key":"ConnectionId","value":"<int>"},{"key":"ConnectionValue","value":"<string>"},{"key":"IsDomainOwner","value":"<bool>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"0a4ac86c-cc72-4749-8416-317d4a447545","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/connection/accountId:int?IsVerified=<bool>&ConnectionId=<int>&ConnectionValue=<string>&IsDomainOwner=<bool>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["connection","accountId:int"],"query":[{"key":"IsVerified","value":"<bool>"},{"key":"ConnectionId","value":"<int>"},{"key":"ConnectionValue","value":"<string>"},{"key":"IsDomainOwner","value":"<bool>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"ca57fa93-ce5c-46b3-bbe1-3c58229a0551","name":"NotFound","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/connection/accountId:int?IsVerified=<bool>&ConnectionId=<int>&ConnectionValue=<string>&IsDomainOwner=<bool>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["connection","accountId:int"],"query":[{"key":"IsVerified","value":"<bool>"},{"key":"ConnectionId","value":"<int>"},{"key":"ConnectionValue","value":"<string>"},{"key":"IsDomainOwner","value":"<bool>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"b559fbea-afe6-4f51-b3b0-587d9def20c6","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/connection/accountId:int?IsVerified=<bool>&ConnectionId=<int>&ConnectionValue=<string>&IsDomainOwner=<bool>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["connection","accountId:int"],"query":[{"key":"IsVerified","value":"<bool>"},{"key":"ConnectionId","value":"<int>"},{"key":"ConnectionValue","value":"<string>"},{"key":"IsDomainOwner","value":"<bool>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"}],"_postman_id":"55a625e3-36e2-4f91-815e-c74e23366913"},{"name":"connection","id":"0e17e7df-7008-41d6-a8cf-4765066535e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"<string>\",\r\n  \"connectionValue\": \"<string>\",\r\n  \"replyTo\": \"<string>\",\r\n  \"fromName\": \"<string>\",\r\n  \"isDomainOwner\": \"<bool>\"\r\n}"},"url":"https://express-crm-gw.relateddigital.com/connection/accountId:int","urlObject":{"protocol":"https","path":["connection","accountId:int"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[]}},"response":[{"id":"82681511-f05e-4ed1-9c6a-7c548f51da96","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"<string>\",\r\n  \"connectionValue\": \"<string>\",\r\n  \"replyTo\": \"<string>\",\r\n  \"fromName\": \"<string>\",\r\n  \"isDomainOwner\": \"<bool>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/connection/accountId:int"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\":  \"<string>\",\n  \"verified\":  \"<bool>\",\n  \"accountId\": \"<int>\",\n  \"connectionId\":  \"<int>\",\n  \"senderProfileId\":  \"<int>\",\n  \"connectionValue\": \"<string>\",\n  \"replyTo\": \"<string>\",\n  \"fromName\":  \"<string>\",\n  \"isDomainOwner\":  \"<bool>\",\n  \"domainId\":  \"<int>\",\n  \"domainName\": \"<string>\",\n  \"emailCampaignDomainStatus\":  \"<int>\",\n  \"domainStatusChangedDate\":  \"<dateTime>\",\n  \"description\":  \"<string>\"\n}"},{"id":"05a20926-a367-44ec-b35d-77bb62d5b1ab","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"<string>\",\r\n  \"connectionValue\": \"<string>\",\r\n  \"replyTo\": \"<string>\",\r\n  \"fromName\": \"<string>\",\r\n  \"isDomainOwner\": \"<bool>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/connection/accountId:int"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"8a99fb25-84b7-4f7a-a002-fadfaf2a9dbb","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"<string>\",\r\n  \"connectionValue\": \"<string>\",\r\n  \"replyTo\": \"<string>\",\r\n  \"fromName\": \"<string>\",\r\n  \"isDomainOwner\": \"<bool>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/connection/accountId:int"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"438a3827-2d51-446d-96d4-b0e1ebd886d1","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"<string>\",\r\n  \"connectionValue\": \"<string>\",\r\n  \"replyTo\": \"<string>\",\r\n  \"fromName\": \"<string>\",\r\n  \"isDomainOwner\": \"<bool>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/connection/accountId:int"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"1905e2bb-76ce-47b2-80a6-7b341d921d28","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"<string>\",\r\n  \"connectionValue\": \"<string>\",\r\n  \"replyTo\": \"<string>\",\r\n  \"fromName\": \"<string>\",\r\n  \"isDomainOwner\": \"<bool>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/connection/accountId:int"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"}],"_postman_id":"0e17e7df-7008-41d6-a8cf-4765066535e1"},{"name":"domain-verification-request","id":"d9cea89d-834e-4dc1-9b0c-7498ea6b887c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://express-crm-gw.relateddigital.com/connection/accountId:int/domain-verification-request/connectionId:int","description":"<p>Alan adı kaydı yapılan gönderici profillerinde doğrulama isteği göndermek için kullanılır.</p>\n","urlObject":{"protocol":"https","path":["connection","accountId:int","domain-verification-request","connectionId:int"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[]}},"response":[{"id":"09d04a5f-5802-4f32-9352-25ef80ef2eac","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/connection/accountId:int/domain-verification-request/connectionId:int"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""},{"id":"5e16a380-f955-4fa9-adf7-c0a8b6459814","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/connection/accountId:int/domain-verification-request/connectionId:int"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"25c5044f-987b-4afd-9fd2-4f201e17aea0","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/connection/accountId:int/domain-verification-request/connectionId:int"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"16e0f8e0-9e83-4e65-a3dd-16969791fce7","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/connection/accountId:int/domain-verification-request/connectionId:int"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"85fec80b-eb45-41dc-b83d-e8f290c62d3e","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/connection/accountId:int/domain-verification-request/connectionId:int"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"}],"_postman_id":"d9cea89d-834e-4dc1-9b0c-7498ea6b887c"},{"name":"spf-dkim","id":"88445fd1-f7c1-4635-b853-8194a995948a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://express-crm-gw.relateddigital.com/connection/spf-dkim","description":"<p>Alan adı kaydı yapmak için kullanılacak bilgileri listeler.</p>\n","urlObject":{"protocol":"https","path":["connection","spf-dkim"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[]}},"response":[{"id":"d97ea566-ff47-4028-b595-06524369bda6","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://express-crm-gw.relateddigital.com/connection/spf-dkim"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dkimRecordResponse\": {\n    \"txtRecordName\": \"<string>\",\n    \"txtRecordValue\": \"<string>\"\n  },\n  \"spfRecordResponse\": {\n    \"txtRecordValue\": \"<string>\"\n  }\n}"},{"id":"8cbfd9d5-9f2f-463f-b3cc-71799e545511","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"https://express-crm-gw.relateddigital.com/connection/spf-dkim"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"}],"_postman_id":"88445fd1-f7c1-4635-b853-8194a995948a"}],"id":"d0de1950-4187-42b8-a084-6b4b73c7b647","description":"<p><strong>Connection</strong> maillerin gönderileceği email adresini temsil eder.</p>\n<p>Account oluşturulduğu zaman varsayılan olarak ilgili email adresi ile bir connection oluşturulur. Sonradan farklı bir connection oluşturmak vaya varolan connection'a alan adı kaydı yapmak gibi işlemleriniz için buradaki istekler kullanılabilir.</p>\n","_postman_id":"d0de1950-4187-42b8-a084-6b4b73c7b647"},{"name":"Subscriptions","item":[{"name":"accounts/{accountId}/subscriptions","id":"2f6e8014-386e-4b4c-a421-5a98c0932be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://express-crm-gw.relateddigital.com/subscription/:accountId?CatalogType=Transactional&SubscriptionStatus=<integer>&SubscriptionId=<string>","description":"<p>Son kullanıcıya ait abonelik bilgilerini talep etmek için kullanılmalıdır.</p>\n","urlObject":{"protocol":"https","path":["subscription",":accountId"],"host":["express-crm-gw","relateddigital","com"],"query":[{"key":"CatalogType","value":"Transactional"},{"key":"SubscriptionStatus","value":"<integer>"},{"key":"SubscriptionId","value":"<string>"}],"variable":[{"id":"ed2291a1-14e7-4e14-a60c-07d89692cf74","type":"any","value":null,"key":"accountId"}]}},"response":[{"id":"dd42c4e2-c7c4-4481-8506-50b233f79ebb","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"totalCount\": \"<integer>\",\n \"data\":[\n \t{\n \t\t\"subscriptionId\": \"<string>\",\n \t\t\"accountId\": \"<string>\",\n        \"startDate\": \"<date-time>\",\n        \"endDate\": \"<date-time>\",\n        \"subscriptionStatus\": \"<string>\",\n        \"subscriptionName\": \"<string>\",\n        \"memberQuota\": \"<integer>\",\n        \"emailQuota\": \"<integer>\"\n \t}\n \t]\n}"},{"id":"df31d578-42af-4bb8-a330-70d5584f3932","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions"],"variable":[{"key":"accountId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"89a07105-63c4-4803-85f8-c81f7e4d4b28","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions"],"variable":[{"key":"accountId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d2e55a0e-dfbf-4fb6-a839-21d011a101a8","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"6344b4fc-44d3-45e2-aa19-6d8cdc65fcc4","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"}],"_postman_id":"2f6e8014-386e-4b4c-a421-5a98c0932be0"},{"name":"accounts/{accountId}/subscription/{subscriptionId}/status","id":"64f9f6f1-cfff-41c4-8a63-807f8ba4d71e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"subscriptionId\": \"<string>\",\n    \"subscriptionStatus\": \"<string>\"\n}"},"url":"https://express-crm-gw.relateddigital.com/subscription/status/:accountId","description":"<p>Son kullanıcıya ait abonelik bilgisinin durumu üzerinde değişiklik yapmak amacı ile kullanılacaktır.</p>\n<p>Kullanıcı paketini kullanmamış ve para iadesi talep ettiği durumda bu end-point kullanılacaktır. İstek içerisinde yer alan <code>subscriptionStatus</code> alanı <code>Cancelled</code> olarak talep iletilecektir. Eğer iade talebi kabul edilebilirse <code>2XX</code> statüsü ile dönüş yapılacaktır.</p>\n","urlObject":{"protocol":"https","path":["subscription","status",":accountId"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[{"id":"3a69afae-bb53-48f0-9f47-aeb33f0e6ea0","description":{"content":"<p>Son kullanıcıyı işaret eder</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"2695e598-015f-4fa5-8c73-00cf65c58410","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"subscriptionStatus\": \"<string>\"\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions/:subscriptionId","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions",":subscriptionId"],"variable":[{"key":"accountId"},{"key":"subscriptionId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \t\"subscriptionId\": \"<string>\",\n \t\"accountId\": \"<string>\",\n    \"startDate\": \"<date-time>\",\n    \"endDate\": \"<date-time>\",\n    \"subscriptionStatus\": \"<string>\",\n    \"subscriptionName\": \"<string>\",\n    \"memberQuota\": \"<integer>\",\n    \"emailQuota\": \"<integer>\"\n }"},{"id":"b72ded9d-ea03-43fb-94b9-4ce574354cf0","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"subscriptionStatus\": \"<string>\"\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions/:subscriptionId","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions",":subscriptionId"],"variable":[{"key":"accountId"},{"key":"subscriptionId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"51ee2697-a066-4030-8b52-e82d629491a8","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"subscriptionStatus\": \"<string>\"\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions/:subscriptionId","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions",":subscriptionId"],"variable":[{"key":"accountId"},{"key":"subscriptionId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"44c27c3c-0033-4379-9245-82e79c03fa87","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"subscriptionStatus\": \"<string>\"\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions/:subscriptionId","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions",":subscriptionId"],"variable":[{"key":"accountId"},{"key":"subscriptionId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"2b4dbb87-85b9-41bc-8aae-67fc48b68c2a","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"subscriptionStatus\": \"<string>\"\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions/:subscriptionId","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions",":subscriptionId"],"variable":[{"key":"accountId"},{"key":"subscriptionId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4b744459-0665-4eff-b773-b3bfab37194f","name":"Conflict","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"subscriptionStatus\": \"<string>\"\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions/:subscriptionId/status","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions",":subscriptionId","status"],"variable":[{"id":"3a69afae-bb53-48f0-9f47-aeb33f0e6ea0","key":"accountId","value":"<string>","type":"string","description":"Son kullanıcıyı işaret eder"},{"id":"7d5c1721-b16b-4433-bc89-4b30db427c31","key":"subscriptionId","value":"<string>","type":"string","description":"Son kullanıcıya ait abonelik bilgisini işaret eder"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"}],"_postman_id":"64f9f6f1-cfff-41c4-8a63-807f8ba4d71e"},{"name":"accounts/{accountId}/orders","id":"dcb896ad-4ae6-4dd9-b189-831f8c74f0d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"productId\": \"<string>\",\n    \"correlationId\": \"<string>\"\n}"},"url":"https://express-crm-gw.relateddigital.com/subscription/:accountId","description":"<p>Son kullanıcı adına sipariş emri vermek için kullanılacaktır.</p>\n<p>Kullanıcının aboneliği yoksa, satın alma emri akabinde kullanıcıya bir abonelik oluşturulacaktır.</p>\n<p><strong>Not</strong>: Abonelik süreleri talep edilen ürüne göre değişiklik gösterebilmektedir.</p>\n<p>Eğer kullanıcının aboneliği varsa ve sipariş bilgisi içerisinde abone olunmuş üründen daha büyük bir ürüne ait bilgiler yer alıyorsa, bu işlem <code>upgrade</code> talebi olarak işleme alınır. Kullanıcının yeni paketine ait haklar mümkün olan en kısa sürede verilmek üzere işlem sırasına alınacaktır. Abonelik devam ederken yenileme amacıyla aynı ürün kodu ile veya daha küçük bir ürün kodu ile istek atılırsa, <code>Preconditinal Failed</code> hata kodu ile karşılaşılacaktır.</p>\n<p>Satın alma emri yürütüldükten sonra, kullanıcının haklarının son geçerlilik tarihinden sonra aynı ürün bilgileri ile bahsi geçen end-pointe istek atılarak abonelik yenileme (<code>renewal</code>) işlemi  yürütülebilir. Eğer daha küçük ürün veya daha büyük ürün bilgisi ile tetiklenecek olursa da <code>downgrade</code> veya <code>upgrade</code> işlemi yapılmış olunacaktır.</p>\n<p><code>productId</code> GET products end-pointi üzerinden elde edilen değerlerden biri gönderilmelidir.</p>\n<p><code>correlationId</code> Satın alma iş emrinin yalnız 1 defa yürütüldüğünü garanti altına almak için kullanılacaktır. İş Ortağı tarafından gönderilecek bu veri, her bir satın alma işlemi için eşsiz olmalıdır.  </p>\n","urlObject":{"protocol":"https","path":["subscription",":accountId"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[{"id":"1a2a83fa-a159-4091-a057-76eebf1014c0","description":{"content":"<p>Son kullanıcıyı işaret eder</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"1d3c4ab9-6bf1-4f0a-8f2b-870d1dfe3166","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productId\": \"<string>\",\n    \"correlationId\": \"<string>\"\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/orders","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","orders"],"variable":[{"key":"accountId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"accountId\": \"<string>\",\n \"packageId\": \"<string>\",\n \"expireDateTime\": \"<dateTime>\"\n}"},{"id":"5f8ba76e-2374-4751-bb61-8bd9b6483c09","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productId\": \"<string>\",\n    \"correlationId\": \"<string>\"\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/orders","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","orders"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"1fa61b91-4a05-4698-96a1-76e6e9c0d4a8","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productId\": \"<string>\",\n    \"correlationId\": \"<string>\"\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/orders","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","orders"],"variable":[{"key":"accountId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e7e0c69a-9544-43cd-ba25-97871b18c661","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productId\": \"<string>\",\n    \"correlationId\": \"<string>\"\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/orders","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","orders"],"variable":[{"key":"accountId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d3737c4c-588f-4048-ba58-3189a63e6257","name":"Conflict","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productId\": \"<string>\",\n    \"correlationId\": \"<string>\"\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/orders","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","orders"],"variable":[{"key":"accountId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"f1dc14e8-0808-4433-b001-4aa3566ad444","name":"Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"productId\": \"<string>\",\n    \"correlationId\": \"<string>\"\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/account/:accountId/orders","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["account",":accountId","orders"],"variable":[{"key":"accountId","value":"<string>","description":"Son kullanıcıyı işaret eder"}]}},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"}],"_postman_id":"dcb896ad-4ae6-4dd9-b189-831f8c74f0d3"}],"id":"ebe63fd7-8093-4769-bde6-b7a52fc2695c","description":"<p>Subscription Statuses değerleri</p>\n<ul>\n<li>Active = 1</li>\n<li>Expired = 2</li>\n<li>Cancelled = 3</li>\n</ul>\n","_postman_id":"ebe63fd7-8093-4769-bde6-b7a52fc2695c"},{"name":"Products","item":[{"name":"products","id":"9b322d5b-6b3f-40c6-9484-03aa939a5ea5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://express-crm-gw.relateddigital.com/product?ProductType=Transactional&ProductId=<string>","description":"<p>Sistemde yer alan, satışa uygun ürünlerin tespiti için kullanılmalıdır.</p>\n","urlObject":{"protocol":"https","path":["product"],"host":["express-crm-gw","relateddigital","com"],"query":[{"key":"ProductType","value":"Transactional"},{"key":"ProductId","value":"<string>"}],"variable":[]}},"response":[{"id":"0d20e01c-389a-4b7c-a4c4-61bf41048c31","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/products?ProductId=<string>&PageNumber=<integer>&PageSize=<integer>&SkippedItemCount=<integer>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["products"],"query":[{"key":"ProductId","value":"<string>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"SkippedItemCount","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"totalCount\": \"<integer>\",\n \"data\": [\n  {\n   \"productId\": \"<string>\",\n   \"memberQuota\": \"<integer>\",\n   \"emailQuota\": \"<integer>\",\n   \"period\": \"<string>\"\n  },\n  {\n   \"productId\": \"<string>\",\n   \"memberQuota\": \"<integer>\",\n   \"emailQuota\": \"<integer>\",\n   \"period\": \"<string>\"\n  }\n ]\n}"},{"id":"fa6c2057-b18d-4722-b5aa-590134ed2f1b","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/products?ProductId=<string>&PageNumber=<integer>&PageSize=<integer>&SkippedItemCount=<integer>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["products"],"query":[{"key":"ProductId","value":"<string>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"SkippedItemCount","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"66bd3334-0944-422c-8cf4-426379b0d1c0","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/products?ProductId=<string>&PageNumber=<integer>&PageSize=<integer>&SkippedItemCount=<integer>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["products"],"query":[{"key":"ProductId","value":"<string>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"SkippedItemCount","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"0e76c26c-c8e3-4108-90d6-878fe316eb25","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/products?ProductId=<string>&PageNumber=<integer>&PageSize=<integer>&SkippedItemCount=<integer>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["products"],"query":[{"key":"ProductId","value":"<string>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"SkippedItemCount","value":"<integer>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"4a856962-1824-4bd3-9baa-9bc90925f263","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/products?ProductId=<string>&PageNumber=<integer>&PageSize=<integer>&SkippedItemCount=<integer>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["products"],"query":[{"key":"ProductId","value":"<string>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"SkippedItemCount","value":"<integer>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b322d5b-6b3f-40c6-9484-03aa939a5ea5"}],"id":"5a8f1b73-b419-4348-bbcc-c282ddb7ab6a","_postman_id":"5a8f1b73-b419-4348-bbcc-c282ddb7ab6a","description":""},{"name":"Quota","item":[{"name":"accounts/{accountId}/quotas","id":"8a5a511a-3986-4810-94f4-fc5c98ccf610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://express-crm-gw.relateddigital.com/:accountId?QuotaTypes=3&QuotaStatus=<integer>","description":"<p>Son kullanıcıya ait hakedişler ve kalan haklar bilgilerine erişim için kullanılacaktır.</p>\n<p>Kıstaslar ile talep edilen bilgiye ulaşım sağlanabilir.</p>\n","urlObject":{"protocol":"https","path":[":accountId"],"host":["express-crm-gw","relateddigital","com"],"query":[{"key":"QuotaTypes","value":"3"},{"key":"QuotaStatus","value":"<integer>"}],"variable":[{"id":"f3736365-0b61-415b-bb77-c9d7b3fe7a31","description":{"content":"<p>Son kullanıcıyı işaret eder</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"3d62eb6d-3b3e-441d-b33f-2ce5d79762c0","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"totalCount\": \"<integer>\",\n \"data\":[\n \t{\n \t\t\"quotaId\": \"<string>\",\n        \"accountId\": \"<string>\",\n        \"initialQuota\": \"<integer>\",\n        \"currentQuota\": \"<integer>\",\n\t\t\"expireTime\": \"<date-time>\",\n        \"quotaType\": \"<integer>\",\n        \"quotaStatus\": \"<integer>\"\n \t}\n \t]\n}"},{"id":"e5b9ed0a-89dc-4803-b809-da69f46af92c","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions"],"variable":[{"key":"accountId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5bd3ab1c-8c68-4c61-b949-4f3c14eb74ce","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"58afeae5-09fd-4679-ac89-3a1492789c64","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"4f796cbb-1fdd-4d24-9968-141fddd356f4","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/accounts/:accountId/subscriptions","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":["accounts",":accountId","subscriptions"],"variable":[{"key":"accountId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8a5a511a-3986-4810-94f4-fc5c98ccf610"}],"id":"fa719b75-8b8f-4d46-b3dc-404e88a3390d","description":"<p>Quota Statuses değerleri</p>\n<ul>\n<li>Active = 1</li>\n<li>Expired = 2</li>\n</ul>\n","_postman_id":"fa719b75-8b8f-4d46-b3dc-404e88a3390d"},{"name":"health-check","id":"a55d38c8-a62d-4887-ae1b-47de3490b8eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://express-crm-gw.relateddigital.com/health-check","urlObject":{"protocol":"https","path":["health-check"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[]}},"response":[{"id":"b068cec8-9789-4685-987e-ddf401dbb2e2","name":"OK","originalRequest":{"method":"GET","header":[],"url":"https://express-crm-gw.relateddigital.com/health-check"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"e8a28e1f-7d96-429f-b60c-98e703b733aa","name":"InternalServerError","originalRequest":{"method":"GET","header":[],"url":"https://express-crm-gw.relateddigital.com/health-check"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a55d38c8-a62d-4887-ae1b-47de3490b8eb"}],"event":[{"listen":"prerequest","script":{"id":"278901a1-59f9-47f5-bfc1-45ba60aeb435","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"05fc2d1e-fd0c-430d-a0e9-71a392c8c2a5","type":"text/javascript","exec":[""]}}]}