POST api/BackgroundCheck
Posts the specified background reports.
Request Information
Parameters
Name | Description |
---|---|
backgroundReports
(param in the body) |
The background reports. |
Request body formats
application/json, text/json
Sample:
{ "ProviderReferenceId": { "IdValue": "" }, "BackgroundReportPackage": { "ClientReferenceId": { "IdValue": "" }, "SupportingDocumentation": { "Documentation": { "InternetWebAddress": "", "Text": "" } } } }
application/xml, text/xml
Sample:
<BackgroundReports xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netchex.API.External.Areas.BackgroundChecks.Models"> <ProviderReferenceId> <IdValue></IdValue> </ProviderReferenceId> <BackgroundReportPackage> <ClientReferenceId> <IdValue></IdValue> </ClientReferenceId> <SupportingDocumentation> <Documentation> <InternetWebAddress></InternetWebAddress> <Text></Text> </Documentation> </SupportingDocumentation> </BackgroundReportPackage> </BackgroundReports>