Required role: | Administrator |
All Verbs | /service/UpdateCustomerShippingLocationRDB |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CustomerId | form | string | No | |
ShipId | form | string | No | |
ShipName | form | string | No | |
ShipAddress | form | string | No | |
ShipAddress2 | form | string | No | |
ShipCity | form | string | No | |
ShipState | form | string | No | |
ShipZipcode | form | string | No | |
ShipCountry | form | string | No | |
ShipPhone | form | string | No | |
SalesRep | form | string | No | |
NewLocation | form | bool | No | |
ContactName | form | string | No | |
ConId | form | string | No | |
BillAddress | form | string | No | |
BillAddress2 | form | string | No | |
BillCity | form | string | No | |
BillState | form | string | No | |
BillZipcode | form | string | No | |
BillCountry | form | string | No | |
Modified | form | bool | No | |
BillingSource | form | int | No | |
BillName | form | string | No | |
BillPhone | form | string | No | |
BillFax | form | string | No | |
ShipFax | form | string | No | |
SoldToId | form | string | No | |
StoreType | form | string | No | |
StoreClass | form | string | No | |
StoreCategory | form | string | No | |
Custom1STR | form | string | No | |
Custom2STR | form | string | No | |
Custom3STR | form | string | No | |
Custom4STR | form | string | No | |
Custom5STR | form | string | No | |
Custom6STR | form | string | No | |
Custom7STR | form | string | No | |
Custom8STR | form | string | No | |
Custom9STR | form | string | No | |
Custom10STR | form | string | No | |
Custom11STR | form | string | No | |
Custom12STR | form | string | No | |
Custom13STR | form | string | No | |
Custom14STR | form | string | No | |
Custom15STR | form | string | No | |
TerritoryId | form | string | No | |
RegionId | form | string | No | |
ShipVia | form | string | No | |
SalesRep2 | form | string | No | |
CYForecast | form | double | No | |
NYForecast | form | double | No | |
InfoReviewed | form | DateTime | No | |
_InfoReviewed | form | bool | No | |
Terms | form | string | No | |
SalesRep3 | form | string | No | |
SalesRep4 | form | string | No | |
SalesRep5 | form | string | No | |
Residential | form | bool | No | |
SalesRep1Sellable | form | bool | No | |
SalesRep2Sellable | form | bool | No | |
SalesRep3Sellable | form | bool | No | |
SalesRep4Sellable | form | bool | No | |
SalesRep5Sellable | form | bool | No | |
BillAddress3 | form | string | No | |
ShipAddress3 | form | string | No | |
Exported | form | bool | No | |
Created | form | DateTime | No | |
CreatedBy | form | string | No | |
DNU | form | bool | No | |
DefaultWarehouseId | form | string | No | |
Status | form | string | No | |
PriceList | form | string | No | |
StoreLocator | form | bool | No | |
StoreLocatorOrder | form | string | No | |
WebSite | form | string | No | |
form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /service/UpdateCustomerShippingLocationRDB HTTP/1.1
Host: www.bernhardthospitality.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
customerId: String,
shipId: String,
shipName: String,
shipAddress: String,
shipAddress2: String,
shipCity: String,
shipState: String,
shipZipcode: String,
shipCountry: String,
shipPhone: String,
salesRep: String,
newLocation: False,
contactName: String,
conId: String,
billAddress: String,
billAddress2: String,
billCity: String,
billState: String,
billZipcode: String,
billCountry: String,
modified: False,
billingSource: 0,
billName: String,
billPhone: String,
billFax: String,
shipFax: String,
soldToId: String,
storeType: String,
storeClass: String,
storeCategory: String,
custom1STR: String,
custom2STR: String,
custom3STR: String,
custom4STR: String,
custom5STR: String,
custom6STR: String,
custom7STR: String,
custom8STR: String,
custom9STR: String,
custom10STR: String,
custom11STR: String,
custom12STR: String,
custom13STR: String,
custom14STR: String,
custom15STR: String,
territoryId: String,
regionId: String,
shipVia: String,
salesRep2: String,
cyForecast: 0,
nyForecast: 0,
infoReviewed: 0001-01-01,
_InfoReviewed: False,
terms: String,
salesRep3: String,
salesRep4: String,
salesRep5: String,
residential: False,
salesRep1Sellable: False,
salesRep2Sellable: False,
salesRep3Sellable: False,
salesRep4Sellable: False,
salesRep5Sellable: False,
billAddress3: String,
shipAddress3: String,
exported: False,
created: 0001-01-01,
createdBy: String,
dnu: False,
defaultWarehouseId: String,
status: String,
priceList: String,
storeLocator: False,
storeLocatorOrder: String,
webSite: String,
email: String
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length 0