|
15 | 15 | "schemes": [ |
16 | 16 | "https" |
17 | 17 | ], |
18 | | - "consumes": [ |
19 | | - "application/json" |
20 | | - ], |
| 18 | + "consumes": [], |
21 | 19 | "produces": [], |
22 | 20 | "paths": { |
23 | 21 | "/api/v1/Individuals": { |
|
107 | 105 | "required": true, |
108 | 106 | "type": "string", |
109 | 107 | "description": "Individual ID", |
110 | | - "x-ms-summary": "Individual ID", |
111 | | - "x-ms-url-encoding": "single" |
| 108 | + "x-ms-summary": "Individual ID" |
112 | 109 | }, |
113 | 110 | { |
114 | 111 | "name": "Content-Type", |
|
191 | 188 | "required": true, |
192 | 189 | "type": "string", |
193 | 190 | "description": "ID Or Record Number Or Email", |
194 | | - "x-ms-summary": "ID Or Record Number Or Email", |
195 | | - "x-ms-url-encoding": "single" |
| 191 | + "x-ms-summary": "ID Or Record Number Or Email" |
196 | 192 | }, |
197 | 193 | { |
198 | 194 | "name": "pageNumber", |
199 | 195 | "in": "path", |
200 | 196 | "required": true, |
201 | 197 | "type": "integer", |
202 | 198 | "default": 1, |
203 | | - "x-ms-visibility": "internal", |
204 | | - "x-ms-url-encoding": "single" |
| 199 | + "x-ms-visibility": "internal" |
205 | 200 | }, |
206 | 201 | { |
207 | 202 | "name": "IncludeDetails", |
|
1887 | 1882 | "required": true, |
1888 | 1883 | "type": "string", |
1889 | 1884 | "description": "Committee Code", |
1890 | | - "x-ms-summary": "Committee Code", |
1891 | | - "x-ms-url-encoding": "single" |
| 1885 | + "x-ms-summary": "Committee Code" |
1892 | 1886 | }, |
1893 | 1887 | { |
1894 | 1888 | "name": "Content-Type", |
|
1982 | 1976 | "description": "show In Directory", |
1983 | 1977 | "title": "Show In Directory?", |
1984 | 1978 | "x-ms-visibility": "internal", |
1985 | | - "enum": [ |
1986 | | - true, |
1987 | | - false |
1988 | | - ], |
| 1979 | + "enum": [true, false], |
1989 | 1980 | "default": false |
1990 | 1981 | }, |
1991 | 1982 | "branchName": { |
|
2028 | 2019 | "required": true, |
2029 | 2020 | "type": "string", |
2030 | 2021 | "description": "Individual ID", |
2031 | | - "x-ms-summary": "Individual ID", |
2032 | | - "x-ms-url-encoding": "single" |
| 2022 | + "x-ms-summary": "Individual ID" |
2033 | 2023 | }, |
2034 | 2024 | { |
2035 | 2025 | "name": "Content-Type", |
|
2068 | 2058 | "description": "isPrimary", |
2069 | 2059 | "title": "Is Primary?", |
2070 | 2060 | "x-ms-visibility": "advanced", |
2071 | | - "enum": [ |
2072 | | - true, |
2073 | | - false |
2074 | | - ], |
| 2061 | + "enum": [true, false], |
2075 | 2062 | "default": false |
2076 | 2063 | }, |
2077 | 2064 | "startDate": { |
|
2117 | 2104 | "required": true, |
2118 | 2105 | "type": "string", |
2119 | 2106 | "description": "Organization ID", |
2120 | | - "x-ms-summary": "Organization ID", |
2121 | | - "x-ms-url-encoding": "single" |
| 2107 | + "x-ms-summary": "Organization ID" |
2122 | 2108 | }, |
2123 | 2109 | { |
2124 | 2110 | "name": "Content-Type", |
|
2530 | 2516 | "required": true, |
2531 | 2517 | "type": "string", |
2532 | 2518 | "default": "1", |
2533 | | - "x-ms-visibility": "internal", |
2534 | | - "x-ms-url-encoding": "single" |
| 2519 | + "x-ms-visibility": "internal" |
2535 | 2520 | }, |
2536 | 2521 | { |
2537 | 2522 | "name": "phoneNumber", |
|
2879 | 2864 | "required": true, |
2880 | 2865 | "type": "string", |
2881 | 2866 | "description": "Customer ID", |
2882 | | - "x-ms-summary": "Customer ID", |
2883 | | - "x-ms-url-encoding": "single" |
| 2867 | + "x-ms-summary": "Customer ID" |
2884 | 2868 | }, |
2885 | 2869 | { |
2886 | 2870 | "name": "Content-Type", |
|
4861 | 4845 | "description": "Addresses-Region" |
4862 | 4846 | }, |
4863 | 4847 | "latitude": { |
4864 | | - "type": "number", |
| 4848 | + "type": "string", |
4865 | 4849 | "title": "Latitude", |
4866 | 4850 | "description": "Addresses-Latitude" |
4867 | 4851 | }, |
4868 | 4852 | "longitude": { |
4869 | | - "type": "number", |
| 4853 | + "type": "string", |
4870 | 4854 | "title": "Longitude", |
4871 | 4855 | "description": "Addresses-Longitude" |
4872 | 4856 | }, |
|
4906 | 4890 | "description": "Addresses-Country-ThreeLetterISOCode" |
4907 | 4891 | }, |
4908 | 4892 | "code": { |
4909 | | - "type": "integer", |
| 4893 | + "type": "string", |
4910 | 4894 | "title": "Country Code", |
4911 | 4895 | "description": "Addresses-Country-CountryCode" |
4912 | 4896 | } |
|
4989 | 4973 | "description": "Phones-IsPrimary" |
4990 | 4974 | }, |
4991 | 4975 | "type": { |
4992 | | - "type": "integer", |
| 4976 | + "type": "string", |
4993 | 4977 | "title": "Type", |
4994 | 4978 | "description": "Phones-Type" |
4995 | 4979 | }, |
|
5019 | 5003 | "description": "Phones-Country-ThreeLetterISOCode" |
5020 | 5004 | }, |
5021 | 5005 | "code": { |
5022 | | - "type": "integer", |
| 5006 | + "type": "string", |
5023 | 5007 | "title": "Country Code", |
5024 | 5008 | "description": "Phones-Country-CountryCode" |
5025 | 5009 | } |
|
0 commit comments