Invoke action BulkInsert
POST/Quotations/Default.BulkInsert
Invoke action BulkInsert
Request
- application/json
Body
required
Action parameters
Array [
]
entities
object[]
sellerId uuid
sellerContactId uuid
debtorId uuid
debtorContactId uuid
shipToId uuid
shipToContactId uuid
languageIso string
currencyIso string
synced boolean
quotationNumber int64
versionNumber int32
Possible values: >= -2147483648
and <= 2147483647
status
This property will only return the right status for legacy quotation statuses. Use the StatusId property instead.
statusId uuid
subject string
totalPrice decimal
totalPriceInclVat decimal
isVerified boolean
customerReference string
quotationReference string
deliverydate date-time
remarks string
expiresDate date-time
quotationTemplateId uuid
propertyIds uuid[]
Possible values: Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
exchangeRate decimal
purchaseDiscount decimal
id uuid
createdDate date-time
updatedDate date-time
organizationId uuid
reference string
creatorId uuid
customField1 string
customField2 string
customField3 string
customField4 string
customField5 string
seller
sellerContact
debtor
debtorContact
shipTo
shipToContact
organization
Responses
- 204
- default
Success
error
- */*
- Schema
- Example (from schema)
Schema
Array [
]
error
object
required
code stringrequired
message stringrequired
target string
details
object[]
code stringrequired
message stringrequired
target string
innererror object
The structure of this object is service-specific
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
{
"code": "string",
"message": "string",
"target": "string"
}
],
"innererror": {}
}
}
Loading...