Skip to content

Commit

Permalink
getSearchRecordsByPDC method updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianpontes committed Mar 13, 2017
1 parent bf47485 commit 1ae4515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Request/GetSearchRecordsByPDC.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class GetSearchRecordsByPDC extends AbstractRequest
protected function configureRequest()
{
$this->request
->setMethod('getRelatedRecords')
->setMethod('getSearchRecordsByPDC')
->setParam('newFormat', '1')
->setParam('selectColumns', 'All');
}
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ echo "</pre>";
+ getRelatedRecords
+ getRecordById
+ searchRecords
+ getSearchRecordsByPDC
+ uploadFile
+ downloadFile
+ deleteFile
Expand Down

0 comments on commit 1ae4515

Please sign in to comment.