/
BI
bilflo
/
Bilflo.Api
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
bilflo
Bilflo.Api
post
Creates a new address for a client
v1
latest
OpenAPI 3.0.1
2026-08-06
208
355
659.3 KB
Clients
Creates a new address for a client
post
/v{version}/Clients/address
Path parameters
version
string
required
Headers
company-id
string
required
Request body
ClientsContractsCommandsCreateClientAddressCommand
required
clientId
integer
companyId
string
uuid
addressCode
string
nullable
companyName
string
nullable
departmentName
string
nullable
contactName
string
nullable
address
string
nullable
suite
string
nullable
city
string
nullable
state
string
nullable
zipCode
string
nullable
isDefault
boolean
Response
Success
ClientsContractsCommandsCreateClientAddressResponse
required
isValid
boolean
errors
string[]
nullable
warnings
string[]
nullable
info
string[]
nullable
message
string
nullable
data
ClientsContractsCommandsCreatedClientAddressResponse