Required role: | Administrator |
All Verbs | /service/InsertCustomerShippingLocationRDB |
---|
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 .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /service/InsertCustomerShippingLocationRDB HTTP/1.1
Host: www.bernhardthospitality.com
Accept: application/json
Content-Type: application/json
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-01T00:00:00.0000000Z","_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-01T00:00:00.0000000Z","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: application/json Content-Length: length 0