-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Price list additions #1032
base: develop
Are you sure you want to change the base?
Price list additions #1032
Conversation
openapi.yaml
Outdated
@@ -3111,6 +3135,61 @@ paths: | |||
description: Delete a webhooks subscription. | |||
security: | |||
- OAuth2AuthenticationCodeFlow: [] | |||
/c/{company_id}/price_lists: | |||
parameters: | |||
- name: company_id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
usare ref a parametro esistente
@@ -0,0 +1,5 @@ | |||
title: GetEntitiesClientsInfoResponse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tutti le chiamate di info per creazione si chiamano ReceiptPreCreateInfo IssuedDocumentPreCreateInfo e così via
nullable: true | ||
usage: | ||
type: number | ||
description: usage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sistemare descrizioni
tutte
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prendere spunto daglli altir modelli
models/schemas/PriceList.yaml
Outdated
nullable: true | ||
valid_from: | ||
type: string | ||
description: Price list start validity date |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...validity start date
openapi.yaml
Outdated
/c/{company_id}/price_lists/{price_list_id}/items: | ||
parameters: | ||
- name: company_id | ||
in: path |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idem
openapi.yaml
Outdated
schema: | ||
$ref: ./models/responses/GetPriceListItemsResponse.yaml | ||
examples: | ||
Example 1: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
example 1 spacca un sacco di generazioni come nome
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
example-1
No description provided.