Skip to content

Commit

Permalink
Update opportunities-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshamuthukuda authored Nov 30, 2023
1 parent cdb4486 commit 9f13c3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _apidocs/opportunities-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit 9f13c3f

Please sign in to comment.