All Verbs | /api/informationondimensions |
---|
export class GetDimensionsResponse
{
public DimensionsXml: string;
public constructor(init?: Partial<GetDimensionsResponse>) { (Object as any).assign(this, init); }
}
export class GetDimensions
{
public LicenseeId: string;
public RecordStatus: string;
public constructor(init?: Partial<GetDimensions>) { (Object as any).assign(this, init); }
}
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /api/informationondimensions HTTP/1.1
Host: production-eros-platform-apisubscription.azurewebsites.net
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"RecordStatus":"String"}
HTTP/1.1 200 OK Content-Type: text/jsonl Content-Length: length {"DimensionsXml":"String"}