POST eBudget/mRegionData

Request Information

URI Parameters

None.

Body Parameters

Collection of mRegionGeneralData
NameDescriptionTypeAdditional information
region_code

string

None.

region_name

string

None.

country_id

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "region_code": "sample string 1",
    "region_name": "sample string 2",
    "country_id": "sample string 3"
  },
  {
    "region_code": "sample string 1",
    "region_name": "sample string 2",
    "country_id": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfmRegionGeneralData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIfromEPMS.Controllers">
  <mRegionGeneralData>
    <country_id>sample string 3</country_id>
    <region_code>sample string 1</region_code>
    <region_name>sample string 2</region_name>
  </mRegionGeneralData>
  <mRegionGeneralData>
    <country_id>sample string 3</country_id>
    <region_code>sample string 1</region_code>
    <region_name>sample string 2</region_name>
  </mRegionGeneralData>
</ArrayOfmRegionGeneralData>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

ResponseModeleBD
NameDescriptionTypeAdditional information
result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "result": {}
}

application/xml, text/xml

Sample:
<ResponseModeleBD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIfromEPMS.Controllers">
  <result />
</ResponseModeleBD>