Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

The following document is in draft and subject to change.

Table of Contents

Table of Contents
stylenone

Proposal

A Teller could hold one of the following states:

...

HTTP MethodQuery ParameterRequest BodyResponse BodyHTTP Status Code
GET

officeId

tellerId

statffId

date = today

NAList<Cashier>200, 404, 500

 

Resource /tellers/{id}/cashiers

...

HTTP MethodQuery ParameterRequest BodyResponse BodyHTTP Status Code
GETNANACashier200, 404, 500
PUTNACashierCashier201, 400, 404, 500
DELETENANANA200, 404, 500

 

Class Diagram

Because of simplicity, implementations are omitted!

...

HTTP MethodQuery ParameterRequest BodyResponse BodyHTTP Status Code

GET

NA

NATransaction200, 404, 500

 

Class Diagram

Because of simplicity, implementations are omitted!

...

HTTP MethodQuery ParameterRequest BodyResponse BodyHTTP Status Code

GET

cashierId

dateRange = today

NAList<Journal>200, 404, 500

...

Class Diagram

Because of simplicity, implementations are omitted!

...