POST api/checks/avidexport

Generate the file to export to Avid.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

CheckBatchViewModel

CheckBatchViewModel
NameDescriptionTypeAdditional information
CheckBatchId

integer

None.

BatchName

string

None.

ChecksCount

integer

None.

CheckBatchTypeId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "checkBatchId": 1,
  "batchName": "sample string 2",
  "checksCount": 3,
  "checkBatchTypeId": 4
}

application/xml, text/xml

Sample:
<CheckBatchViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.Checks">
  <BatchName>sample string 2</BatchName>
  <CheckBatchId>1</CheckBatchId>
  <CheckBatchTypeId>4</CheckBatchTypeId>
  <ChecksCount>3</ChecksCount>
</CheckBatchViewModel>