Lines 180-190
sub to_api_mapping {
Link Here
|
180 |
authid => 'authority_id', |
180 |
authid => 'authority_id', |
181 |
authtrees => undef, |
181 |
authtrees => undef, |
182 |
authtypecode => 'framework_id', |
182 |
authtypecode => 'framework_id', |
183 |
datecreated => 'creation_date', |
183 |
datecreated => 'created_date', |
184 |
linkid => undef, |
184 |
linkid => undef, |
185 |
marc => undef, |
185 |
marc => undef, |
186 |
marcxml => undef, |
186 |
marcxml => undef, |
187 |
modification_time => 'updated_on', |
187 |
modification_time => 'modified_date', |
188 |
origincode => undef, |
188 |
origincode => undef, |
189 |
}; |
189 |
}; |
190 |
} |
190 |
} |
191 |
- |
|
|