Function: odataXmlResponseMacro()
ts
function odataXmlResponseMacro(
this: Response,
status: number,
payload: Element | ElementCompact,
options: JS2XML,
xmlContentType: string,
): Response;Parameters
| Parameter | Type | Default value |
|---|---|---|
this | Response | undefined |
status | number | undefined |
payload | Element | ElementCompact | undefined |
options | JS2XML | {} |
xmlContentType | string | 'xml' |
Returns
Response