PUT api/v1/repeat_business_offer/{repeatBusinessOfferId}/address

Request Information

URI Parameters

NameDescriptionTypeAdditional information
repeatBusinessOfferId

integer

Required

Body Parameters

UpdateRepeatOfferAddressRequestViewModel
NameDescriptionTypeAdditional information
application_id

integer

None.

repeat_offer_id

integer

None.

street_address

string

None.

apartment

string

None.

city

string

None.

state

string

None.

zip_code

string

None.

Request Formats

application/json, text/json

Sample:
{
  "application_id": 1,
  "repeat_offer_id": 2,
  "street_address": "sample string 3",
  "apartment": "sample string 4",
  "city": "sample string 5",
  "state": "sample string 6",
  "zip_code": "sample string 7"
}

application/xml, text/xml

Sample:
<UpdateRepeatOfferAddressRequestViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasypayFinance.MyEasypay.Models.ViewModel">
  <Address>sample string 3</Address>
  <Apartment>sample string 4</Apartment>
  <ApplicationId>1</ApplicationId>
  <City>sample string 5</City>
  <RepeatOfferId>2</RepeatOfferId>
  <State>sample string 6</State>
  <ZipCode>sample string 7</ZipCode>
</UpdateRepeatOfferAddressRequestViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.