GET api/PreFill?slug={slug}&formInstanceId={formInstanceId}
Gets the PDF form.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
slug |
will have prefix pf-sp or pf-aff to allow us to know if the id is from a StudentProgram or Afilliate |
string |
Required |
formInstanceId |
The form instance identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.