OPTIONS api/batch_provider_mapping/batch_type

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BatchType

Response Formats

application/json, text/json

Sample:
[
  1,
  1
]

text/html

Sample:
[1,1]

application/xml, text/xml

Sample:
<ArrayOfBatchType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATLAS.Entities.AI">
  <BatchType>CaseDataEntry</BatchType>
  <BatchType>CaseDataEntry</BatchType>
</ArrayOfBatchType>

multipart/form-data

Sample:
<ArrayOfBatchType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATLAS.Entities.AI"><BatchType>CaseDataEntry</BatchType><BatchType>CaseDataEntry</BatchType></ArrayOfBatchType>