Skip to main content

ICotomyRestSubmitForm

Payload shape used by CotomyApi.submitAsync for REST-style form submission.

Properties

PropertyTypeDescription
methodstringHTTP method (e.g. POST, PUT).
actionstringTarget URL or path.
bodyFormData | Record<string, string> | anyRequest body content.