POST Invoices/BatchResult?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
validateOnly

boolean

Default value is False

Body Parameters

InvoiceBatchResultDTO
NameDescriptionTypeAdditional 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:12:41.2327667+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:12:41 AM"
  },
  "lastUpdated": {
    "dateUtc": "2024-12-04T08:12:41.2327667+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:12:41 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:12:41.2327667+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:12:41.2327667+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͖��S�V޵�����3j-%N�q���'�#q���{�����?���{�mlr�g�I[0��%��6��b�����ӓm	�m�����^h( �}J^�F0w��|���9�u�~I6��)c�y�:C�\��D=S8��U��B��-.pY��)���h`��,yh[�k'� ��|z!~��z�˩���1����C�

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, application/x-compressed-json

Sample:

Sample not available.