GET api/OmsBulkUpdateProcessOnDate/log/DateRange?createdDateUtcStart={createdDateUtcStart}&createdDateUtcEnd={createdDateUtcEnd}

Request Information

URI Parameters

NameDescriptionTypeAdditional Information
createdDateUtcStart

date

Required

createdDateUtcEnd

date

Required

Body Parameters

None.

Response Information

Resource Description

ProcessOnDateBulkLogResponse

NameDescriptionTypeAdditional Information
Result

Collection of IProcessOnDateBulkBatching

None.

ResponseCode

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": null,
  "ResponseCode": 0,
  "Message": "sample string 1",
  "CorrelationId": "sample string 2"
}

application/xml, text/xml

Sample:
<ProcessOnDateBulkLogResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DECK.OMS.Domain.Models.API">
  <CorrelationId>sample string 2</CorrelationId>
  <Message>sample string 1</Message>
  <ResponseCode>Success</ResponseCode>
  <Result xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
</ProcessOnDateBulkLogResponse>