PUT Payments/Payment/{paymentID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
paymentID | integer |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
PaymentDTOName | Description | Type | Additional information |
---|---|---|---|
PaymentID | integer |
None. |
|
JournalIDs | Collection of integer |
None. |
|
PaymentItems | Collection of PaymentItemDTO |
None. |
|
PaymentBusinessUnits | Collection of PaymentBusinessUnitDTO |
None. |
|
BusinessUnitNames | string |
None. |
|
PaymentMethod | PaymentMethod |
None. |
|
Status | PaymentStatus |
None. |
|
Description | string |
None. |
|
EndDate | date |
None. |
|
PaymentPlanEndDate | date |
None. |
|
TotalAmount | decimal number |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
PostingDate | date |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded, application/x-compressed-json
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.