Skip to main content
GET
/
genebrc
cURL
curl --request GET \
  --url https://ebrcapi.dev.eximfiles.com/api/v1/genebrc \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "userId": "<string>",
    "platformCustomerId": "<string>",
    "requestId": "<string>",
    "iecNumber": "<string>",
    "recordResCount": 123,
    "uploadType": "<string>",
    "decalarationFlag": "<string>",
    "ebrcBulkGenDtos": [
      {
        "serialNo": 123,
        "uploadType": 123,
        "branchSlNo": 123,
        "irmIfscCode": "<string>",
        "irmAdCode": "<string>",
        "irmNumber": "<string>",
        "irmDt": "<string>",
        "irmFCC": "<string>",
        "irmPurposeCode": "<string>",
        "irmRemitAmtFCC": 123,
        "sbCumInvoiceNumber": "<string>",
        "sbCumInvoiceDate": "<string>",
        "portCode": "<string>",
        "billNo": "<string>",
        "sbCumInvoiceFCC": "<string>",
        "sbCumInvoiceValueinFCC": 123,
        "mappedIRMAmountFCC": 123,
        "isVostro": "<string>",
        "vostroType": "<string>",
        "mappedORMAmountFCC": 123,
        "isThirdPartyExport": "<string>",
        "commissionValDeduct": 123,
        "commissionValInfo": 123,
        "discountValDeduct": 123,
        "discountValInfo": 123,
        "insuranceValDeduct": 123,
        "insuranceValInfo": 123,
        "otherDeductionDeduct": 123,
        "otherdeductionsInfo": 123,
        "freightValDeduct": 123,
        "freightValInfo": 123,
        "sacCode1": "<string>",
        "sacCode2": "<string>",
        "serviceTypeModesValue": 123
      }
    ],
    "ebrcBulkGenStatusList": [
      {}
    ],
    "dgftAckId": "<string>",
    "status": "<string>",
    "errorDetails": {},
    "processedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

platformCustomerId
string
required
requestId
string
status
string
fromDate
string<date>
toDate
string<date>
page
integer
default:1
Required range: x >= 1
limit
integer
default:10
Required range: x >= 1

Response

200 - application/json

List of GenEBRC requests

id
string

Unique identifier (UUID)

userId
string | null
platformCustomerId
string | null
requestId
string
iecNumber
string
recordResCount
number
uploadType
string
decalarationFlag
string | null
ebrcBulkGenDtos
object[]
ebrcBulkGenStatusList
object[] | null
dgftAckId
string | null
status
string
errorDetails
object
processedAt
string<date-time> | null
createdAt
string<date-time>
updatedAt
string<date-time>