POST request/customer/{CustomerId}/bespoke/{BespokeId}/refresh

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BespokeId

integer

Required

CustomerId

integer

Required

Body Parameters

BespokeRefreshQuotePost
NameDescriptionTypeAdditional information
Submitdate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "submitdate": "2025-06-26T23:40:05.1953084+00:00"
}

text/html

Sample:
{"submitdate":"2025-06-26T23:40:05.1953084+00:00"}

application/xml, text/xml

Sample:
<BespokeRefreshQuotePost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.QuoteDto">
  <Submitdate>2025-06-26T23:40:05.1953084+00:00</Submitdate>
</BespokeRefreshQuotePost>

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>