From 309c6791dc43470463a64fb87102eadbb3a39189 Mon Sep 17 00:00:00 2001 From: ce-nistal Date: Tue, 1 Oct 2024 16:54:49 -0300 Subject: [PATCH] Update documentation --- Apps.XtrfCustomerPortal/Apps.XtrfCustomerPortal.csproj | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Apps.XtrfCustomerPortal/Apps.XtrfCustomerPortal.csproj b/Apps.XtrfCustomerPortal/Apps.XtrfCustomerPortal.csproj index f341abf..b7e4b95 100644 --- a/Apps.XtrfCustomerPortal/Apps.XtrfCustomerPortal.csproj +++ b/Apps.XtrfCustomerPortal/Apps.XtrfCustomerPortal.csproj @@ -6,7 +6,7 @@ enable XTRF Customer portal The XTRF Customer Portal is a private website restricted to authorized use for business purposes. It allows clients to access and manage translation project details. Within the portal, clients can view and edit information such as contact details, account manager, pricing, language combinations, and CAT tools used. - 1.0.3 + 1.0.4 Apps.XtrfCustomerPortal Apps.XtrfCustomerPortal diff --git a/README.md b/README.md index dfe0bd4..c017ce7 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ Typically, the URL for the XTRF Customer Portal is `https://[your-xtrf-host.com] - **Search quotes** - Search quotes based on the provided criteria. - **Get quote** - Get a specific quote by Quote ID. - **Create quote** - Create a new quote based on the provided data. +- **Accept quote** - Accept a specific quote by Quote ID (only Quotes with Sent status can be accepted) +- **Reject quote** - Reject a specific quote by Quote ID ## Feedback