PUT Invoices/BatchResult/{invoiceBatchResultID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
invoiceBatchResultID | integer |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
InvoiceBatchResultDTOName | Description | Type | Additional information |
---|---|---|---|
InvoiceBatchResultID | integer |
None. |
|
InvoiceBatchID | integer |
None. |
|
BUID | integer |
None. |
|
BusinessUnitName | string |
None. |
|
Type | InvoiceBatchResultType |
None. |
|
TypeKey | integer |
None. |
|
TypeHash | string |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "invoiceBatchResultID": 1, "invoiceBatchID": 2, "buid": 3, "businessUnitName": "sample string 4", "type": 10, "typeKey": 5, "typeHash": "sample string 6", "recordState": 1, "created": { "dateUtc": "2024-12-04T08:16:57.2499803+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:16:57 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:16:57.2499803+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:16:57 AM" } }
application/xml, text/xml
Sample:
<InvoiceBatchResultDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Billings.Models"> <BUID>3</BUID> <BusinessUnitName>sample string 4</BusinessUnitName> <Created xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <d2p1:DateUtc>2024-12-04T08:16:57.2499803+00:00</d2p1:DateUtc> <d2p1:UserName>sample string 2</d2p1:UserName> </Created> <InvoiceBatchID>2</InvoiceBatchID> <InvoiceBatchResultID>1</InvoiceBatchResultID> <LastUpdated xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <d2p1:DateUtc>2024-12-04T08:16:57.2499803+00:00</d2p1:DateUtc> <d2p1:UserName>sample string 2</d2p1:UserName> </LastUpdated> <RecordState>Active</RecordState> <Type>Funder</Type> <TypeHash>sample string 6</TypeHash> <TypeKey>5</TypeKey> </InvoiceBatchResultDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͎AN�0E�b͖��]���Qu� ���gD-%N�q���'c���N���{����}|����;Z����}�v0��%Ɠ*�����1���'�`�t5 Nч7���4tYH�� `��Z>\E9ɵ��'���Eʘ��P&�c ��H5A��K#f~w��j��� �A�E=S�s�ʒ���q�v� B����/�O���S��Tv���s�v��
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.