/ItemStandardText POST

Allows sellers to create new standard text for Additional Terms of Sale.

URL
/ItemStandardText
Verb
Post

Headers

Header Data Type Valid Values Required Description
Content-Type string application/json YES The format your data will be sent to our site.
X-DevKey string string YES The devkey assigned to the developer.
X-AccessToken string string YES The token acquired from a POST to Users/AccessToken.

Input

NOTE: Variables to place in the body of the request.

Parameter Data Type Valid Values Description
Nickname string string The nickname for the new standard text entry
StandardText string string The Standard Text for Additional Terms of Sale. Basic HTML tags are allowed. The text cannot contain non-secure links or images (http://). All links and images must be secure (https://).

Output

If there are no errors with the input parameters, this call will respond with a 200 OK and the following data as serialized JSON

Parameter Data Type Valid Values Description
createDateTime date/time ISO date/time format The date and time that the standard text entry was created
lastModDateTime date/time ISO date/time format The date and time that the standard text entry was last modified
nickname string string The nickname of the standard text entry
objectID integer positive # The object ID of the standard text entry
text string string The actual standard text
version integer postive # The version of the standard text entry