# List Sellers

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /Documents/Sellers:
    get:
      summary: List Sellers
      deprecated: false
      description: ''
      tags:
        - eTaxGo/Document Management
        - Documents
      parameters: []
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  Status:
                    type: object
                    properties:
                      IsSuccess:
                        type: boolean
                        description: ' แสดงว่าเรียก API สำเร็จหรือไม่'
                    required:
                      - IsSuccess
                    x-apidog-orders:
                      - IsSuccess
                    x-apidog-ignore-properties: []
                  Data:
                    type: object
                    properties:
                      CompanyAddresses:
                        type: array
                        items:
                          type: object
                          properties:
                            CompanyName:
                              type: string
                              description: ชื่อบริษัท
                            TaxId:
                              type: string
                              description: หมายเลขประจำตัวผู้เสียภาษีของบริษัท (13 หลัก)
                            BranchCode:
                              type: string
                              description: รหัสสาขาของบริษัท (5 หลัก)
                            PhoneNumber:
                              type: string
                              description: หมายเลขโทรศัพท์ของบริษัท พร้อมรหัสประเทศ
                            Address1:
                              type: string
                              description: >-
                                ที่อยู่บรรทัดแรก เช่น บ้านเลขที่ ถนน ตำบล อำเภอ
                                รหัสไปรษณีย์
                            Address2:
                              type: string
                              description: รายละเอียดเพิ่มเติมของที่อยู่
                            CityName:
                              type: string
                              description: ชื่อเมืองหรือจังหวัดที่ตั้งของบริษัท
                            SubDistrict:
                              type: string
                              description: ชื่อตำบลหรือแขวง
                            District:
                              type: string
                              description: ชื่ออำเภอหรือเขต
                            Province:
                              type: string
                              description: ' ชื่อจังหวัด'
                            PostCode:
                              type: string
                              description: รหัสไปรษณีย์
                          x-apidog-orders:
                            - CompanyName
                            - TaxId
                            - BranchCode
                            - PhoneNumber
                            - Address1
                            - Address2
                            - CityName
                            - SubDistrict
                            - District
                            - Province
                            - PostCode
                          x-apidog-ignore-properties: []
                        description: รายการที่อยู่ของบริษัท
                    required:
                      - CompanyAddresses
                    x-apidog-orders:
                      - CompanyAddresses
                    x-apidog-ignore-properties: []
                required:
                  - Status
                  - Data
                x-apidog-orders:
                  - Status
                  - Data
                x-apidog-ignore-properties: []
              example:
                status:
                  isSuccess: true
                data:
                  companyAddresses:
                    - companyName: บริษัท ตัวอย่าง จำกัด
                      taxId: '1234567890123'
                      branchCode: '00001'
                      phoneNumber: '+66912345678'
                      address1: 123/45 หมู่ 8 บางแสน เมืองชลบุรี ชลบุรี 20130
                      address2: ชั้น 2 อาคาร B
                      cityName: ชลบุรี
                      subDistrict: บางแสน
                      district: เมืองชลบุรี
                      province: ชลบุรี
                      postCode: '20130'
          headers: {}
          x-apidog-name: Success
        '401':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
                x-apidog-orders: []
                x-apidog-ignore-properties: []
          headers: {}
          x-apidog-name: Unauthorized
        x-200:User authentication required V2.:
          description: ''
          content:
            application/json:
              schema:
                title: ''
                type: object
                properties:
                  data:
                    $ref: '#/components/schemas/Required%20authorization'
                  status:
                    $ref: '#/components/schemas/Response%20Error%20Msg%20'
                required:
                  - data
                  - status
                x-apidog-orders:
                  - data
                  - status
                x-apidog-ignore-properties: []
              example:
                data:
                  subCode: E9103
                  description: Authorization credentials required
                  metadata: {}
                status:
                  code: '4001'
                  description: Business error with 1 errors
          headers: {}
          x-apidog-name: User authentication required V2.
      security:
        - bearer: []
      x-apidog-folder: eTaxGo/Document Management
      x-apidog-status: released
      x-run-in-apidog: https://app.apidog.com/web/project/351895/apis/api-12635175-run
components:
  schemas:
    'Response Error Msg ':
      type: object
      properties:
        code:
          type: string
          x-apidog-mock: '4001'
        description:
          type: string
          x-apidog-mock: Business error with 1 errors
      required:
        - code
        - description
      x-apidog-orders:
        - code
        - description
      x-apidog-ignore-properties: []
      x-apidog-folder: ''
    Required authorization:
      type: object
      properties:
        subCode:
          type: string
          x-apidog-mock: E9103
        description:
          type: string
          x-apidog-mock: Authorization credentials required
        metadata:
          type: object
          properties: {}
          x-apidog-orders: []
          x-apidog-ignore-properties: []
      required:
        - subCode
        - description
        - metadata
      x-apidog-orders:
        - subCode
        - description
        - metadata
      x-apidog-ignore-properties: []
      x-apidog-folder: ''
  securitySchemes:
    bearerAuth:
      type: jwt
      scheme: bearer
      bearerFormat: JWT
      description: ใส่ JWT Token ในรูปแบบ Bearer {token}
    bearer:
      type: http
      scheme: bearer
servers:
  - url: https://api.gofive.co.th
    description: Production
security:
  - bearerAuth: []
    x-apidog:
      schemeGroups:
        - id: uyL_cJmK7q60QJZRTi5ot
          schemeIds:
            - bearerAuth
      required: true
      use:
        id: uyL_cJmK7q60QJZRTi5ot
      scopes:
        uyL_cJmK7q60QJZRTi5ot:
          bearerAuth: []

```
