GET api/brusper/inst_shop_offer_Posting_image_three

Request Information

URI Parameters

None.

Body Parameters

ImageRequest
NameDescriptionTypeAdditional information
PostNo

string

None.

image

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PostNo": "sample string 1",
  "image": "sample string 2"
}

application/xml, text/xml

Sample:
<ImageRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
  <PostNo>sample string 1</PostNo>
  <image>sample string 2</image>
</ImageRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of update_cust_pswd_reset
NameDescriptionTypeAdditional information
msg

string

None.

error

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "msg": "sample string 1",
    "error": "sample string 2"
  },
  {
    "msg": "sample string 1",
    "error": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfupdate_cust_pswd_reset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
  <update_cust_pswd_reset>
    <error>sample string 2</error>
    <msg>sample string 1</msg>
  </update_cust_pswd_reset>
  <update_cust_pswd_reset>
    <error>sample string 2</error>
    <msg>sample string 1</msg>
  </update_cust_pswd_reset>
</ArrayOfupdate_cust_pswd_reset>