SaleQuoteStatus

SaleQuoteStatus is a property of the SalesQuote object. It represents a Sales Quote Status lookup value.

Supported API Calls: List | Add | Update | Delete

Object Properties

SaleQuoteStatus shares all properties with its base LookupValue object. Plus the following unique flags:

Property

Type

Description

IsAccepted

boolean

Indicates if the SaleQuoteStatus represents an accepted condition.

IsDeclined

boolean

Indicates if the SaleQuoteStatus represents a declined condition.

List

Description

Returns a list of sales quote status lookup values.

URL

https://{company}.bluecamroo.com/api/SaleQuoteStatus/list

HTTP Method

GET

Data Return

Returns a list of existing SaleQuoteStatus objects in the requested format (e.g., JSON or XML)

HTTP Return Status Code

200: Ok

400: Bad Request (One or more input data items is not valid, for example a mandatory field is blank)

401: Not authorized (you need to log in)

403: Forbidden (you don't have permission to this resource)

Add

Description

Adds the salesquote object to the list of sales quotes.

URL

https://{company}.bluecamroo.com/api/SaleQuoteStatus/add

HTTP Method

POST

Parameters

A SaleQuoteStatus object

Data Return

Returns the SaleQuoteStatus in the requested format (e.g., JSON or XML)

HTTP Return Status Code

201: Created

401: Not authorized (you need to log in)

403: Forbidden (you don't have permission to this resource)

Update

Description

Pass a SaleQuoteStatus object to replace the specified sales quote.

URL

https://{company}.bluecamroo.com/api/SaleQuoteStatus/update

HTTP Method

PUT

Parameters

A SaleQuoteStatus object.

Data Return

Returns the SaleQuoteStatus in the requested format (e.g., JSON or XML)

HTTP Return Status Code

200: Ok

400: Bad Request (One or more input data items is not valid, for example a mandatory field is blank)

401: Not authorized (you need to log in)

403: Forbidden (you don't have permission to this resource)

Delete

Description

Deletes the specified sales quote. The sales quote to delete is specified by Id value.

URL

https://{company}.bluecamroo.com/api/SaleQuoteStatus/delete/{id}

HTTP Method

DELETE

Parameters

None

Data Return

None

HTTP Return Status Code

200: Ok

400: Bad Request (One or more input data items is not valid, for example a mandatory field is blank)

401: Not authorized (you need to log in)

403: Forbidden (you don't have permission to this resource)