@@ -5917,7 +5917,7 @@ Fields:
59175917| Field | Type | Required | [ Picklist] ( #get-picklist-data ) | Description |
59185918| :------:| :--------:| :--------:| :--------:| :------------------------------------------------------------|
59195919| aefT3ActionsDate | Date | x | | Action date (ISO 8601 format) |
5920- | aefT3ActionsCoopoerativeApproachId | String | x | | Cooperative approach identifier (max 255 characters) |
5920+ | aefT3ActionsCooperativeApproachId | String | x | | Cooperative approach identifier (max 255 characters) |
59215921| aefT3ActionsAuthorizationId | String | x | | Authorization identifier (max 255 characters) |
59225922| aefT3ActionsFirstTransferringPartyId | String | x | | First transferring party identifier (max 255 characters) |
59235923| aefT3ActionsPartyItmoRegistryId | String | x | | Party ITMO registry identifier (max 255 characters) |
@@ -5956,7 +5956,7 @@ curl --location --request POST 'localhost:31310/v2/aef-t3-actions' \
59565956--header ' Content-Type: application/json' \
59575957--data-raw ' {
59585958 "aefT3ActionsDate": "2022-03-01",
5959- "aefT3ActionsCoopoerativeApproachId ": "TEST-CA-001",
5959+ "aefT3ActionsCooperativeApproachId ": "TEST-CA-001",
59605960 "aefT3ActionsAuthorizationId": "TEST-AUTH-001",
59615961 "aefT3ActionsFirstTransferringPartyId": "TEST-PARTY-001",
59625962 "aefT3ActionsPartyItmoRegistryId": "TEST-REGISTRY-001",
@@ -6018,7 +6018,7 @@ curl --location --request PUT 'localhost:31310/v2/aef-t3-actions/d4e5f6a7-b8c9-0
60186018--header ' Content-Type: application/json' \
60196019--data-raw ' {
60206020 "aefT3ActionsDate": "2022-03-05",
6021- "aefT3ActionsCoopoerativeApproachId ": "TEST-CA-001",
6021+ "aefT3ActionsCooperativeApproachId ": "TEST-CA-001",
60226022 "aefT3ActionsAuthorizationId": "TEST-AUTH-001",
60236023 "aefT3ActionsFirstTransferringPartyId": "TEST-PARTY-001",
60246024 "aefT3ActionsPartyItmoRegistryId": "TEST-REGISTRY-001",
@@ -6152,7 +6152,7 @@ Fields:
61526152
61536153| Field | Type | Required | [ Picklist] ( #get-picklist-data ) | Description |
61546154| :------:| :--------:| :--------:| :--------:| :------------------------------------------------------------|
6155- | aefT4HoldingsCoopoerativeApproachId | String | x | | Cooperative approach identifier (max 255 characters) |
6155+ | aefT4HoldingsCooperativeApproachId | String | x | | Cooperative approach identifier (max 255 characters) |
61566156| aefT4HoldingsAuthorizationId | String | x | | Authorization identifier (max 255 characters) |
61576157| aefT4HoldingsFirstTransferringPartyId | String | x | | First transferring party identifier (max 255 characters) |
61586158| aefT4HoldingsPartyItmoRegistryId | String | x | | Party ITMO registry identifier (max 255 characters) |
@@ -6180,7 +6180,7 @@ Request
61806180curl --location --request POST ' localhost:31310/v2/aef-t4-holdings' \
61816181--header ' Content-Type: application/json' \
61826182--data-raw ' {
6183- "aefT4HoldingsCoopoerativeApproachId ": "TEST-CA-001",
6183+ "aefT4HoldingsCooperativeApproachId ": "TEST-CA-001",
61846184 "aefT4HoldingsAuthorizationId": "TEST-AUTH-001",
61856185 "aefT4HoldingsFirstTransferringPartyId": "TEST-PARTY-001",
61866186 "aefT4HoldingsPartyItmoRegistryId": "TEST-REGISTRY-001",
@@ -6231,7 +6231,7 @@ Request
62316231curl --location --request PUT ' localhost:31310/v2/aef-t4-holdings/e5f6a7b8-c9d0-1234-ef56-567890123456' \
62326232--header ' Content-Type: application/json' \
62336233--data-raw ' {
6234- "aefT4HoldingsCoopoerativeApproachId ": "TEST-CA-001",
6234+ "aefT4HoldingsCooperativeApproachId ": "TEST-CA-001",
62356235 "aefT4HoldingsAuthorizationId": "TEST-AUTH-001",
62366236 "aefT4HoldingsFirstTransferringPartyId": "TEST-PARTY-001",
62376237 "aefT4HoldingsPartyItmoRegistryId": "TEST-REGISTRY-001",
0 commit comments