GET api/brusper/insertCusSecondPincodeArea?cus_code={cus_code}&pinTwo={pinTwo}&areaTwo={areaTwo}&state={state}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cus_code

string

Required

pinTwo

string

Required

areaTwo

string

Required

state

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of refund_update
NameDescriptionTypeAdditional information
msg

string

None.

error

string

None.

cust_name

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

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