Submit a Ticket My Tickets
Welcome
Login  Sign up

[Addedit] Vertical (V1) - Admin

WSDL Page:  http://<your_domain_here>/api/1/addedit.asmx?op=Vertical

 

Parameter Summary:

api_key / STRING = Admin API Key {See get.asmx > GetAPIKey}

vertical_id / STRING = Vertical ID ["0" Create Vertical / ID Update Vertical]

vertical_name/ STRING = Vertical Name

vertical_category_id / UNSIGNEDBYTE {See signup.asmx > GetVerticalCategories}

note / STRING = Notes about vertical

 

Parameter Types:

api_key - ID

vertical_id - ASSIGNABLE

vertical_name/ - ASSIGNABLE

vertical_category_id- ID

note - ASSIGNABLE

 

 

Sample GET Call:

https://demo.cakemarketing.com/api/1/addedit.asmx/Vertical?api_key=dNJFmId9rI&vertical_id=0&vertical_name=Vertical+&vertical_category_id=3&notes=notes

 

Sample XML Response:

<vertical_addedit_response>
<success>true</success>
<message>Vertical 655 Created</message>
<vertical_id>655</vertical_id>
</vertical_addedit_response>

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.