GET api/PreFill?slug={slug}&formInstanceId={formInstanceId}

Gets the PDF form.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.