diff --git a/src/openapi/contracts/contracts-crud.yaml b/src/openapi/contracts/contracts-crud.yaml index f3a77ff..744c5e6 100644 --- a/src/openapi/contracts/contracts-crud.yaml +++ b/src/openapi/contracts/contracts-crud.yaml @@ -42,7 +42,7 @@ paths: { "contractId": "5a3876a1-e9a1-4278-8983-4679a8d583c2", "contractNumber": "D123456", - "customerProfileId": "bfe6174e-52aa-4fd7-927b-7802256bc054", + "customerProfileId": 42, "orderId": "eb3d08f7-7feb-4f31-9f5b-daa634e51f48", "orderLineId": "52efbbfc-8c28-4016-9ece-dc3ef9a70bd8", "touchpointId": 2, @@ -59,7 +59,7 @@ paths: { "contractId": "f07253e6-c364-474c-a342-a10a4a7cf305", "contractNumber": "D123456", - "customerProfileId": "bfe6174e-52aa-4fd7-927b-7802256bc054", + "customerProfileId": 42, "orderId": "945d43e6-516e-425b-8847-9aba41289acd", "orderLineId": "42f68042-908f-41f4-9d9b-4cab843ff0e8", "touchpointId": 2, @@ -195,7 +195,7 @@ paths: { "contractId": "5a3876a1-e9a1-4278-8983-4679a8d583c2", "contractNumber": "D123456", - "customerProfileId": "bfe6174e-52aa-4fd7-927b-7802256bc054", + "customerProfileId": 42, "orderId": "eb3d08f7-7feb-4f31-9f5b-daa634e51f48", "orderLineId": "52efbbfc-8c28-4016-9ece-dc3ef9a70bd8", "touchpointId": 2, @@ -252,7 +252,7 @@ paths: { "contractId": "f07253e6-c364-474c-a342-a10a4a7cf305", "contractNumber": "D123456", - "customerProfileId": "bfe6174e-52aa-4fd7-927b-7802256bc054", + "customerProfileId": 42, "orderId": "945d43e6-516e-425b-8847-9aba41289acd", "orderLineId": "42f68042-908f-41f4-9d9b-4cab843ff0e8", "touchpointId": 2, @@ -336,7 +336,7 @@ paths: { "contractId": "5a3876a1-e9a1-4278-8983-4679a8d583c2", "contractNumber": "D123456", - "customerProfileId": "bfe6174e-52aa-4fd7-927b-7802256bc054", + "customerProfileId": 42, "orderId": "eb3d08f7-7feb-4f31-9f5b-daa634e51f48", "orderLineId": "52efbbfc-8c28-4016-9ece-dc3ef9a70bd8", "touchpointId": 2, @@ -908,9 +908,8 @@ components: pattern: '^D\d{6}$' example: D123456 customerProfileId: - type: string - format: uuid - example: bfe6174e-52aa-4fd7-927b-7802256bc054 + type: integer + example: 42 orderId: type: string format: uuid