PUT Payments/PaymentBusinessUnit/{paymentID}/{buid}?validateOnly={validateOnly}
Update PaymentBusinessUnit
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
paymentID |
PaymentID of PaymentBusinessUnit to be updated |
integer |
Required |
buid |
BUID of PaymentBusinessUnit to be updated |
integer |
Required |
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
PaymentBusinessUnit data
PaymentBusinessUnitDTOName | Description | Type | Additional information |
---|---|---|---|
PaymentID | integer |
None. |
|
BUID | integer |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
Response Information
Resource Description
Success or not
IHttpActionResultNone.