Request body for an API operation.
Content-type is always application/json. For file uploads, use a URI string property instead of multipart/form-data.
application/json
multipart/form-data
Description of the request body.
MUST be written in English. Never use other languages.
Type name referencing a component schema.
Naming convention: IEntityName.ICreate (POST), IEntityName.IUpdate (PUT), IEntityName.IRequest (list/search).
IEntityName.ICreate
IEntityName.IUpdate
IEntityName.IRequest
Request body for an API operation.
Content-type is always
application/json. For file uploads, use a URI string property instead ofmultipart/form-data.