GET /payees/new
Creates a payee object with all configured defaults set. This doesn't create a record
in the database. Instead, callers of this method can edit the returned object and then
pass it back to the create method to actually insert the record in the database.
Roles that can access this endpoint are Users.
Parameters
This method has no parameters.
Result
RowPayee
of type:
application/xml
application/json
a payee record with all appropriate defaults set
Additional attributes:
__statusDescr
This value represents the description of the payee status, found in the payee.status
field.
__safetyRatingDescr
This value represents the description of the safety rating, found in the drs_payee.safety_rating
field.
__brokerAuthStatusDescr
This value represents the description of the broker authority status, found in the drs_payee.broker_auth_status
field.
__commonAuthStatusDescr
This value represents the description of the common authority status, found in the drs_payee.common_auth_status
field.
__contractAuthStatusDescr
This value represents the description of the contract authority status, found in the drs_payee.contract_auth_status
field.
Child Elements:
RowDrsPayee
This element represent the drs payee associated with the payee.
The element contains a __name
attribute with the value drsPayee
.
Try It Out
Request