Skip to content

Function: odataXmlResponseMacro()

ts
function odataXmlResponseMacro(
  this: Response,
  status: number,
  payload: Element | ElementCompact,
  options: JS2XML,
  xmlContentType: string,
): Response;

Parameters

ParameterTypeDefault value
thisResponseundefined
statusnumberundefined
payloadElement | ElementCompactundefined
optionsJS2XML{}
xmlContentTypestring'xml'

Returns

Response