Open or close authenticated company's side of the provided negotiations

SecurityAuthToken
Request
Request Body schema: application/json
required
close
required
boolean

If true, close the negotiations, else open them

spot_negotiations
required
Array of strings <uuid>

SpotNegotiation ids to open or close

Responses
200

List of updated SpotNegotiations

Response Schema: application/json
Array
carrier_status
string or null
Enum: "ACTIVE" "INACTIVE" "DO_NOT_USE"
closed_by_customer_at
string or null <date-time>
closed_by_vendor_at
string or null <date-time>
created_at
string or null <date-time>
object (SlimCompany)
id
string or null <uuid>
required
Array of objects (User)
required
Array of objects (User)
is_most_recent_winner
boolean
message_count
integer or null
Array of objects (Quote)

Optional list of quotes included on this spot negotiation

updated_at
string or null <date-time>
object (SlimCompany)
default

Default error response

post/quoting/spotnegotiations/spot-negotiations/open-close/
Request samples
application/json
{
  • "close": true,
  • "spot_negotiations": [
    ]
}
Response samples
application/json
[
  • {
    }
]
Copyright © Shipwell 2024. All right reserved.