GET PurchaceOrder/GetAuditedList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AuditedViewModels
NameDescriptionTypeAdditional information
Product

ProductViewModels

None.

Amount

integer

None.

Vender

VenderViewModels

None.

TimeStamp

date

None.

Account

AccountViewModels

None.

Assign

AccountViewModels

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Product": {
      "Brand": {
        "Id": 1,
        "Name": "sample string 2"
      },
      "Id": 1,
      "Name": "sample string 2",
      "Price": 3,
      "Config": {
        "CustomerInfo": true,
        "CaseName": true,
        "SerialNo": true,
        "CustomConfig": {
          "Case": true,
          "Faceplate": true,
          "Shell": true,
          "ArtWork": true,
          "Cable": true,
          "Options": true,
          "ShellName": true
        },
        "Custom": true
      }
    },
    "Amount": 1,
    "Vender": {
      "Id": 1,
      "Name": "sample string 2"
    },
    "TimeStamp": "2026-02-14T08:10:24.3436953+08:00",
    "Account": {
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Store": 3
    },
    "Assign": {
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Store": 3
    }
  },
  {
    "Product": {
      "Brand": {
        "Id": 1,
        "Name": "sample string 2"
      },
      "Id": 1,
      "Name": "sample string 2",
      "Price": 3,
      "Config": {
        "CustomerInfo": true,
        "CaseName": true,
        "SerialNo": true,
        "CustomConfig": {
          "Case": true,
          "Faceplate": true,
          "Shell": true,
          "ArtWork": true,
          "Cable": true,
          "Options": true,
          "ShellName": true
        },
        "Custom": true
      }
    },
    "Amount": 1,
    "Vender": {
      "Id": 1,
      "Name": "sample string 2"
    },
    "TimeStamp": "2026-02-14T08:10:24.3436953+08:00",
    "Account": {
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Store": 3
    },
    "Assign": {
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Store": 3
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfAuditedViewModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.PurchaceOrder">
  <AuditedViewModels>
    <Account xmlns:d3p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.Account">
      <d3p1:Id>sample string 1</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Account>
    <Amount>1</Amount>
    <Assign xmlns:d3p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.Account">
      <d3p1:Id>sample string 1</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Assign>
    <Product xmlns:d3p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.Product">
      <d3p1:Brand xmlns:d4p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.Brand">
        <d4p1:Id>1</d4p1:Id>
        <d4p1:Name>sample string 2</d4p1:Name>
      </d3p1:Brand>
      <d3p1:Config>
        <d3p1:CaseName>true</d3p1:CaseName>
        <d3p1:Custom>true</d3p1:Custom>
        <d3p1:CustomConfig xmlns:d5p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.CIEM">
          <d5p1:ArtWork>true</d5p1:ArtWork>
          <d5p1:Cable>true</d5p1:Cable>
          <d5p1:Case>true</d5p1:Case>
          <d5p1:Faceplate>true</d5p1:Faceplate>
          <d5p1:Options>true</d5p1:Options>
          <d5p1:Shell>true</d5p1:Shell>
        </d3p1:CustomConfig>
        <d3p1:CustomerInfo>true</d3p1:CustomerInfo>
        <d3p1:SerialNo>true</d3p1:SerialNo>
      </d3p1:Config>
      <d3p1:Id>1</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
      <d3p1:Price>3</d3p1:Price>
    </Product>
    <TimeStamp>2026-02-14T08:10:24.3436953+08:00</TimeStamp>
    <Vender xmlns:d3p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.Vender">
      <d3p1:Id>1</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Vender>
  </AuditedViewModels>
  <AuditedViewModels>
    <Account xmlns:d3p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.Account">
      <d3p1:Id>sample string 1</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Account>
    <Amount>1</Amount>
    <Assign xmlns:d3p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.Account">
      <d3p1:Id>sample string 1</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Assign>
    <Product xmlns:d3p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.Product">
      <d3p1:Brand xmlns:d4p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.Brand">
        <d4p1:Id>1</d4p1:Id>
        <d4p1:Name>sample string 2</d4p1:Name>
      </d3p1:Brand>
      <d3p1:Config>
        <d3p1:CaseName>true</d3p1:CaseName>
        <d3p1:Custom>true</d3p1:Custom>
        <d3p1:CustomConfig xmlns:d5p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.CIEM">
          <d5p1:ArtWork>true</d5p1:ArtWork>
          <d5p1:Cable>true</d5p1:Cable>
          <d5p1:Case>true</d5p1:Case>
          <d5p1:Faceplate>true</d5p1:Faceplate>
          <d5p1:Options>true</d5p1:Options>
          <d5p1:Shell>true</d5p1:Shell>
        </d3p1:CustomConfig>
        <d3p1:CustomerInfo>true</d3p1:CustomerInfo>
        <d3p1:SerialNo>true</d3p1:SerialNo>
      </d3p1:Config>
      <d3p1:Id>1</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
      <d3p1:Price>3</d3p1:Price>
    </Product>
    <TimeStamp>2026-02-14T08:10:24.3436953+08:00</TimeStamp>
    <Vender xmlns:d3p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.Vender">
      <d3p1:Id>1</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Vender>
  </AuditedViewModels>
</ArrayOfAuditedViewModels>