POST api/FcmAccountService/ExportFcmAccount

Request Information

URI Parameters

None.

Body Parameters

GetFcmAccountRequest
NameDescriptionTypeAdditional information
SellerId

integer

None.

DeliveryPointId

integer

None.

From

date

None.

To

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SellerId": 1,
  "DeliveryPointId": 2,
  "From": "2024-09-15T23:25:41.7152731+00:00",
  "To": "2024-09-15T23:25:41.7152731+00:00"
}

application/xml, text/xml

Sample:
<GetFcmAccountRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.FcmAccount">
  <DeliveryPointId>2</DeliveryPointId>
  <From>2024-09-15T23:25:41.7152731+00:00</From>
  <SellerId>1</SellerId>
  <To>2024-09-15T23:25:41.7152731+00:00</To>
</GetFcmAccountRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of FcmDay
NameDescriptionTypeAdditional information
Day

date

None.

SellerFcm

SellerFcm

None.

DeliveryPointFcm

DeliveryPointFcm

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Day": "2024-09-15T23:25:41.7152731+00:00",
    "SellerFcm": {
      "SellerReferenceLimit": {
        "DebitMaximumGj": 1.0,
        "DailyMaximumGj": 1.0,
        "RollingMinimumGj": 1.0,
        "DailyMinimumGj": 1.0
      },
      "CurrentSellerLimit": {
        "DebitMaximumGj": 1.0,
        "DailyMaximumGj": 1.0,
        "RollingMinimumGj": 1.0,
        "DailyMinimumGj": 1.0
      },
      "DaysUnderRollingMinimum": 1,
      "FcmOpeningBalanceGj": 1.0,
      "FcmMovement": {
        "DebitGj": 1.0,
        "CreditGj": 1.0
      },
      "ClosingBalanceGj": 1.0
    },
    "DeliveryPointFcm": {
      "LateralAccumulatedImbalance": {
        "EnergyGj": 1.0,
        "UnderRollingLimitDay": 1
      },
      "DaysRemaining": 1
    }
  },
  {
    "Day": "2024-09-15T23:25:41.7152731+00:00",
    "SellerFcm": {
      "SellerReferenceLimit": {
        "DebitMaximumGj": 1.0,
        "DailyMaximumGj": 1.0,
        "RollingMinimumGj": 1.0,
        "DailyMinimumGj": 1.0
      },
      "CurrentSellerLimit": {
        "DebitMaximumGj": 1.0,
        "DailyMaximumGj": 1.0,
        "RollingMinimumGj": 1.0,
        "DailyMinimumGj": 1.0
      },
      "DaysUnderRollingMinimum": 1,
      "FcmOpeningBalanceGj": 1.0,
      "FcmMovement": {
        "DebitGj": 1.0,
        "CreditGj": 1.0
      },
      "ClosingBalanceGj": 1.0
    },
    "DeliveryPointFcm": {
      "LateralAccumulatedImbalance": {
        "EnergyGj": 1.0,
        "UnderRollingLimitDay": 1
      },
      "DaysRemaining": 1
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfFcmDay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.FcmAccount">
  <FcmDay>
    <Day>2024-09-15T23:25:41.7152731+00:00</Day>
    <DeliveryPointFcm>
      <DaysRemaining>1</DaysRemaining>
      <LateralAccumulatedImbalance xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
        <d4p1:EnergyGj>1</d4p1:EnergyGj>
        <d4p1:UnderRollingLimitDay>1</d4p1:UnderRollingLimitDay>
      </LateralAccumulatedImbalance>
    </DeliveryPointFcm>
    <SellerFcm>
      <ClosingBalanceGj>1</ClosingBalanceGj>
      <CurrentSellerLimit xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
        <d4p1:DailyMaximumGj>1</d4p1:DailyMaximumGj>
        <d4p1:DailyMinimumGj>1</d4p1:DailyMinimumGj>
        <d4p1:DebitMaximumGj>1</d4p1:DebitMaximumGj>
        <d4p1:RollingMinimumGj>1</d4p1:RollingMinimumGj>
      </CurrentSellerLimit>
      <DaysUnderRollingMinimum>1</DaysUnderRollingMinimum>
      <FcmMovement xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
        <d4p1:CreditGj>1</d4p1:CreditGj>
        <d4p1:DebitGj>1</d4p1:DebitGj>
      </FcmMovement>
      <FcmOpeningBalanceGj>1</FcmOpeningBalanceGj>
      <SellerReferenceLimit xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
        <d4p1:DailyMaximumGj>1</d4p1:DailyMaximumGj>
        <d4p1:DailyMinimumGj>1</d4p1:DailyMinimumGj>
        <d4p1:DebitMaximumGj>1</d4p1:DebitMaximumGj>
        <d4p1:RollingMinimumGj>1</d4p1:RollingMinimumGj>
      </SellerReferenceLimit>
    </SellerFcm>
  </FcmDay>
  <FcmDay>
    <Day>2024-09-15T23:25:41.7152731+00:00</Day>
    <DeliveryPointFcm>
      <DaysRemaining>1</DaysRemaining>
      <LateralAccumulatedImbalance xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
        <d4p1:EnergyGj>1</d4p1:EnergyGj>
        <d4p1:UnderRollingLimitDay>1</d4p1:UnderRollingLimitDay>
      </LateralAccumulatedImbalance>
    </DeliveryPointFcm>
    <SellerFcm>
      <ClosingBalanceGj>1</ClosingBalanceGj>
      <CurrentSellerLimit xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
        <d4p1:DailyMaximumGj>1</d4p1:DailyMaximumGj>
        <d4p1:DailyMinimumGj>1</d4p1:DailyMinimumGj>
        <d4p1:DebitMaximumGj>1</d4p1:DebitMaximumGj>
        <d4p1:RollingMinimumGj>1</d4p1:RollingMinimumGj>
      </CurrentSellerLimit>
      <DaysUnderRollingMinimum>1</DaysUnderRollingMinimum>
      <FcmMovement xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
        <d4p1:CreditGj>1</d4p1:CreditGj>
        <d4p1:DebitGj>1</d4p1:DebitGj>
      </FcmMovement>
      <FcmOpeningBalanceGj>1</FcmOpeningBalanceGj>
      <SellerReferenceLimit xmlns:d4p1="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto">
        <d4p1:DailyMaximumGj>1</d4p1:DailyMaximumGj>
        <d4p1:DailyMinimumGj>1</d4p1:DailyMinimumGj>
        <d4p1:DebitMaximumGj>1</d4p1:DebitMaximumGj>
        <d4p1:RollingMinimumGj>1</d4p1:RollingMinimumGj>
      </SellerReferenceLimit>
    </SellerFcm>
  </FcmDay>
</ArrayOfFcmDay>