GET api/v1/BulkOrder/GetBulkOrderMasterDetails?OFOrgId={OFOrgId}&OFAccountId={OFAccountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OFOrgId

integer

Required

OFAccountId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of VOBulkOrderMasterDetails
NameDescriptionTypeAdditional information
Results

boolean

None.

BatchID

integer

None.

BatchNumber

string

None.

OFOrgID

integer

None.

BatchStatus

string

None.

TotalOrders

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

ModifiedBy

integer

None.

ModifiedDate

date

None.

FilePath

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Results": true,
    "BatchID": 2,
    "BatchNumber": "sample string 3",
    "OFOrgID": 4,
    "BatchStatus": "sample string 5",
    "TotalOrders": 6,
    "CreatedBy": 7,
    "CreatedDate": "2025-12-06T01:16:01.7801291-05:00",
    "ModifiedBy": 9,
    "ModifiedDate": "2025-12-06T01:16:01.7801291-05:00",
    "FilePath": "sample string 11"
  },
  {
    "Results": true,
    "BatchID": 2,
    "BatchNumber": "sample string 3",
    "OFOrgID": 4,
    "BatchStatus": "sample string 5",
    "TotalOrders": 6,
    "CreatedBy": 7,
    "CreatedDate": "2025-12-06T01:16:01.7801291-05:00",
    "ModifiedBy": 9,
    "ModifiedDate": "2025-12-06T01:16:01.7801291-05:00",
    "FilePath": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVOBulkOrderMasterDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VitalOrder_v2_ServerApp.DTO">
  <VOBulkOrderMasterDetails>
    <BatchID>2</BatchID>
    <BatchNumber>sample string 3</BatchNumber>
    <BatchStatus>sample string 5</BatchStatus>
    <CreatedBy>7</CreatedBy>
    <CreatedDate>2025-12-06T01:16:01.7801291-05:00</CreatedDate>
    <FilePath>sample string 11</FilePath>
    <ModifiedBy>9</ModifiedBy>
    <ModifiedDate>2025-12-06T01:16:01.7801291-05:00</ModifiedDate>
    <OFOrgID>4</OFOrgID>
    <Results>true</Results>
    <TotalOrders>6</TotalOrders>
  </VOBulkOrderMasterDetails>
  <VOBulkOrderMasterDetails>
    <BatchID>2</BatchID>
    <BatchNumber>sample string 3</BatchNumber>
    <BatchStatus>sample string 5</BatchStatus>
    <CreatedBy>7</CreatedBy>
    <CreatedDate>2025-12-06T01:16:01.7801291-05:00</CreatedDate>
    <FilePath>sample string 11</FilePath>
    <ModifiedBy>9</ModifiedBy>
    <ModifiedDate>2025-12-06T01:16:01.7801291-05:00</ModifiedDate>
    <OFOrgID>4</OFOrgID>
    <Results>true</Results>
    <TotalOrders>6</TotalOrders>
  </VOBulkOrderMasterDetails>
</ArrayOfVOBulkOrderMasterDetails>