/
FO
forecast
/
Forecast API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 13h ago · Updated 13h ago
Details
Filter operations
ClientBillTos
3
Clients
5
get
/v1/clients
post
/v1/clients
get
/v1/clients/{clientId}
put
/v1/clients/{clientId}
delete
/v1/clients/{clientId}
Clients
Creates a new client. Returns the same object as getting a single client.
post
/v1/clients
Request body
ClientRequest
required
external_refs
string[]
notes
string
vat_number
number
double
country
string
city
string
zip
string
street
string
name
string
Response
Ok
union
required
ClientResponse
required
OR
{"stackTrail":"paths:/v1/clients:post:responses:200:content:application/json:schema:anyOf:1","oasType":"schema","type":"unknown"}
Changes