POST api/v1/LocationSave

Request Information

URI Parameters

None.

Body Parameters

LocationSaveInput
NameDescriptionTypeAdditional information
Mode

string

None.

ID

integer

None.

LocName

string

None.

LocType

string

None.

LocAbbr

string

None.

LocAddress

string

None.

UserID

integer

None.

Manufacturing

string

None.

PIN

string

None.

MobileNo

string

None.

EmailID

string

None.

StateID

integer

None.

GSTIN

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "ID": 2,
  "LocName": "sample string 3",
  "LocType": "sample string 4",
  "LocAbbr": "sample string 5",
  "LocAddress": "sample string 6",
  "UserID": 7,
  "Manufacturing": "sample string 8",
  "PIN": "sample string 9",
  "MobileNo": "sample string 10",
  "EmailID": "sample string 11",
  "StateID": 12,
  "GSTIN": "sample string 13"
}

application/xml, text/xml

Sample:
<LocationSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <EmailID>sample string 11</EmailID>
  <GSTIN>sample string 13</GSTIN>
  <ID>2</ID>
  <LocAbbr>sample string 5</LocAbbr>
  <LocAddress>sample string 6</LocAddress>
  <LocName>sample string 3</LocName>
  <LocType>sample string 4</LocType>
  <Manufacturing>sample string 8</Manufacturing>
  <MobileNo>sample string 10</MobileNo>
  <Mode>sample string 1</Mode>
  <PIN>sample string 9</PIN>
  <StateID>12</StateID>
  <UserID>7</UserID>
</LocationSaveInput>

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

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.