ChatLog Training Session 2020 - 05 - 09 15 - 28

You might also like

Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 2

Chat Log C:\Users\Mambo\Documents\ChatLog Training Session

2020_05_09 15_28.rtf

Kamal (to Everyone): 15:12: Oga Sam


Samson (to Everyone): 15:12: http://editor.swagger.io/
Samson (to Everyone): 15:13: openapi: 3.0.0
info:
title: Jethro Training
description: Jethro Training
contact:
name: Jethro Systems
email: projects@jethroltd.com
version: 1.0.0
servers:
- url: http://127.0.0.1:8099
description: Jethro Training Integration
tags:
- name: Training
description: AC Balance
paths:
/acbalance:
post:
tags:
- acBal
summary: acbalance
description: Get AC Balance From T24
operationId: acbalance
requestBody:
description: Send Messaged
content:
application/json:
schema:
$ref: "#/components/schemas/acbalance"
responses:
200:
description: Message Sent
400:
description: invalid input, object invalid
409:
description: an existing item already exists
/cusdetails:
post:
summary: cusdetails
operationId: cusdetails
requestBody:
content:
application/json:
schema:
$ref: "#/components/sche

You might also like