Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This method allows you to delete an existing Ship-To from a customer.

Tip

Valid Tokens: Company.


Request


URL: https://api.kometsales.com/api/customer.shipto.delete

Method: POST

Content-Type: application/json


Input Parameters

authenticationToken (required)(string:50)

Komet Sales security token.


shipToId (required) (integer:20)

The Ship-To ID you want to delete.

You can get this value from

the 

the customer.shipto.list API method.


Code Block
{
    "authenticationToken": "token_info_goes_here", 
    "shipToId": 20131
  } 

Response


status (integer:1)

Transaction status. 1 = Success | 0 = Failure


message (string:500)

Transaction status description.


Code Block
{
  "status": 1,
  "message": "Ship to removed."
 }
Panel
titleRelated Articles
Filter by label (Content by label)showLabelsfalsemax10showSpacefalsesorttitlecqllabel in ( "customer-setup" , "ship-to" , "edit-ship-to" )labelsship-to customer-setup edit-ship-to