diff --git a/_apidocs/fsrs-bulkupload-api.md b/_apidocs/fsrs-bulkupload-api.md index 7b56bf6c6..098ff9976 100644 --- a/_apidocs/fsrs-bulkupload-api.md +++ b/_apidocs/fsrs-bulkupload-api.md @@ -24,12 +24,12 @@ To begin using this API, you will need to register for a System Account and obta * The SAM.gov non-federal registered users must request for a System Account. If their registration and request criteria are satisfied, then they will be provided with the System Accounts widget on their SAM.gov workspace. * The users will be able to access the System Accounts widget from their Workspace page after logging in. They can then select “New Account” by navigating from the widget and fill out the required sections and submit their System Account. When creating a System Account, users must specify the following to successfully utilize the Subawards API: * System Information - - System Account Name: Unique name for the System Account + ** System Account Name: Unique name for the System Account * Permissions - - Subaward Reporting: Write --> Gives access to Create/Update/Delete/Get Subaward Reports. + ** Subaward Reporting: Write --> Gives access to Create/Update/Delete/Get Subaward Reports. * Security Information - - IP Address: List all the IP Addresses that the System invokes the API from. - - Type of Connection: REST APIs + ** IP Address: List all the IP Addresses that the System invokes the API from. + ** Type of Connection: REST APIs * The requested system account will then be sent for an approval. After approval, the user will be notified via an email and they will also be able to see the status of their request in the System Account widget. #### Generating a System Account API Key @@ -343,8 +343,6 @@ Authorization | Header | string | Yes | Valid and authorized SAM user email ID api_key | query | string | Yes | Valid System Account API Key Request JSON | Body | JSON | Yes | [Refer Submit SubAward Report Grant JSON](#submit-subaward-report-grant-json) -

Back to top

- #### Responses HTTP Status Code | Response Type | Reason | Description @@ -661,8 +659,6 @@ Request JSON | Body | JSON | Yes | [Refer Submit SubAward Report Contract JSON]( Note: For update requests, the subawardReportNumber element in the JSON structure will be required for each subaward report to be updated. -

Back to top

- #### Responses HTTP Status Code | Response Type | Reason | Description @@ -878,8 +874,6 @@ Authorization | Header | string | Yes | Valid and authorized SAM user email ID api_key | query | string | Yes | Valid System Account API Key Request JSON | Body | JSON | Yes | [Refer Submit SubAward Report Grant JSON](#submit-subaward-report-grant-json) -

Back to top

- #### Responses HTTP Status Code | Response Type | Reason | Description @@ -914,8 +908,6 @@ Authorization | Header | string | Yes | Valid and authorized SAM user email ID api_key | query | string | Yes | Valid System Account API Key Request JSON | Body | JSON | Yes |[Refer Delete SubAward Report Contract JSON](#delete-subaward-report-contract-json) -

Back to top

- #### Responses HTTP Status Code | Response Type | Reason | Description @@ -967,6 +959,7 @@ See the [Response JSON](#response-json) section for the response structure and s

+

Back to top

### Delete SubAward Report (Grants) @@ -988,8 +981,6 @@ Authorization | Header | string | Yes | Valid and authorized SAM user email ID api_key | query | string | Yes | Valid System Account API Key Request JSON | Body | JSON | Yes | [Refer Delete SubAward Report Grant JSON ](#delete-subaward-report-grant-json) -

Back to top

- #### Responses HTTP Status Code | Response Type | Reason | Description @@ -1042,8 +1033,6 @@ Authorization | Header | string | Yes | Valid and authorized SAM user email ID api_key | query | string | Yes | Valid System Account API Key Request JSON | Body | JSON | Yes, at least one contractData element is required. From the fields, at least one field is required | [Refer Get SubAward Report Contract JSON](#get-subaward-report-contract-json) -

Back to top

- #### Examples
@@ -1341,6 +1330,8 @@ HTTP Status Code | Response Type | Reason | Description

+

Back to top

+ ## API JSON Structures ### Response JSON @@ -1688,6 +1679,7 @@ Note: To keep the user informed on the actions being done through the API, some

+

Back to top

### Submit SubAward Report Contract JSON @@ -1968,6 +1960,8 @@ HTTP Status Code|Field | Error Message | Reason/Description | Operation 200|subAssistanceDataList.subAssistanceObligationOrActionDate | Date of Subcontract for subAssistance: (XXXXXXXXX) is not valid (Expecting YYYY-MM-DD Format) | Date of Subcontract for subAssistance: (XXXXXXXXX) is not valid (Expecting YYYY-MM-DD Format) | updateSubAwardReport(Grants) 200|subAssistanceDataList.subAssistanceObligationOrActionDate | The Subcontract Date cannot be in the future and should be on or after the Base Obligation Date for the assistance | The Subcontract Date cannot be in the future and should be on or after the Base Obligation Date for the assistance | updateSubAwardReport(Grants) +

Back to top

+ ## FAQ TBD @@ -1976,6 +1970,7 @@ TBD * Reach out to the SAM.gov team at [www.fsd.gov](https://www.fsd.gov) +

Back to top

## Change Log