ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/edi/documents/sales-offers/route
GET
Function GET
GET
(
request
:
NextRequest
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
documents
:
{
client
:
{
code
:
string
;
id
:
string
;
name
:
string
}
|
null
;
clientId
:
string
|
null
;
createdAt
:
Date
;
currency
:
{
code
:
string
;
id
:
string
;
symbol
:
string
}
|
null
;
id
:
string
;
number
:
string
;
projectName
:
string
|
null
;
status
:
SalesOfferStatus
;
}
[]
;
count
:
number
;
}
,
>
,
>
GET /api/edi/documents/sales-offers Récupère les Sales Offers filtrées par client
Parameters
request
:
NextRequest
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
documents
:
{
client
:
{
code
:
string
;
id
:
string
;
name
:
string
}
|
null
;
clientId
:
string
|
null
;
createdAt
:
Date
;
currency
:
{
code
:
string
;
id
:
string
;
symbol
:
string
}
|
null
;
id
:
string
;
number
:
string
;
projectName
:
string
|
null
;
status
:
SalesOfferStatus
;
}
[]
;
count
:
number
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...
GET /api/edi/documents/sales-offers Récupère les Sales Offers filtrées par client