Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update subawards-bulkupload-api.md #1382

Merged
merged 3 commits into from
Jan 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _apidocs/subawards-bulkupload-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2132,7 +2132,7 @@ Error messages are returned as part of the web service call response. Errors are

### Validation Failure Error Messages

The following section describes validation failure messages that are returned as a part of submitSubcontractReport, updateSubcontractReport, submitSubawardReport and updateSubawardReport.
The following section describes validation failure messages that are returned as a part of submitSubcontractReport, updateSubcontractReport, submitSubawardReport and updateSubawardReport.

| Field | Error Message | Description |
| ----- | ------ | --------------- |
Expand All @@ -2153,6 +2153,8 @@ The following section describes validation failure messages that are returned as
| country.name | Invalid subaward Place of Performance country name. | Subaward Place of Performance Section - Country name is invalid |
| country.code and country.name | Subaward Place of Performance country code and country name do not match. | Subaward Place of Performance Section - Country code and country name combination does not match |
| stateOrProvince | Subaward Place of Performance stateOrProvince required. | Subaward Place of Performance Section - stateOrProvince is required |
| stateOrProvince.code | Subaward Place of Performance state/Province code required. | If state/providence code is available for a country, Subaward Place of Performance Section - stateOrProvince is required |
| stateOrProvince.name | Subaward Place of Performance state/Province name required. | If state/providence name is available for a country, Subaward Place of Performance Section - stateOrProvince is required |
| stateOrProvince | Subaward Place of Performance state code and state name do not match. | Subaward Place of Performance Section - stateOrProvince code and stateOrProvince name combination does not match |
| stateOrProvince | Invalid subaward Place of Performance state. | Only for US addresses: Subaward Place of Performance Section - State provided is invalid |
| city | Subaward Place of Performance city required. | Only for US addresses: Subaward Place of Performance Section - City is required |
Expand Down