POST api/Business_Register/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

GET_BUSINESS_REGISTER
NameDescriptionTypeAdditional information
BUSINESS_ID

string

None.

START

string

None.

END

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BUSINESS_ID": "sample string 1",
  "START": "sample string 2",
  "END": "sample string 3",
  "EXTRA1": "sample string 4",
  "EXTRA2": "sample string 5",
  "EXTRA3": "sample string 6"
}

application/xml, text/xml

Sample:
<GET_BUSINESS_REGISTER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Agroverse.Models">
  <BUSINESS_ID>sample string 1</BUSINESS_ID>
  <END>sample string 3</END>
  <EXTRA1>sample string 4</EXTRA1>
  <EXTRA2>sample string 5</EXTRA2>
  <EXTRA3>sample string 6</EXTRA3>
  <START>sample string 2</START>
</GET_BUSINESS_REGISTER>

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 'GET_BUSINESS_REGISTER'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.