Recipients Of Service
This collection contains data about the recipients of service included within each Form 471.
Usage
GET https:
//data.usac.org/api/sl/form471/v1/recipientsOfServiceCollection
{
"@odata.context"
:
"$metadata#recipientsOfServiceCollection"
,
"value"
: [{
"amount"
:
null
,
"applicationNumber"
: 161004332,
"benNo"
:
"145246"
,
"billedEntityName"
:
"KITSAP REGIONAL LIBRARY"
,
"contactEmail"
:
"claire@erateexpertise.com"
,
"entityName"
:
"POULSBO BRANCH LIBRARY"
,
"entityNumber"
:
"115772"
,
"formView"
:
"Current"
,
"frn"
:
"1699005736"
,
"lineItem"
:
"1699005736.001"
,
"quantity"
:
null
}, {
"amount"
:
null
,
"applicationNumber"
: 161005555,
"benNo"
:
"133579"
,
"billedEntityName"
:
"HENNEPIN COUNTY LIBRARIES"
,
"contactEmail"
:
"rondi.shenehon@hennepin.us"
,
"entityName"
:
"ROOSEVELT BRANCH LIBRARY"
,
"entityNumber"
:
"64297"
,
"formView"
:
"Current"
,
"frn"
:
"1699009649"
,
"lineItem"
:
"1699009649.002"
,
"quantity"
:
null
}]
}
Basic Information Collection Metadata
<
EntityType
Name
=
"recipientsOfService"
>
<
Key
>
<
PropertyRef
Name
=
"formView"
/>
<
PropertyRef
Name
=
"applicationNumber"
/>
<
PropertyRef
Name
=
"frn"
/>
<
PropertyRef
Name
=
"lineItem"
/>
<
PropertyRef
Name
=
"benNo"
/>
</
Key
>
<
Property
Name
=
"amount"
Type
=
"Edm.Double"
/>
<
Property
Name
=
"applicationNumber"
Type
=
"Edm.Int32"
/>
<
Property
Name
=
"benNo"
Type
=
"Edm.String"
/>
<
Property
Name
=
"billedEntityName"
Type
=
"Edm.String"
/>
<
Property
Name
=
"contactEmail"
Type
=
"Edm.String"
/>
<
Property
Name
=
"entityName"
Type
=
"Edm.String"
/>
<
Property
Name
=
"entityNumber"
Type
=
"Edm.String"
/>
<
Property
Name
=
"formView"
Type
=
"Edm.String"
/>
<
Property
Name
=
"frn"
Type
=
"Edm.String"
/>
<
Property
Name
=
"lineItem"
Type
=
"Edm.String"
/>
<
Property
Name
=
"quantity"
Type
=
"Edm.Double"
/>
<
NavigationProperty
Name
=
"FRNLineItem"
Type
=
"loc.usac.data.sl.form471.v1.frnLineItem"
>
<
ReferentialConstraint
Property
=
"formView"
ReferencedProperty
=
"formView"
/>
<
ReferentialConstraint
Property
=
"applicationNumber"
ReferencedProperty
=
"applicationNumber"
/>
<
ReferentialConstraint
Property
=
"frn"
ReferencedProperty
=
"frn"
/>
<
ReferentialConstraint
Property
=
"lineItem"
ReferencedProperty
=
"lineItem"
/>
</
NavigationProperty
>
</
EntityType
>
Data Dictionary
Field |
Description |
amount |
Cost allocation for the entity |
applicationNumber |
Unique number assigned to the FCC Form 471 |
benNo |
Billed Entity Number |
billedEntityName |
The name of the Billed Entity |
contactEmail |
Contact E-mail |
entityName |
Entity name for the recipient of service |
entityNumber |
Entity number for the recipient of service |
formView |
indicates if the form is the Original or Current version |
frn |
Unique number assigned to the Funding Request |
lineItem |
Unique number assigned to the Funding Request Line Item |
quantity |
Line allocation for the entity |