9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
PUBLIC FUNCTION recepcionget()
|
|
ATTRIBUTES(WSGet,
|
|
WSPath="/api/ecf",
|
|
WSDescription="Get de Recepcoon")
|
|
RETURNS INTEGER
|
|
DEFINE cnt INTEGER
|
|
|
|
RETURN 200
|
|
END FUNCTION |