PUT Payments/PaymentBusinessUnit/{paymentID}/{buid}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
paymentID | integer |
Required |
|
buid | integer |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
PaymentBusinessUnitDTOName | Description | Type | Additional information |
---|---|---|---|
PaymentID | integer |
None. |
|
BUID | integer |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "paymentID": 1, "buid": 2, "recordState": 1, "created": { "dateUtc": "2024-12-04T08:03:14.3353405+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:03:14 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:03:14.3353405+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:03:14 AM" } }
application/xml, text/xml
Sample:
<PaymentBusinessUnitDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Billings.Models"> <BUID>2</BUID> <Created xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <d2p1:DateUtc>2024-12-04T08:03:14.3353405+00:00</d2p1:DateUtc> <d2p1:UserName>sample string 2</d2p1:UserName> </Created> <LastUpdated xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <d2p1:DateUtc>2024-12-04T08:03:14.3353405+00:00</d2p1:DateUtc> <d2p1:UserName>sample string 2</d2p1:UserName> </LastUpdated> <PaymentID>1</PaymentID> <RecordState>Active</RecordState> </PaymentBusinessUnitDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͎= �0�����~�)H����.��&H�IK���d�+���=�����c�Q���tb�Sg@q ��C0礓��6،�-`24��,/P^p�P(&�BTBb�AT�@a�6����ڍ�%1����2N��0�:2x�x)����I}��B�cjF�w� ��E
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.