POST Api/Post_AddBPAddress
Request Information
URI Parameters
None.
Body Parameters
ESPL_MODEL_BP_ADDRESS| Name | Description | Type | Additional information |
|---|---|---|---|
| BPCode | string |
None. |
|
| AddressId | string |
None. |
|
| AddressName2 | string |
None. |
|
| AddressName3 | string |
None. |
|
| StreetNo | string |
None. |
|
| Block | string |
None. |
|
| Building | string |
None. |
|
| State | string |
None. |
|
| City | string |
None. |
|
| Country | string |
None. |
|
| PinCode | string |
None. |
|
| Street_PO_Box | string |
None. |
|
| GSTN | string |
None. |
|
| GST_Type | string |
None. |
|
| LatLong | string |
None. |
|
| District | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BPCode": "sample string 1",
"AddressId": "sample string 2",
"AddressName2": "sample string 3",
"AddressName3": "sample string 4",
"StreetNo": "sample string 5",
"Block": "sample string 6",
"Building": "sample string 7",
"State": "sample string 8",
"City": "sample string 9",
"Country": "sample string 10",
"PinCode": "sample string 11",
"Street_PO_Box": "sample string 12",
"GSTN": "sample string 13",
"GST_Type": "sample string 14",
"LatLong": "sample string 15",
"District": "sample string 16"
}
application/xml, text/xml
Sample:
<ESPL_MODEL_BP_ADDRESS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESPL_ERP_API"> <AddressId>sample string 2</AddressId> <AddressName2>sample string 3</AddressName2> <AddressName3>sample string 4</AddressName3> <BPCode>sample string 1</BPCode> <Block>sample string 6</Block> <Building>sample string 7</Building> <City>sample string 9</City> <Country>sample string 10</Country> <District>sample string 16</District> <GSTN>sample string 13</GSTN> <GST_Type>sample string 14</GST_Type> <LatLong>sample string 15</LatLong> <PinCode>sample string 11</PinCode> <State>sample string 8</State> <StreetNo>sample string 5</StreetNo> <Street_PO_Box>sample string 12</Street_PO_Box> </ESPL_MODEL_BP_ADDRESS>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |