Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Purpose

In this document, developer MUST noted the different of definition of particular wording.

Here under we'll explain several possible mix definitions used in this document:

  • variables = parameters
    A parameter or a formal argument, is a special kind of variable, used in a subroutine to refer to one of the pieces of data provided as input to the subroutine.

Variable Type

Sending variable to EHORS' APIs needed to be notice on the variable type as the format required on particular field.

Variable TypeFormatDescriptionsSample
Date(YYYY-mm-dd)[Year, 4 Digits]-[Month, 2 digits]-[Day, 2 digits]
STRING
Separator by "-" character with year, month and day
Year needed to be 4 digits, month in 2 and day in 2
If month and day less than 10, "0" needed to be add in front
2020-03-17




























  • No labels