From 9f13c3fde4d9811f314ab8c27a8cad6eb2fa5fa5 Mon Sep 17 00:00:00 2001 From: maheshamuthukuda <113620277+maheshamuthukuda@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:33:38 -0500 Subject: [PATCH 1/3] Update opportunities-api.md --- _apidocs/opportunities-api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_apidocs/opportunities-api.md b/_apidocs/opportunities-api.md index 80650674c..b381f7b32 100644 --- a/_apidocs/opportunities-api.md +++ b/_apidocs/opportunities-api.md @@ -8884,6 +8884,10 @@ Error Code|Field | Error Message | Reason/Description | Operation 400|POP - Zip Code | Invalid zipcode. Please enter the 5 digit zipcode | When user enters the invalid zip code | Create And Publish 400|Award section - State | Award Details Section - State provided is invalid | When user enters the invalid state code | Create And Publish 400|Award section - Zip Code | Award Details Section - Invalid zipcode. Please enter the 5 digit zipcode | When user enters the invalid zip code | Create And Publish +400|Award Amount | award.amount: is missing but it is required | Award Amount is required | Create Award Opportunity, Publish +400|Award Amount | award.amount: string found, number expected | Number Expected | Create Award Opportunity, Publish +400|Award Amount | award.amount: must have a minimum value of 1 | Award Amount must be greater than $0 | Create Award Opportunity, Publish +400|Award Amount | award.amount: must be multiple of 0.01 | Award Amount must be limited to two decimal points | Create Award Opportunity, Publish From 59466861311aefc8628c0afc539a70a497b5e3bc Mon Sep 17 00:00:00 2001 From: maheshamuthukuda <113620277+maheshamuthukuda@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:52:17 -0500 Subject: [PATCH 2/3] Update opportunities-api.md --- _apidocs/opportunities-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_apidocs/opportunities-api.md b/_apidocs/opportunities-api.md index b381f7b32..23bc4dbd4 100644 --- a/_apidocs/opportunities-api.md +++ b/_apidocs/opportunities-api.md @@ -8952,6 +8952,7 @@ Date | Version | Description 02/28/2023| v1.23| Please refer the version control section for the list of v3 endpoints will available for production use from March 3rd, 2023(v1.22). 04/19/2023| v1.24| Please refer the GENC Standardization section for the list of active countries and states. 04/20/2023| v1.25| Please refer the Place of Performace and Award section (Country/State/Zip) validation error messages. These are effective in production from March 15, 2024(v1.25). +11/30/2023| v1.26| Please refer the Award section (Award Amount) validation error messages. These are effective in production from December 01, 2023(v1.26).
From e4fb606d22171d25c9dcf03cefb66ea45c1cee40 Mon Sep 17 00:00:00 2001 From: maheshamuthukuda <113620277+maheshamuthukuda@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:30:05 -0500 Subject: [PATCH 3/3] Change the error messages language --- _apidocs/opportunities-api.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_apidocs/opportunities-api.md b/_apidocs/opportunities-api.md index 23bc4dbd4..91bb9c6bb 100644 --- a/_apidocs/opportunities-api.md +++ b/_apidocs/opportunities-api.md @@ -8884,10 +8884,9 @@ Error Code|Field | Error Message | Reason/Description | Operation 400|POP - Zip Code | Invalid zipcode. Please enter the 5 digit zipcode | When user enters the invalid zip code | Create And Publish 400|Award section - State | Award Details Section - State provided is invalid | When user enters the invalid state code | Create And Publish 400|Award section - Zip Code | Award Details Section - Invalid zipcode. Please enter the 5 digit zipcode | When user enters the invalid zip code | Create And Publish -400|Award Amount | award.amount: is missing but it is required | Award Amount is required | Create Award Opportunity, Publish -400|Award Amount | award.amount: string found, number expected | Number Expected | Create Award Opportunity, Publish -400|Award Amount | award.amount: must have a minimum value of 1 | Award Amount must be greater than $0 | Create Award Opportunity, Publish -400|Award Amount | award.amount: must be multiple of 0.01 | Award Amount must be limited to two decimal points | Create Award Opportunity, Publish +400|Award Amount | Award amount is required | Award Amount is required | Create Award Opportunity, Publish +400|Award Amount | Award amount must be a valid integer value | Award amount must be a valid integer value | Create Award Opportunity, Publish +400|Award Amount | Award amount must be greater than or equal $0 | Award amount must be greater than or equal $0 | Create Award Opportunity, Publish