How to Create an Award via REST API
Summary:
I am attempting to create an award via the Rest API POST task: Create an Award.
I have GET requests that I am using to get the information needed to populate the request.
What content is needed in the request body to complete the create an award task?
Content (required):
According the the REST documentation you must provide the Basic Award details, Project Details, Budget Details, and Funding Details then update the remaining child information via PATCH method. I believe I have all this information in the body. Please let me know if I am missing anything.
I have some confusion around specifying the ContractType and using Award and Project Templates. The documentation mentions providing the "ContractTypeName" if no template is being used. When I provide this name I get an error that says it is invalid although I have confirmed it is correct in the database. Providing the template information appears to resolve this error however I have not had any requests go through.