{"info":{"name":"DX STF Client API","version":"1","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"GetClaim","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/claim","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","claim"],"port":"443","query":[]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetClaimById","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/claim/:Id","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","claim",":Id"],"port":"443","query":[],"variable":[{"key":"Id"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetClaimByType","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/claim/type/:Type","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","claim","type",":Type"],"port":"443","query":[{"value":"string","key":"searchTerm"},{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"Type"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetClaimByDateRange","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/claim/from/:FromDate/to/:ToDate","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","claim","from",":FromDate","to",":ToDate"],"port":"443","query":[{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"FromDate"},{"key":"ToDate"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"SearchClaim","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/claim/search","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","claim","search"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"query","value":"SearchClaimQuery","type":"text"}]}}},{"name":"AddClaim","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/claim","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","claim"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"claim","value":"ClaimMessage","type":"text"}]}}},{"name":"AcknowledgeClaim","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/claim/:ClaimId/acknowledge","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","claim",":ClaimId","acknowledge"],"port":"443","variable":[{"key":"ClaimId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[]}}},{"name":"UpdateClaimClientProcessed","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/claim/:ClaimId/processed","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","claim",":ClaimId","processed"],"port":"443","variable":[{"key":"ClaimId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"customerReference","value":"string","type":"text"},{"key":"customerProcessedDate","value":"DateTime","type":"text"}]}}},{"name":"UpdateClaimLinkedCreditNote","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/claim/:claimId/creditNote/:creditNoteId/link","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","claim",":claimId","creditNote",":creditNoteId","link"],"port":"443","variable":[{"key":"claimId"},{"key":"creditNoteId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[]}}},{"name":"GetInvoice","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/invoice","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","invoice"],"port":"443","query":[]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetInvoiceById","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/invoice/:Id","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","invoice",":Id"],"port":"443","query":[],"variable":[{"key":"Id"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetInvoiceByType","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/invoice/type/:Type","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","invoice","type",":Type"],"port":"443","query":[{"value":"string","key":"searchTerm"},{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"Type"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetInvoiceByDateRange","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/invoice/from/:FromDate/to/:ToDate","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","invoice","from",":FromDate","to",":ToDate"],"port":"443","query":[{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"FromDate"},{"key":"ToDate"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"SearchSenderInvoice","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/invoice/search/sender","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","invoice","search","sender"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"query","value":"SearchInvoiceByDateFilter","type":"text"}]}}},{"name":"AddInvoice","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/invoice","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","invoice"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"invoice","value":"InvoiceMessage","type":"text"}]}}},{"name":"AcknowledgeInvoice","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/invoice/:InvoiceId/acknowledge","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","invoice",":InvoiceId","acknowledge"],"port":"443","variable":[{"key":"InvoiceId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[]}}},{"name":"UpdateInvoiceClientProcessed","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/invoice/:InvoiceId/processed","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","invoice",":InvoiceId","processed"],"port":"443","variable":[{"key":"InvoiceId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"customerReference","value":"string","type":"text"},{"key":"customerProcessedDate","value":"DateTime","type":"text"}]}}},{"name":"GetItemDataNotification","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/itemDataNotification","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","itemDataNotification"],"port":"443","query":[]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetItemDataNotificationById","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/itemDataNotification/:Id","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","itemDataNotification",":Id"],"port":"443","query":[],"variable":[{"key":"Id"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetItemDataNotificationByIdentifier","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/itemDataNotification/:OwnerGln/:ItemDataNotificationIdentification","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","itemDataNotification",":OwnerGln",":ItemDataNotificationIdentification"],"port":"443","query":[],"variable":[{"key":"OwnerGln"},{"key":"ItemDataNotificationIdentification"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetItemDataNotificationByGtin","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/itemDataNotification/gtin/:Gtin","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","itemDataNotification","gtin",":Gtin"],"port":"443","query":[],"variable":[{"key":"Gtin"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"AddItemDataNotification","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/itemDataNotification","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","itemDataNotification"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"itemDataNotification","value":"ItemDataNotificationMessage","type":"text"}]}}},{"name":"SearchItemDataNotification","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/itemDataNotification/search","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","itemDataNotification","search"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"query","value":"SearchItemDataNotificationQuery","type":"text"}]}}},{"name":"GetPurchaseCondition","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/purchaseCondition","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","purchaseCondition"],"port":"443","query":[]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetPurchaseConditionById","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/purchaseCondition/:Id","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","purchaseCondition",":Id"],"port":"443","query":[],"variable":[{"key":"Id"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetPurchaseConditionByIdentification","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/purchaseCondition/:OwnerGln/:Identification","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","purchaseCondition",":OwnerGln",":Identification"],"port":"443","query":[],"variable":[{"key":"OwnerGln"},{"key":"Identification"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetPurchaseConditionByType","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/purchaseCondition/type/:Type","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","purchaseCondition","type",":Type"],"port":"443","query":[{"value":"string","key":"searchTerm"},{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"Type"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetPurchaseConditionByDateRange","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/purchaseCondition/from/:FromDate/to/:ToDate","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","purchaseCondition","from",":FromDate","to",":ToDate"],"port":"443","query":[{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"FromDate"},{"key":"ToDate"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"AddPurchaseCondition","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/purchaseCondition","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","purchaseCondition"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"purchaseConditions","value":"PurchaseConditionsMessage","type":"text"}]}}},{"name":"SearchSenderPurchaseCondition","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/purchaseCondition/search/sender","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","purchaseCondition","search","sender"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"query","value":"SearchPurchaseConditionByDateFilter","type":"text"}]}}},{"name":"AcknowledgePurchaseCondition","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/purchaseCondition/:PurchaseConditionId/acknowledge","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","purchaseCondition",":PurchaseConditionId","acknowledge"],"port":"443","variable":[{"key":"PurchaseConditionId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[]}}},{"name":"UpdatePurchaseConditionClientProcessed","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/purchaseCondition/:PurchaseConditionId/processed","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","purchaseCondition",":PurchaseConditionId","processed"],"port":"443","variable":[{"key":"PurchaseConditionId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"customerReference","value":"string","type":"text"},{"key":"customerProcessedDate","value":"DateTime","type":"text"}]}}},{"name":"GetReceivingAdvice","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/receivingAdvice","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","receivingAdvice"],"port":"443","query":[]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetReceivingAdviceById","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/receivingAdvice/:Id","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","receivingAdvice",":Id"],"port":"443","query":[],"variable":[{"key":"Id"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetReceivingAdviceByType","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/receivingAdvice/type/:Type","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","receivingAdvice","type",":Type"],"port":"443","query":[{"value":"string","key":"searchTerm"},{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"Type"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetReceivingAdviceByDateRange","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/receivingAdvice/from/:FromDate/to/:ToDate","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","receivingAdvice","from",":FromDate","to",":ToDate"],"port":"443","query":[{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"FromDate"},{"key":"ToDate"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"AddReceivingAdvice","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/receivingAdvice","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","receivingAdvice"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"receivingAdvice","value":"ReceivingAdviceMessage","type":"text"}]}}},{"name":"AcknowledgeReceivingAdvice","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/receivingAdvice/:ReceivingAdviceId/acknowledge","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","receivingAdvice",":ReceivingAdviceId","acknowledge"],"port":"443","variable":[{"key":"ReceivingAdviceId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[]}}},{"name":"UpdateReceivingAdviceClientProcessed","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/receivingAdvice/:ReceivingAdviceId/processed","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","receivingAdvice",":ReceivingAdviceId","processed"],"port":"443","variable":[{"key":"ReceivingAdviceId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"customerReference","value":"string","type":"text"},{"key":"customerProcessedDate","value":"DateTime","type":"text"}]}}},{"name":"GetSettlement","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/settlement","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","settlement"],"port":"443","query":[]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetSettlementById","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/settlement/:Id","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","settlement",":Id"],"port":"443","query":[],"variable":[{"key":"Id"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetSettlementByType","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/settlement/type/:Type","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","settlement","type",":Type"],"port":"443","query":[{"value":"string","key":"searchTerm"},{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"Type"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetSettlementByDateRange","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/settlement/from/:FromDate/to/:ToDate","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","settlement","from",":FromDate","to",":ToDate"],"port":"443","query":[{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"FromDate"},{"key":"ToDate"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"AddSettlement","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/settlement","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","settlement"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"settlement","value":"SettlementMessage","type":"text"}]}}},{"name":"AcknowledgeSettlement","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/settlement/:SettlementId/acknowledge","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","settlement",":SettlementId","acknowledge"],"port":"443","variable":[{"key":"SettlementId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[]}}},{"name":"UpdateSettlementClientProcessed","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/settlement/:SettlementId/processed","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","settlement",":SettlementId","processed"],"port":"443","variable":[{"key":"SettlementId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"customerReference","value":"string","type":"text"},{"key":"customerProcessedDate","value":"DateTime","type":"text"}]}}},{"name":"GetAuthToken","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/authentication/token","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","authentication","token"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"clientId","value":"string","type":"text"},{"key":"clientSecret","value":"string","type":"text"},{"key":"scope","value":"string","type":"text"}]}}},{"name":"GetCreditNote","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/creditNote","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","creditNote"],"port":"443","query":[]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetCreditNoteById","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/creditNote/:Id","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","creditNote",":Id"],"port":"443","query":[],"variable":[{"key":"Id"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetCreditNoteByType","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/creditNote/type/:Type","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","creditNote","type",":Type"],"port":"443","query":[{"value":"string","key":"searchTerm"},{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"Type"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetCreditNoteByDateRange","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/creditNote/from/:FromDate/to/:ToDate","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","creditNote","from",":FromDate","to",":ToDate"],"port":"443","query":[{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"FromDate"},{"key":"ToDate"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"AddCreditNote","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/creditNote","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","creditNote"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"creditNote","value":"InvoiceMessage","type":"text"}]}}},{"name":"AcknowledgeCreditNote","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/creditNote/:CreditNoteId/acknowledge","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","creditNote",":CreditNoteId","acknowledge"],"port":"443","variable":[{"key":"CreditNoteId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[]}}},{"name":"UpdateCreditNoteClientProcessed","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/creditNote/:CreditNoteId/processed","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","creditNote",":CreditNoteId","processed"],"port":"443","variable":[{"key":"CreditNoteId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"customerReference","value":"string","type":"text"},{"key":"customerProcessedDate","value":"DateTime","type":"text"}]}}},{"name":"AddCustomerMaster","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/customerMaster","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","customerMaster"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"customerMaster","value":"CustomerMasterMessage","type":"text"}]}}},{"name":"UpdateCustomerCredit","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/customerMaster/credit","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","customerMaster","credit"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"ownerGln","value":"string","type":"text"},{"key":"customerGln","value":"string","type":"text"},{"key":"currency","value":"string","type":"text"},{"key":"creditLimit","value":"Decimal","type":"text"},{"key":"creditBalance","value":"Decimal","type":"text"},{"key":"creditAvailable","value":"Decimal","type":"text"},{"key":"dateTime","value":"DateTime","type":"text"}]}}},{"name":"UpdateCustomerNodNdd","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/customerMaster/nod","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","customerMaster","nod"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"ownerGln","value":"string","type":"text"},{"key":"customerGln","value":"string","type":"text"},{"key":"nod","value":"List<string>","type":"text"},{"key":"ndd","value":"List<string>","type":"text"}]}}},{"name":"SearchCustomerMaster","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/customerMaster/search/owner","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","customerMaster","search","owner"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"query","value":"SearchCustomerMasterQuery","type":"text"}]}}},{"name":"GetCustomerMasterByIdentification","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/customerMaster/:OwnerGln/:CustomerMasterIdentification","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","customerMaster",":OwnerGln",":CustomerMasterIdentification"],"port":"443","query":[],"variable":[{"key":"OwnerGln"},{"key":"CustomerMasterIdentification"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetDebitNote","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/debitNote","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","debitNote"],"port":"443","query":[]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetDebitNoteById","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/debitNote/:Id","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","debitNote",":Id"],"port":"443","query":[],"variable":[{"key":"Id"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetDebitNoteByType","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/debitNote/type/:Type","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","debitNote","type",":Type"],"port":"443","query":[{"value":"string","key":"searchTerm"},{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"Type"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetDebitNoteByDateRange","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/debitNote/from/:FromDate/to/:ToDate","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","debitNote","from",":FromDate","to",":ToDate"],"port":"443","query":[{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"FromDate"},{"key":"ToDate"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"AddDebitNote","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/debitNote","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","debitNote"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"debitNote","value":"DebitNoteMessage","type":"text"}]}}},{"name":"AcknowledgeDebitNote","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/debitNote/:DebitNoteId/acknowledge","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","debitNote",":DebitNoteId","acknowledge"],"port":"443","variable":[{"key":"DebitNoteId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[]}}},{"name":"UpdateDebitNoteClientProcessed","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/debitNote/:DebitNoteId/processed","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","debitNote",":DebitNoteId","processed"],"port":"443","variable":[{"key":"DebitNoteId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"customerReference","value":"string","type":"text"},{"key":"customerProcessedDate","value":"DateTime","type":"text"}]}}},{"name":"GetOrderResponse","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/orderResponse","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","orderResponse"],"port":"443","query":[]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetOrderResponseById","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/orderResponse/:Id","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","orderResponse",":Id"],"port":"443","query":[],"variable":[{"key":"Id"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetOrderResponseByType","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/orderResponse/type/:Type","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","orderResponse","type",":Type"],"port":"443","query":[{"value":"string","key":"searchTerm"},{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"Type"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetOrderResponseByDateRange","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/orderResponse/from/:FromDate/to/:ToDate","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","orderResponse","from",":FromDate","to",":ToDate"],"port":"443","query":[{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"FromDate"},{"key":"ToDate"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"AddOrderResponse","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/orderResponse","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","orderResponse"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"orderResponse","value":"OrderResponseMessage","type":"text"}]}}},{"name":"AcknowledgeOrderResponse","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/orderResponse/:OrderResponseId/acknowledge","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","orderResponse",":OrderResponseId","acknowledge"],"port":"443","variable":[{"key":"OrderResponseId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[]}}},{"name":"UpdateOrderResponseClientProcessed","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/orderResponse/:OrderResponseId/processed","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","orderResponse",":OrderResponseId","processed"],"port":"443","variable":[{"key":"OrderResponseId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"customerReference","value":"string","type":"text"},{"key":"customerProcessedDate","value":"DateTime","type":"text"}]}}},{"name":"GetOrder","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/order","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","order"],"port":"443","query":[]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetOrderById","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/order/:Id","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","order",":Id"],"port":"443","query":[],"variable":[{"key":"Id"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetOrderByType","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/order/type/:Type","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","order","type",":Type"],"port":"443","query":[{"value":"string","key":"searchTerm"},{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"Type"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetOrderByDateRange","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/order/from/:FromDate/to/:ToDate","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","order","from",":FromDate","to",":ToDate"],"port":"443","query":[{"value":"int","key":"requestedPage"},{"value":"int","key":"numberOfRecordsPerPage"}],"variable":[{"key":"FromDate"},{"key":"ToDate"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"AddOrder","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/order","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","order"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"order","value":"OrderMessage","type":"text"}]}}},{"name":"AcknowledgeOrder","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/order/:OrderId/acknowledge","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","order",":OrderId","acknowledge"],"port":"443","variable":[{"key":"OrderId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[]}}},{"name":"ResetExported","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/order/:OrderId/reset","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","order",":OrderId","reset"],"port":"443","variable":[{"key":"OrderId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[]}}},{"name":"DuplicatedOrder","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/order/:OrderId/duplicate","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","order",":OrderId","duplicate"],"port":"443","variable":[{"key":"OrderId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"duplicateReasonCode","value":"DuplicateOrderReasonCode","type":"text"},{"key":"duplicateReasonCodeDescription","value":"string","type":"text"},{"key":"duplicateDate","value":"DateTime?","type":"text"}]}}},{"name":"UpdateOrderClientProcessed","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/order/:OrderId/processed","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","order",":OrderId","processed"],"port":"443","variable":[{"key":"OrderId"}]},"method":"PUT","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"customerReference","value":"string","type":"text"},{"key":"customerProcessedDate","value":"DateTime","type":"text"}]}}},{"name":"Ping","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/ping","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","ping"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"message","value":"string","type":"text"}]}}},{"name":"Ping","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/json/reply/Ping","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","json","reply","Ping"],"port":"443","query":[{"value":"string","key":"Message"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetTransactionalPartyById","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/transactionalParty/:Id","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","transactionalParty",":Id"],"port":"443","query":[],"variable":[{"key":"Id"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"GetTransactionalPartyByParam","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/transactionalParty","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","transactionalParty"],"port":"443","query":[{"value":"string","key":"transactionPartyGln"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"AddTransactionalParty","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/transactionalParty","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","transactionalParty"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"transactionalParty","value":"TransactionalPartyMessage","type":"text"}]}}},{"name":"Authenticate","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/auth/:provider","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","auth",":provider"],"port":"443","query":[{"value":"string","key":"userName"},{"value":"string","key":"password"},{"value":"bool?","key":"rememberMe"},{"value":"string","key":"accessToken"},{"value":"string","key":"accessTokenSecret"},{"value":"string","key":"returnUrl"},{"value":"string","key":"errorView"},{"value":"Dictionary<string,string>","key":"meta"}],"variable":[{"key":"provider"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"Authenticate","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/auth/:provider","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","auth",":provider"],"port":"443","variable":[{"key":"provider"}]},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"userName","value":"string","type":"text"},{"key":"password","value":"string","type":"text"},{"key":"rememberMe","value":"bool?","type":"text"},{"key":"accessToken","value":"string","type":"text"},{"key":"accessTokenSecret","value":"string","type":"text"},{"key":"returnUrl","value":"string","type":"text"},{"key":"errorView","value":"string","type":"text"},{"key":"meta","value":"Dictionary<string,string>","type":"text"}]}}},{"name":"Authenticate","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/auth","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","auth"],"port":"443","query":[{"value":"string","key":"provider"},{"value":"string","key":"userName"},{"value":"string","key":"password"},{"value":"bool?","key":"rememberMe"},{"value":"string","key":"accessToken"},{"value":"string","key":"accessTokenSecret"},{"value":"string","key":"returnUrl"},{"value":"string","key":"errorView"},{"value":"Dictionary<string,string>","key":"meta"}]},"method":"GET","header":"Accept: application/json","body":{"mode":"formdata"}}},{"name":"Authenticate","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/auth","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","auth"],"port":"443"},"method":"POST","header":"Accept: application/json","body":{"mode":"formdata","formdata":[{"key":"provider","value":"string","type":"text"},{"key":"userName","value":"string","type":"text"},{"key":"password","value":"string","type":"text"},{"key":"rememberMe","value":"bool?","type":"text"},{"key":"accessToken","value":"string","type":"text"},{"key":"accessTokenSecret","value":"string","type":"text"},{"key":"returnUrl","value":"string","type":"text"},{"key":"errorView","value":"string","type":"text"},{"key":"meta","value":"Dictionary<string,string>","type":"text"}]}}},{"name":"Authenticate","request":{"url":{"raw":"https://stf-api-uat.data-xchange.com/api/json/reply/Authenticate","protocol":"https","host":"stf-api-uat.data-xchange.com","path":["api","json","reply","Authenticate"],"port":"443","query":[{"value":"string","key":"provider"},{"value":"string","key":"UserName"},{"value":"string","key":"Password"},{"value":"bool?","key":"RememberMe"},{"value":"string","key":"AccessToken"},{"value":"string","key":"AccessTokenSecret"},{"value":"string","key":"ReturnUrl"},{"value":"string","key":"ErrorView"},{"value":"Dictionary<string,string>","key":"Meta"}]},"method":"OPTIONS","header":"Accept: application/json","body":{"mode":"formdata"}}}]}