Compare commits
No commits in common. "2621c6e18004537edbf638c212bc43f05ae45b87" and "06012e51f088e28cadb34e1c3573615c06e4483d" have entirely different histories.
2621c6e180
...
06012e51f0
@ -216,7 +216,6 @@ paths:
|
||||
"created": "2024-06-02 15:01:00.000",
|
||||
"updated": "2024-06-02 15:01:00.000",
|
||||
"state": "invoice_created",
|
||||
"isCredit": false,
|
||||
},
|
||||
{
|
||||
"contractInvoiceId": "1c345237-4d84-47f0-93c2-7b94338e3355",
|
||||
@ -225,7 +224,6 @@ paths:
|
||||
"created": "2024-07-02 15:01:00.000",
|
||||
"updated": "2024-07-02 15:01:00.000",
|
||||
"state": "invoice_created",
|
||||
"isCredit": false,
|
||||
},
|
||||
],
|
||||
"contractVersions":
|
||||
@ -275,7 +273,6 @@ paths:
|
||||
"created": "2024-06-02 15:01:00.000",
|
||||
"updated": "2024-06-02 15:01:00.000",
|
||||
"state": "invoice_created",
|
||||
"isCredit": false,
|
||||
},
|
||||
{
|
||||
"contractInvoiceId": "1c345237-4d84-47f0-93c2-7b94338e3355",
|
||||
@ -284,7 +281,6 @@ paths:
|
||||
"created": "2024-07-02 15:01:00.000",
|
||||
"updated": "2024-07-02 15:01:00.000",
|
||||
"state": "invoice_created",
|
||||
"isCredit": false,
|
||||
},
|
||||
],
|
||||
"contractVersions":
|
||||
@ -405,7 +401,6 @@ paths:
|
||||
"updated": "2024-07-02 15:01:00.000",
|
||||
"state": "invoice_created",
|
||||
"data": "{json}",
|
||||
"isCredit": false,
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -573,7 +568,6 @@ paths:
|
||||
"updated": "2024-07-02 15:01:00.000",
|
||||
"state": "invoice_sent",
|
||||
"data": "{json}",
|
||||
"isCredit": false,
|
||||
},
|
||||
{
|
||||
"contractInvoiceId": "dadff658-4ff5-4eb8-b516-492f1f6c6245",
|
||||
@ -583,7 +577,6 @@ paths:
|
||||
"updated": "2024-08-02 15:01:00.000",
|
||||
"state": "invoice_created",
|
||||
"data": "{json}",
|
||||
"isCredit": false,
|
||||
},
|
||||
],
|
||||
}
|
||||
@ -607,7 +600,6 @@ paths:
|
||||
"updated": "2024-07-02 15:01:00.000",
|
||||
"state": "invoice_created",
|
||||
"data": "{json}",
|
||||
"isCredit": false,
|
||||
},
|
||||
}
|
||||
responses:
|
||||
@ -692,13 +684,6 @@ paths:
|
||||
example: created
|
||||
required: false
|
||||
description: Invoice state.
|
||||
- in: query
|
||||
name: isCredit
|
||||
schema:
|
||||
type: boolean
|
||||
example: true
|
||||
required: false
|
||||
description: Whether the invoice is a credit invoice.
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
@ -719,7 +704,6 @@ paths:
|
||||
"updated": "2024-06-02 15:01:00.000",
|
||||
"state": "invoice_created",
|
||||
"data": "{json}",
|
||||
"isCredit": false,
|
||||
},
|
||||
{
|
||||
"contractId": "a7452e22-3894-40cc-87d6-869370a92277",
|
||||
@ -730,7 +714,6 @@ paths:
|
||||
"updated": "2024-08-02 15:01:00.000",
|
||||
"state": "invoice_created",
|
||||
"data": "{json}",
|
||||
"isCredit": false,
|
||||
},
|
||||
],
|
||||
}
|
||||
@ -1066,9 +1049,6 @@ components:
|
||||
type: string
|
||||
format: json
|
||||
example: { json }
|
||||
isCredit:
|
||||
type: boolean
|
||||
example: true
|
||||
ContractStatus:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user