|
| 1 | +{ |
| 2 | + "parameters": { |
| 3 | + "farmerId": "FARMER123", |
| 4 | + "applicationDataId": "APPLICATION123", |
| 5 | + "api-version": "2021-07-31-preview", |
| 6 | + "applicationData": { |
| 7 | + "source": "Manual", |
| 8 | + "name": "Application data for North Farm", |
| 9 | + "description": "some description", |
| 10 | + "status": "Active", |
| 11 | + "operationStartDateTime": "2021-02-25T16:57:04Z", |
| 12 | + "operationEndDateTime": "2021-02-27T10:13:06Z", |
| 13 | + "operationModifiedDateTime": "2021-02-28T11:12:12Z", |
| 14 | + "operationBoundaryId": "APPLICATIONOPBOUNDARY1", |
| 15 | + "associatedBoundaryId": "NORTHFARM2021CORNBOUNDARY", |
| 16 | + "area": { |
| 17 | + "unit": "acre", |
| 18 | + "value": 60 |
| 19 | + }, |
| 20 | + "totalMaterial": { |
| 21 | + "unit": "kilos", |
| 22 | + "value": 9 |
| 23 | + }, |
| 24 | + "avgMaterial": { |
| 25 | + "unit": "kilosperacre", |
| 26 | + "value": 0.15 |
| 27 | + }, |
| 28 | + "applicationProductDetails": [ |
| 29 | + { |
| 30 | + "productName": "POTASHVAR1", |
| 31 | + "isCarrier": false, |
| 32 | + "totalMaterial": { |
| 33 | + "unit": "kilos", |
| 34 | + "value": 4 |
| 35 | + }, |
| 36 | + "avgMaterial": { |
| 37 | + "unit": "kilosperacre", |
| 38 | + "value": 0.2 |
| 39 | + } |
| 40 | + } |
| 41 | + ], |
| 42 | + "properties": { |
| 43 | + "Region": "Europe", |
| 44 | + "CountyCode": 123 |
| 45 | + } |
| 46 | + } |
| 47 | + }, |
| 48 | + "responses": { |
| 49 | + "200": { |
| 50 | + "body": { |
| 51 | + "farmerId": "FARMER123", |
| 52 | + "id": "APPLICATION123", |
| 53 | + "source": "Manual", |
| 54 | + "name": "Application data for North Farm", |
| 55 | + "description": "some description", |
| 56 | + "status": "Active", |
| 57 | + "operationStartDateTime": "2021-02-25T16:57:04Z", |
| 58 | + "operationEndDateTime": "2021-02-27T10:13:06Z", |
| 59 | + "operationModifiedDateTime": "2021-02-28T11:12:12Z", |
| 60 | + "operationBoundaryId": "APPLICATIONOPBOUNDARY1", |
| 61 | + "associatedBoundaryId": "NORTHFARM2021CORNBOUNDARY", |
| 62 | + "area": { |
| 63 | + "unit": "acre", |
| 64 | + "value": 60 |
| 65 | + }, |
| 66 | + "totalMaterial": { |
| 67 | + "unit": "kilos", |
| 68 | + "value": 9 |
| 69 | + }, |
| 70 | + "avgMaterial": { |
| 71 | + "unit": "kilosperacre", |
| 72 | + "value": 0.15 |
| 73 | + }, |
| 74 | + "applicationProductDetails": [ |
| 75 | + { |
| 76 | + "productName": "POTASHVAR1", |
| 77 | + "isCarrier": false, |
| 78 | + "totalMaterial": { |
| 79 | + "unit": "kilos", |
| 80 | + "value": 4 |
| 81 | + }, |
| 82 | + "avgMaterial": { |
| 83 | + "unit": "kilosperacre", |
| 84 | + "value": 0.2 |
| 85 | + } |
| 86 | + } |
| 87 | + ], |
| 88 | + "properties": { |
| 89 | + "Region": "Europe", |
| 90 | + "CountyCode": 123 |
| 91 | + }, |
| 92 | + "attachmentsLink": "https://<resource-name>.farmbeats.azure.net/farmer/{{farmerId}}/attachments?api-version={{apiVersion}}&resourceIds={{applicationDataId}}&resourceTypes=ApplicationData", |
| 93 | + "createdDateTime": "2021-02-28T04:57:04Z", |
| 94 | + "modifiedDateTime": "2021-03-08T18:22:07Z", |
| 95 | + "eTag": "cb00a3ac-0000-0100-0000-601d21ec0000" |
| 96 | + } |
| 97 | + }, |
| 98 | + "201": { |
| 99 | + "body": { |
| 100 | + "farmerId": "FARMER123", |
| 101 | + "id": "APPLICATION123", |
| 102 | + "source": "Manual", |
| 103 | + "name": "Application data for North Farm", |
| 104 | + "description": "some description", |
| 105 | + "status": "Active", |
| 106 | + "operationStartDateTime": "2021-02-25T16:57:04Z", |
| 107 | + "operationEndDateTime": "2021-02-27T10:13:06Z", |
| 108 | + "operationModifiedDateTime": "2021-02-28T11:12:12Z", |
| 109 | + "operationBoundaryId": "APPLICATIONOPBOUNDARY1", |
| 110 | + "associatedBoundaryId": "NORTHFARM2021CORNBOUNDARY", |
| 111 | + "area": { |
| 112 | + "unit": "acre", |
| 113 | + "value": 60 |
| 114 | + }, |
| 115 | + "totalMaterial": { |
| 116 | + "unit": "kilos", |
| 117 | + "value": 9 |
| 118 | + }, |
| 119 | + "avgMaterial": { |
| 120 | + "unit": "kilosperacre", |
| 121 | + "value": 0.15 |
| 122 | + }, |
| 123 | + "applicationProductDetails": [ |
| 124 | + { |
| 125 | + "productName": "POTASHVAR1", |
| 126 | + "isCarrier": false, |
| 127 | + "totalMaterial": { |
| 128 | + "unit": "kilos", |
| 129 | + "value": 4 |
| 130 | + }, |
| 131 | + "avgMaterial": { |
| 132 | + "unit": "kilosperacre", |
| 133 | + "value": 0.2 |
| 134 | + } |
| 135 | + } |
| 136 | + ], |
| 137 | + "properties": { |
| 138 | + "Region": "Europe", |
| 139 | + "CountyCode": 123 |
| 140 | + }, |
| 141 | + "attachmentsLink": "https://<resource-name>.farmbeats.azure.net/farmer/{{farmerId}}/attachments?api-version={{apiVersion}}&resourceIds={{applicationDataId}}&resourceTypes=ApplicationData", |
| 142 | + "createdDateTime": "2021-02-28T04:57:04Z", |
| 143 | + "modifiedDateTime": "2021-03-08T18:22:07Z", |
| 144 | + "eTag": "cb00a3ac-0000-0100-0000-601d21ec0000" |
| 145 | + } |
| 146 | + } |
| 147 | + } |
| 148 | +} |
0 commit comments