View | Details | Raw Unified | Return to bug 40434
Collapse All | Expand All

(-)a/api/v1/swagger/definitions/vendor.yaml (-1 / +7 lines)
Lines 34-44 properties: Link Here
34
      - string
34
      - string
35
      - "null"
35
      - "null"
36
    description: Vendor phone number
36
    description: Vendor phone number
37
    maxLength: 30
37
  fax:
38
  fax:
38
    type:
39
    type:
39
      - string
40
      - string
40
      - "null"
41
      - "null"
41
    description: Vendor fax number
42
    description: Vendor fax number
43
    maxLength: 50
42
  accountnumber:
44
  accountnumber:
43
    type:
45
    type:
44
      - string
46
      - string
Lines 49-54 properties: Link Here
49
      - string
51
      - string
50
      - "null"
52
      - "null"
51
    description: Type of vendor
53
    description: Type of vendor
54
    maxLength: 255
52
  notes:
55
  notes:
53
    type:
56
    type:
54
      - string
57
      - string
Lines 64-69 properties: Link Here
64
      - string
67
      - string
65
      - "null"
68
      - "null"
66
    description: Vendor web address
69
    description: Vendor web address
70
    maxLength: 255
67
  active:
71
  active:
68
    type:
72
    type:
69
      - boolean
73
      - boolean
Lines 74-84 properties: Link Here
74
      - string
78
      - string
75
      - "null"
79
      - "null"
76
    description: List prices currency
80
    description: List prices currency
81
    maxLength: 10
77
  invoice_currency:
82
  invoice_currency:
78
    type:
83
    type:
79
      - string
84
      - string
80
      - "null"
85
      - "null"
81
    description: Invoice prices currency
86
    description: Invoice prices currency
87
    maxLength: 10
82
  gst:
88
  gst:
83
    type:
89
    type:
84
      - boolean
90
      - boolean
Lines 114-119 properties: Link Here
114
      - string
120
      - string
115
      - "null"
121
      - "null"
116
    description: External id
122
    description: External id
123
    maxLength: 255
117
  aliases:
124
  aliases:
118
    type: array
125
    type: array
119
    description: List of aliases
126
    description: List of aliases
120
- 

Return to bug 40434