usps-imis-api 0.9.9 → 0.9.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/lib/usps/imis/api.rb +1 -2
  3. data/lib/usps/imis/business_object.rb +0 -3
  4. data/lib/usps/imis/config.rb +1 -1
  5. data/lib/usps/imis/query.rb +0 -3
  6. data/lib/usps/imis/requests.rb +5 -1
  7. data/lib/usps/imis/version.rb +1 -1
  8. metadata +1 -70
  9. data/.github/workflows/main.yml +0 -57
  10. data/.gitignore +0 -5
  11. data/.rspec +0 -2
  12. data/.rubocop.yml +0 -89
  13. data/.ruby-version +0 -1
  14. data/.simplecov +0 -8
  15. data/Gemfile +0 -16
  16. data/Gemfile.lock +0 -147
  17. data/Rakefile +0 -12
  18. data/bin/console +0 -21
  19. data/bin/setup +0 -8
  20. data/spec/fixtures/vcr_cassettes/.keep +0 -0
  21. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_authorize/automatically_refreshes_an_expired_token.yml +0 -67
  22. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_imis_id_for/gets_the_iMIS_ID.yml +0 -131
  23. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_imis_id_for/with_a_query_error/wraps_errors.yml +0 -67
  24. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_inspect/does_not_show_the_token_instance_variable.yml +0 -67
  25. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_inspect/is_configured_to_exclude_the_token_instance_variable.yml +0 -67
  26. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_on/chains_with_on_to_a_single_block.yml +0 -256
  27. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_on/nests_on_and_with.yml +0 -256
  28. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_on/returns_a_BusinessObject_without_a_block.yml +0 -67
  29. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_on/sends_an_update_from_put.yml +0 -256
  30. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_put/sends_an_update.yml +0 -256
  31. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_put/when_receiving_a_response_error/wraps_the_error.yml +0 -67
  32. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_query/collects_all_query_results.yml +0 -67
  33. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_with/blocks_calling_imis_id_.yml +0 -67
  34. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_with/blocks_calling_imis_id_for.yml +0 -67
  35. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_with/sends_an_update_from_put.yml +0 -256
  36. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_with/sends_an_update_from_update.yml +0 -256
  37. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/_with/uses_a_panel_correctly.yml +0 -145
  38. data/spec/fixtures/vcr_cassettes/Usps_Imis_Api/stores_the_initial_imis_id.yml +0 -67
  39. data/spec/fixtures/vcr_cassettes/Usps_Imis_BusinessObject/_put_field/submits_the_correct_update_request.yml +0 -627
  40. data/spec/fixtures/vcr_cassettes/Usps_Imis_BusinessObject/with_stubbed_data/_filter_fields/formats_fields_correctly.yml +0 -67
  41. data/spec/fixtures/vcr_cassettes/Usps_Imis_BusinessObject/with_stubbed_data/_get/delegation_to_get_fields/delegates_to_get_fields.yml +0 -67
  42. data/spec/fixtures/vcr_cassettes/Usps_Imis_BusinessObject/with_stubbed_data/_get/returns_multiple_values.yml +0 -67
  43. data/spec/fixtures/vcr_cassettes/Usps_Imis_BusinessObject/with_stubbed_data/_get_field/returns_a_string_value.yml +0 -67
  44. data/spec/fixtures/vcr_cassettes/Usps_Imis_BusinessObject/with_stubbed_data/_get_field/returns_an_integer_value.yml +0 -67
  45. data/spec/fixtures/vcr_cassettes/Usps_Imis_BusinessObject/with_stubbed_data/_get_fields/returns_multiple_values.yml +0 -67
  46. data/spec/fixtures/vcr_cassettes/Usps_Imis_Mapper/_fetch/fetches_a_mapped_field.yml +0 -158
  47. data/spec/fixtures/vcr_cassettes/Usps_Imis_Mapper/_fetch/raises_for_unmapped_updates.yml +0 -67
  48. data/spec/fixtures/vcr_cassettes/Usps_Imis_Mapper/_fetch/supports_Hash_access_syntax.yml +0 -158
  49. data/spec/fixtures/vcr_cassettes/Usps_Imis_Mapper/_fetch/supports_Hash_access_syntax_on_the_Api_directly.yml +0 -158
  50. data/spec/fixtures/vcr_cassettes/Usps_Imis_Mapper/_update/raises_for_unmapped_updates.yml +0 -67
  51. data/spec/fixtures/vcr_cassettes/Usps_Imis_Mapper/_update/sends_a_mapped_update.yml +0 -256
  52. data/spec/fixtures/vcr_cassettes/Usps_Imis_Mapper/initialize_with_imis_id/stores_the_initial_imis_id.yml +0 -67
  53. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_BasePanel/requires_business_object_to_be_defined.yml +0 -67
  54. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_BasePanel/requires_payload_data_to_be_defined.yml +0 -67
  55. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Education/api_example/_get/loads_a_specific_object.yml +0 -146
  56. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Education/api_example/_get/returns_specific_fields.yml +0 -146
  57. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Education/api_example/_get_field/returns_a_specific_field.yml +0 -146
  58. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Education/api_example/_get_fields/returns_specific_fields.yml +0 -146
  59. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Education/api_example/interacts_with_records_correctly.yml +0 -495
  60. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Education/initialization_with_ID/can_initialize_with_an_iMIS_ID.yml +0 -67
  61. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Vsc/_get/loads_a_specific_object.yml +0 -145
  62. data/spec/fixtures/vcr_cassettes/Usps_Imis_Panels_Vsc/handles_new_records_correctly.yml +0 -319
  63. data/spec/lib/usps/imis/api_spec.rb +0 -161
  64. data/spec/lib/usps/imis/business_object_spec.rb +0 -87
  65. data/spec/lib/usps/imis/config_spec.rb +0 -59
  66. data/spec/lib/usps/imis/data_spec.rb +0 -75
  67. data/spec/lib/usps/imis/error_spec.rb +0 -17
  68. data/spec/lib/usps/imis/errors/response_error_spec.rb +0 -107
  69. data/spec/lib/usps/imis/mapper_spec.rb +0 -55
  70. data/spec/lib/usps/imis/mocks/business_object_spec.rb +0 -65
  71. data/spec/lib/usps/imis/panels/base_panel_spec.rb +0 -33
  72. data/spec/lib/usps/imis/panels/education_spec.rb +0 -70
  73. data/spec/lib/usps/imis/panels/vsc_spec.rb +0 -37
  74. data/spec/lib/usps/imis/properties_spec.rb +0 -19
  75. data/spec/lib/usps/imis_spec.rb +0 -11
  76. data/spec/spec_helper.rb +0 -78
  77. data/usps-imis-api.gemspec +0 -20
@@ -1,146 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: post
5
- uri: https://abcdev.imiscloud.com/Token
6
- body:
7
- encoding: US-ASCII
8
- string: grant_type=password&username=<USERNAME>&password=<PASSWORD>
9
- headers:
10
- Accept-Encoding:
11
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
- Accept:
13
- - "*/*"
14
- User-Agent:
15
- - Ruby
16
- Host:
17
- - abcdev.imiscloud.com
18
- response:
19
- status:
20
- code: 200
21
- message: OK
22
- headers:
23
- Date:
24
- - Sun, 26 Oct 2025 01:24:40 GMT
25
- Content-Type:
26
- - application/json; charset=UTF-8
27
- Transfer-Encoding:
28
- - chunked
29
- Connection:
30
- - keep-alive
31
- Server:
32
- - cloudflare
33
- Cf-Ray:
34
- - 994627c84b1f620f-ORD
35
- Cf-Cache-Status:
36
- - DYNAMIC
37
- Access-Control-Allow-Origin:
38
- - "*"
39
- Cache-Control:
40
- - no-cache
41
- Expires:
42
- - "-1"
43
- Strict-Transport-Security:
44
- - max-age=31536000
45
- Vary:
46
- - Accept-Encoding,Accept-Encoding
47
- Pragma:
48
- - no-cache
49
- Access-Control-Expose-Headers:
50
- - Request-Context
51
- Request-Context:
52
- - appId=cid-v1:9c05b5dd-9acf-4a59-aabb-1775785c005f
53
- X-Aspnet-Version:
54
- - 4.0.30319
55
- X-Content-Type-Options:
56
- - nosniff
57
- - nosniff
58
- Set-Cookie:
59
- - __cf_bm=TatlrdoTnAOeSnA5p8BNMlYHbUdvVZpCTYr1ZlrWok0-1761441880-1.0.1.1-sezmztOiT3Uzgy6jnx4LuRfLCAC1MAC.ZLCeBCe.Pzx_0Da2CI2CjKsboUih_kRhD6gafo4MA6PlbhZGUTpqE8NJ.88HyKioxxmHCLOTwJA;
60
- path=/; expires=Sun, 26-Oct-25 01:54:40 GMT; domain=.abcdev.imiscloud.com;
61
- HttpOnly; Secure; SameSite=None
62
- body:
63
- encoding: ASCII-8BIT
64
- string: '{"access_token":"<ACCESS_TOKEN>","token_type":"bearer","expires_in":3599,"userName":"J.S.FIANDER@GMAIL.COM",".issued":"Sun,
65
- 26 Oct 2025 01:24:40 GMT",".expires":"Sun, 26 Oct 2025 02:24:40 GMT"}'
66
- recorded_at: Sun, 26 Oct 2025 01:24:40 GMT
67
- - request:
68
- method: get
69
- uri: https://abcdev.imiscloud.com/api/ABC_ASC_Educ/~6374%7C90737
70
- body:
71
- encoding: US-ASCII
72
- string: ''
73
- headers:
74
- Accept-Encoding:
75
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
76
- Accept:
77
- - "*/*"
78
- User-Agent:
79
- - Ruby
80
- Host:
81
- - abcdev.imiscloud.com
82
- Authorization:
83
- - Bearer <BEARER_TOKEN>
84
- response:
85
- status:
86
- code: 200
87
- message: OK
88
- headers:
89
- Date:
90
- - Sun, 26 Oct 2025 01:24:40 GMT
91
- Content-Type:
92
- - application/json; charset=utf-8
93
- Transfer-Encoding:
94
- - chunked
95
- Connection:
96
- - keep-alive
97
- Server:
98
- - cloudflare
99
- Cf-Ray:
100
- - 994627c968a9e262-ORD
101
- Cf-Cache-Status:
102
- - DYNAMIC
103
- Cache-Control:
104
- - no-cache
105
- Expires:
106
- - "-1"
107
- Strict-Transport-Security:
108
- - max-age=31536000
109
- Vary:
110
- - Accept-Encoding,Accept-Encoding
111
- Pragma:
112
- - no-cache
113
- Access-Control-Expose-Headers:
114
- - Request-Context
115
- Request-Context:
116
- - appId=cid-v1:9c05b5dd-9acf-4a59-aabb-1775785c005f
117
- X-Aspnet-Version:
118
- - 4.0.30319
119
- X-Content-Type-Options:
120
- - nosniff
121
- - nosniff
122
- Set-Cookie:
123
- - __cf_bm=LFcl.N3h_.gkEC7KKqELmrKYNX8SjnjOE.B4.qUM_Uk-1761441880-1.0.1.1-p2Fl4RQXGcaT42jF_bxUgJwuj7oq6f8G3jSHUnNEZzOZN4Bn7H4b7xr.XCMdwmu7W2TX9PAOjHVfK82TTnHk81wzdzqxuM.J9nzdWcuVKMU;
124
- path=/; expires=Sun, 26-Oct-25 01:54:40 GMT; domain=.abcdev.imiscloud.com;
125
- HttpOnly; Secure; SameSite=None
126
- body:
127
- encoding: ASCII-8BIT
128
- string: '{"$type":"Asi.Soa.Core.DataContracts.GenericEntityData, Asi.Contracts","EntityTypeName":"ABC_ASC_EDUC","PrimaryParentEntityTypeName":"Party","Identity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
129
- Asi.Contracts","EntityTypeName":"ABC_ASC_EDUC","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
130
- mscorlib]], mscorlib","$values":["6374","90737"]}},"PrimaryParentIdentity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
131
- Asi.Contracts","EntityTypeName":"Party","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
132
- mscorlib]], mscorlib","$values":["6374"]}},"Properties":{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyDataCollection,
133
- Asi.Contracts","$values":[{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
134
- Asi.Contracts","Name":"ID","Value":"6374"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
135
- Asi.Contracts","Name":"ABC_EDUC_THRU_DATE","Value":"0001-01-01T00:00:00"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
136
- Asi.Contracts","Name":"ABC_ECertificate","Value":"E136924"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
137
- Asi.Contracts","Name":"ABC_Educ_Description","Value":"Advanced Piloting"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
138
- Asi.Contracts","Name":"ABC_Educ_Effective_Date","Value":"1992-01-01T00:00:00"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
139
- Asi.Contracts","Name":"ABC_Educ_Source_System","Value":"Legacy Sys"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
140
- Asi.Contracts","Name":"ABC_Educ_Transaction_Date","Value":"1989-01-01T00:00:00"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
141
- Asi.Contracts","Name":"ABC_Other_Code","Value":"AP"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
142
- Asi.Contracts","Name":"ABC_Product_Code","Value":"CRS"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
143
- Asi.Contracts","Name":"ABC_TYPE","Value":"EDUC"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
144
- Asi.Contracts","Name":"Ordinal","Value":{"$type":"System.Int32","$value":90737}}]}}'
145
- recorded_at: Sun, 26 Oct 2025 01:24:40 GMT
146
- recorded_with: VCR 6.3.1
@@ -1,495 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: post
5
- uri: https://abcdev.imiscloud.com/Token
6
- body:
7
- encoding: US-ASCII
8
- string: grant_type=password&username=<USERNAME>&password=<PASSWORD>
9
- headers:
10
- Accept-Encoding:
11
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
- Accept:
13
- - "*/*"
14
- User-Agent:
15
- - Ruby
16
- Host:
17
- - abcdev.imiscloud.com
18
- response:
19
- status:
20
- code: 200
21
- message: OK
22
- headers:
23
- Date:
24
- - Sun, 26 Oct 2025 01:24:39 GMT
25
- Content-Type:
26
- - application/json; charset=UTF-8
27
- Transfer-Encoding:
28
- - chunked
29
- Connection:
30
- - keep-alive
31
- Server:
32
- - cloudflare
33
- Cf-Ray:
34
- - 994627c1182de417-ORD
35
- Cf-Cache-Status:
36
- - DYNAMIC
37
- Access-Control-Allow-Origin:
38
- - "*"
39
- Cache-Control:
40
- - no-cache
41
- Expires:
42
- - "-1"
43
- Strict-Transport-Security:
44
- - max-age=31536000
45
- Vary:
46
- - Accept-Encoding,Accept-Encoding
47
- Pragma:
48
- - no-cache
49
- Access-Control-Expose-Headers:
50
- - Request-Context
51
- Request-Context:
52
- - appId=cid-v1:9c05b5dd-9acf-4a59-aabb-1775785c005f
53
- X-Aspnet-Version:
54
- - 4.0.30319
55
- X-Content-Type-Options:
56
- - nosniff
57
- - nosniff
58
- Set-Cookie:
59
- - __cf_bm=k9NSp9cjLmgTegYWE6H758Z3HVPqN.7UeEioV9sTz2o-1761441879-1.0.1.1-zd449fjI21UTBT0jexJaZcIWNHcAblCSC5JjUBNtBykkEoyihlaE.H1USTFZ.SBqlNukWhVWQdk5sSGDEFw9UGJc9kpyBMRVR7oTpGfOSRY;
60
- path=/; expires=Sun, 26-Oct-25 01:54:39 GMT; domain=.abcdev.imiscloud.com;
61
- HttpOnly; Secure; SameSite=None
62
- body:
63
- encoding: ASCII-8BIT
64
- string: '{"access_token":"<ACCESS_TOKEN>","token_type":"bearer","expires_in":3599,"userName":"J.S.FIANDER@GMAIL.COM",".issued":"Sun,
65
- 26 Oct 2025 01:24:39 GMT",".expires":"Sun, 26 Oct 2025 02:24:39 GMT"}'
66
- recorded_at: Sun, 26 Oct 2025 01:24:39 GMT
67
- - request:
68
- method: post
69
- uri: https://abcdev.imiscloud.com/api/ABC_ASC_Educ/
70
- body:
71
- encoding: UTF-8
72
- string: '{"$type":"Asi.Soa.Core.DataContracts.GenericEntityData, Asi.Contracts","EntityTypeName":"ABC_ASC_Educ","PrimaryParentEntityTypeName":"Party","Identity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
73
- Asi.Contracts","EntityTypeName":"ABC_ASC_Educ","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
74
- mscorlib]], mscorlib","$values":["6374"]}},"PrimaryParentIdentity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
75
- Asi.Contracts","EntityTypeName":"Party","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
76
- mscorlib]], mscorlib","$values":["6374"]}},"Properties":{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyDataCollection,
77
- Asi.Contracts","$values":[{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
78
- Asi.Contracts","Name":"ID","Value":"6374"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
79
- Asi.Contracts","Name":"ABC_EDUC_THRU_DATE","Value":"0001-01-01T00:00:00"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
80
- Asi.Contracts","Name":"ABC_ECertificate","Value":"E136924"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
81
- Asi.Contracts","Name":"ABC_Educ_Description","Value":"Marine Navigation"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
82
- Asi.Contracts","Name":"ABC_Educ_Effective_Date","Value":"2025-10-25T00:00:00"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
83
- Asi.Contracts","Name":"ABC_Educ_Source_System","Value":"Online Exams System"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
84
- Asi.Contracts","Name":"ABC_Educ_Transaction_Date","Value":"2025-10-25T21:09:39"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
85
- Asi.Contracts","Name":"ABC_Other_Code","Value":"MN"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
86
- Asi.Contracts","Name":"ABC_Product_Code","Value":"CRS"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
87
- Asi.Contracts","Name":"ABC_TYPE","Value":"EDUC"}]}}'
88
- headers:
89
- Accept-Encoding:
90
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
91
- Accept:
92
- - "*/*"
93
- User-Agent:
94
- - Ruby
95
- Host:
96
- - abcdev.imiscloud.com
97
- Authorization:
98
- - Bearer <BEARER_TOKEN>
99
- response:
100
- status:
101
- code: 201
102
- message: Created
103
- headers:
104
- Date:
105
- - Sun, 26 Oct 2025 01:24:39 GMT
106
- Content-Type:
107
- - application/json; charset=utf-8
108
- Content-Length:
109
- - '2114'
110
- Connection:
111
- - keep-alive
112
- Server:
113
- - cloudflare
114
- Location:
115
- - https://abcdev.imiscloud.com/imisservice/api/ABC_ASC_Educ
116
- Cf-Ray:
117
- - 994627c20d8d8f48-ORD
118
- Cf-Cache-Status:
119
- - DYNAMIC
120
- Cache-Control:
121
- - no-cache
122
- Expires:
123
- - "-1"
124
- Strict-Transport-Security:
125
- - max-age=31536000
126
- Pragma:
127
- - no-cache
128
- Access-Control-Expose-Headers:
129
- - Request-Context
130
- Request-Context:
131
- - appId=cid-v1:9c05b5dd-9acf-4a59-aabb-1775785c005f
132
- X-Aspnet-Version:
133
- - 4.0.30319
134
- X-Content-Type-Options:
135
- - nosniff
136
- - nosniff
137
- Set-Cookie:
138
- - __cf_bm=zVqZcdBjJ8zbm2PUP7bz1WDapGY3bWdBBqTDVNVVfl8-1761441879-1.0.1.1-LSH..y5noEe0wgLlzYoG9tKoawS_DyiYcJaCRdB_hoYoIKMna4xKgdX35InKjXd6b0tghyzrYKT4bTXMoe5k2jtTtl7aG3XQzIK_6mI6RRE;
139
- path=/; expires=Sun, 26-Oct-25 01:54:39 GMT; domain=.abcdev.imiscloud.com;
140
- HttpOnly; Secure; SameSite=None
141
- Report-To:
142
- - '{"endpoints":[{"url":"https:\/\/csp-reporting.cloudflare.com\/cdn-cgi\/script_monitor\/report?m=CPQjaiDTynYTD3A8StwnwhzAMOg4G7J1D23HnYQEC0Y-1761441879-1.0.1.1-sg1kHAjdOJNGDiEPijOzHU0tFzeDh_qXHtWqybaDRnErOfpeD5P_fs3H7wOvEdkqL.iWZz_GZ_DkVGNpz2Ak7gePD3WcWjq3K8IariCXCWsIC_Zacji.4lhfgAT6ZznqSDEgyPXle6OYZARG.UrNm9RpHoObri6BtoXkJ89g866HNaW16AvefyVZDS08qdyh"}],"group":"cf-csp-endpoint","max_age":86400}'
143
- Content-Security-Policy-Report-Only:
144
- - script-src 'none'; connect-src 'none'; report-uri https://csp-reporting.cloudflare.com/cdn-cgi/script_monitor/report?m=CPQjaiDTynYTD3A8StwnwhzAMOg4G7J1D23HnYQEC0Y-1761441879-1.0.1.1-sg1kHAjdOJNGDiEPijOzHU0tFzeDh_qXHtWqybaDRnErOfpeD5P_fs3H7wOvEdkqL.iWZz_GZ_DkVGNpz2Ak7gePD3WcWjq3K8IariCXCWsIC_Zacji.4lhfgAT6ZznqSDEgyPXle6OYZARG.UrNm9RpHoObri6BtoXkJ89g866HNaW16AvefyVZDS08qdyh;
145
- report-to cf-csp-endpoint
146
- Vary:
147
- - Accept-Encoding
148
- body:
149
- encoding: UTF-8
150
- string: '{"$type":"Asi.Soa.Core.DataContracts.GenericEntityData, Asi.Contracts","EntityTypeName":"ABC_ASC_EDUC","PrimaryParentEntityTypeName":"Party","Identity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
151
- Asi.Contracts","EntityTypeName":"ABC_ASC_EDUC","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
152
- mscorlib]], mscorlib","$values":["6374","130478"]}},"PrimaryParentIdentity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
153
- Asi.Contracts","EntityTypeName":"Party","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
154
- mscorlib]], mscorlib","$values":["6374"]}},"Properties":{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyDataCollection,
155
- Asi.Contracts","$values":[{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
156
- Asi.Contracts","Name":"ID","Value":"6374"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
157
- Asi.Contracts","Name":"ABC_EDUC_THRU_DATE","Value":"0001-01-01T00:00:00"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
158
- Asi.Contracts","Name":"ABC_ECertificate","Value":"E136924"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
159
- Asi.Contracts","Name":"ABC_Educ_Description","Value":"Marine Navigation"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
160
- Asi.Contracts","Name":"ABC_Educ_Effective_Date","Value":"2025-10-25T00:00:00"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
161
- Asi.Contracts","Name":"ABC_Educ_Source_System","Value":"Online Exams System"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
162
- Asi.Contracts","Name":"ABC_Educ_Transaction_Date","Value":"2025-10-25T21:09:39"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
163
- Asi.Contracts","Name":"ABC_Other_Code","Value":"MN"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
164
- Asi.Contracts","Name":"ABC_Product_Code","Value":"CRS"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
165
- Asi.Contracts","Name":"ABC_TYPE","Value":"EDUC"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
166
- Asi.Contracts","Name":"Ordinal","Value":{"$type":"System.Int32","$value":130478}}]}}'
167
- recorded_at: Sun, 26 Oct 2025 01:24:39 GMT
168
- - request:
169
- method: put
170
- uri: https://abcdev.imiscloud.com/api/ABC_ASC_Educ/~6374%7C130478
171
- body:
172
- encoding: UTF-8
173
- string: '{"$type":"Asi.Soa.Core.DataContracts.GenericEntityData, Asi.Contracts","EntityTypeName":"ABC_ASC_Educ","PrimaryParentEntityTypeName":"Party","Identity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
174
- Asi.Contracts","EntityTypeName":"ABC_ASC_Educ","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
175
- mscorlib]], mscorlib","$values":["6374","130478"]}},"PrimaryParentIdentity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
176
- Asi.Contracts","EntityTypeName":"Party","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
177
- mscorlib]], mscorlib","$values":["6374"]}},"Properties":{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyDataCollection,
178
- Asi.Contracts","$values":[{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
179
- Asi.Contracts","Name":"ID","Value":"6374"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
180
- Asi.Contracts","Name":"Ordinal","Value":{"$type":"System.Int32","$value":130478}},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
181
- Asi.Contracts","Name":"ABC_EDUC_THRU_DATE","Value":"0001-01-01T00:00:00"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
182
- Asi.Contracts","Name":"ABC_ECertificate","Value":"E136924"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
183
- Asi.Contracts","Name":"ABC_Educ_Description","Value":"Marine Navigation"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
184
- Asi.Contracts","Name":"ABC_Educ_Effective_Date","Value":"2025-10-25T00:00:00"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
185
- Asi.Contracts","Name":"ABC_Educ_Source_System","Value":"Online Exams System
186
- - Modified"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData, Asi.Contracts","Name":"ABC_Educ_Transaction_Date","Value":"2025-10-25T21:09:39"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
187
- Asi.Contracts","Name":"ABC_Other_Code","Value":"MN"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
188
- Asi.Contracts","Name":"ABC_Product_Code","Value":"CRS"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
189
- Asi.Contracts","Name":"ABC_TYPE","Value":"EDUC"}]}}'
190
- headers:
191
- Accept-Encoding:
192
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
193
- Accept:
194
- - "*/*"
195
- User-Agent:
196
- - Ruby
197
- Host:
198
- - abcdev.imiscloud.com
199
- Authorization:
200
- - Bearer <BEARER_TOKEN>
201
- response:
202
- status:
203
- code: 200
204
- message: OK
205
- headers:
206
- Date:
207
- - Sun, 26 Oct 2025 01:24:39 GMT
208
- Content-Type:
209
- - application/json; charset=utf-8
210
- Transfer-Encoding:
211
- - chunked
212
- Connection:
213
- - keep-alive
214
- Server:
215
- - cloudflare
216
- Cf-Ray:
217
- - 994627c37b4c000b-ORD
218
- Cf-Cache-Status:
219
- - DYNAMIC
220
- Cache-Control:
221
- - no-cache
222
- Expires:
223
- - "-1"
224
- Strict-Transport-Security:
225
- - max-age=31536000
226
- Vary:
227
- - Accept-Encoding,Accept-Encoding
228
- Pragma:
229
- - no-cache
230
- Access-Control-Expose-Headers:
231
- - Request-Context
232
- Request-Context:
233
- - appId=cid-v1:9c05b5dd-9acf-4a59-aabb-1775785c005f
234
- X-Aspnet-Version:
235
- - 4.0.30319
236
- X-Content-Type-Options:
237
- - nosniff
238
- - nosniff
239
- Set-Cookie:
240
- - __cf_bm=3uyBW.p7DyvfgQtvO8mqtPgFAcF.yg59jdc7e2GHCF8-1761441879-1.0.1.1-Eq1CZCvg6LUojv_GYBbC.M1iVWM6QlblXExJ4ghMXGSZ0zHDMzOPnLfrEd0Pk9qtpMFqmIJDaF4vLpZ9qaLejm2d.gm0L7fRX8r.3QCSD6w;
241
- path=/; expires=Sun, 26-Oct-25 01:54:39 GMT; domain=.abcdev.imiscloud.com;
242
- HttpOnly; Secure; SameSite=None
243
- body:
244
- encoding: ASCII-8BIT
245
- string: '{"$type":"Asi.Soa.Core.DataContracts.GenericEntityData, Asi.Contracts","EntityTypeName":"ABC_ASC_EDUC","PrimaryParentEntityTypeName":"Party","Identity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
246
- Asi.Contracts","EntityTypeName":"ABC_ASC_EDUC","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
247
- mscorlib]], mscorlib","$values":["6374","130478"]}},"PrimaryParentIdentity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
248
- Asi.Contracts","EntityTypeName":"Party","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
249
- mscorlib]], mscorlib","$values":["6374"]}},"Properties":{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyDataCollection,
250
- Asi.Contracts","$values":[{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
251
- Asi.Contracts","Name":"ID","Value":"6374"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
252
- Asi.Contracts","Name":"ABC_EDUC_THRU_DATE","Value":"0001-01-01T00:00:00"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
253
- Asi.Contracts","Name":"ABC_ECertificate","Value":"E136924"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
254
- Asi.Contracts","Name":"ABC_Educ_Description","Value":"Marine Navigation"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
255
- Asi.Contracts","Name":"ABC_Educ_Effective_Date","Value":"2025-10-25T00:00:00"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
256
- Asi.Contracts","Name":"ABC_Educ_Source_System","Value":"Online Exams System
257
- - Modified"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData, Asi.Contracts","Name":"ABC_Educ_Transaction_Date","Value":"2025-10-25T21:09:39"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
258
- Asi.Contracts","Name":"ABC_Other_Code","Value":"MN"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
259
- Asi.Contracts","Name":"ABC_Product_Code","Value":"CRS"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
260
- Asi.Contracts","Name":"ABC_TYPE","Value":"EDUC"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
261
- Asi.Contracts","Name":"Ordinal","Value":{"$type":"System.Int32","$value":130478}}]}}'
262
- recorded_at: Sun, 26 Oct 2025 01:24:39 GMT
263
- - request:
264
- method: get
265
- uri: https://abcdev.imiscloud.com/api/ABC_ASC_Educ/~6374%7C130478
266
- body:
267
- encoding: US-ASCII
268
- string: ''
269
- headers:
270
- Accept-Encoding:
271
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
272
- Accept:
273
- - "*/*"
274
- User-Agent:
275
- - Ruby
276
- Host:
277
- - abcdev.imiscloud.com
278
- Authorization:
279
- - Bearer <BEARER_TOKEN>
280
- response:
281
- status:
282
- code: 200
283
- message: OK
284
- headers:
285
- Date:
286
- - Sun, 26 Oct 2025 01:24:39 GMT
287
- Content-Type:
288
- - application/json; charset=utf-8
289
- Transfer-Encoding:
290
- - chunked
291
- Connection:
292
- - keep-alive
293
- Server:
294
- - cloudflare
295
- Cf-Ray:
296
- - 994627c49d9deb68-ORD
297
- Cf-Cache-Status:
298
- - DYNAMIC
299
- Cache-Control:
300
- - no-cache
301
- Expires:
302
- - "-1"
303
- Strict-Transport-Security:
304
- - max-age=31536000
305
- Vary:
306
- - Accept-Encoding,Accept-Encoding
307
- Pragma:
308
- - no-cache
309
- Access-Control-Expose-Headers:
310
- - Request-Context
311
- Request-Context:
312
- - appId=cid-v1:9c05b5dd-9acf-4a59-aabb-1775785c005f
313
- X-Aspnet-Version:
314
- - 4.0.30319
315
- X-Content-Type-Options:
316
- - nosniff
317
- - nosniff
318
- Set-Cookie:
319
- - __cf_bm=TkYM.0X3xUf7CExE7cSVV.zsQHZpXBE7BkQ_a9uFqik-1761441879-1.0.1.1-V3whhI9_zGDazM7IWc.z0A_kueP4.QylCGAAkrwrXFoAuHmm0NlpMqaGS2NYK1DFZZjPlOrH8z454Zv3vJzb5HGvUpUs1N8JEI0Pwqzw_uk;
320
- path=/; expires=Sun, 26-Oct-25 01:54:39 GMT; domain=.abcdev.imiscloud.com;
321
- HttpOnly; Secure; SameSite=None
322
- body:
323
- encoding: ASCII-8BIT
324
- string: '{"$type":"Asi.Soa.Core.DataContracts.GenericEntityData, Asi.Contracts","EntityTypeName":"ABC_ASC_EDUC","PrimaryParentEntityTypeName":"Party","Identity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
325
- Asi.Contracts","EntityTypeName":"ABC_ASC_EDUC","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
326
- mscorlib]], mscorlib","$values":["6374","130478"]}},"PrimaryParentIdentity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
327
- Asi.Contracts","EntityTypeName":"Party","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
328
- mscorlib]], mscorlib","$values":["6374"]}},"Properties":{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyDataCollection,
329
- Asi.Contracts","$values":[{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
330
- Asi.Contracts","Name":"ID","Value":"6374"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
331
- Asi.Contracts","Name":"ABC_EDUC_THRU_DATE","Value":"0001-01-01T00:00:00"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
332
- Asi.Contracts","Name":"ABC_ECertificate","Value":"E136924"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
333
- Asi.Contracts","Name":"ABC_Educ_Description","Value":"Marine Navigation"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
334
- Asi.Contracts","Name":"ABC_Educ_Effective_Date","Value":"2025-10-25T00:00:00"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
335
- Asi.Contracts","Name":"ABC_Educ_Source_System","Value":"Online Exams System"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
336
- Asi.Contracts","Name":"ABC_Educ_Transaction_Date","Value":"2025-10-25T21:09:39"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
337
- Asi.Contracts","Name":"ABC_Other_Code","Value":"MN"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
338
- Asi.Contracts","Name":"ABC_Product_Code","Value":"CRS"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
339
- Asi.Contracts","Name":"ABC_TYPE","Value":"EDUC"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
340
- Asi.Contracts","Name":"Ordinal","Value":{"$type":"System.Int32","$value":130478}}]}}'
341
- recorded_at: Sun, 26 Oct 2025 01:24:39 GMT
342
- - request:
343
- method: put
344
- uri: https://abcdev.imiscloud.com/api/ABC_ASC_Educ/~6374%7C130478
345
- body:
346
- encoding: UTF-8
347
- string: '{"$type":"Asi.Soa.Core.DataContracts.GenericEntityData, Asi.Contracts","EntityTypeName":"ABC_ASC_EDUC","PrimaryParentEntityTypeName":"Party","Identity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
348
- Asi.Contracts","EntityTypeName":"ABC_ASC_EDUC","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
349
- mscorlib]], mscorlib","$values":["6374","130478"]}},"PrimaryParentIdentity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
350
- Asi.Contracts","EntityTypeName":"Party","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
351
- mscorlib]], mscorlib","$values":["6374"]}},"Properties":{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyDataCollection,
352
- Asi.Contracts","$values":[{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
353
- Asi.Contracts","Name":"ID","Value":"6374"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
354
- Asi.Contracts","Name":"Ordinal","Value":{"$type":"System.Int32","$value":130478}},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
355
- Asi.Contracts","Name":"ABC_Educ_Source_System","Value":"Online Exams System
356
- - Mod2"}]}}'
357
- headers:
358
- Accept-Encoding:
359
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
360
- Accept:
361
- - "*/*"
362
- User-Agent:
363
- - Ruby
364
- Host:
365
- - abcdev.imiscloud.com
366
- Authorization:
367
- - Bearer <BEARER_TOKEN>
368
- response:
369
- status:
370
- code: 200
371
- message: OK
372
- headers:
373
- Date:
374
- - Sun, 26 Oct 2025 01:24:40 GMT
375
- Content-Type:
376
- - application/json; charset=utf-8
377
- Transfer-Encoding:
378
- - chunked
379
- Connection:
380
- - keep-alive
381
- Server:
382
- - cloudflare
383
- Cf-Ray:
384
- - 994627c5ba50b947-ORD
385
- Cf-Cache-Status:
386
- - DYNAMIC
387
- Cache-Control:
388
- - no-cache
389
- Expires:
390
- - "-1"
391
- Strict-Transport-Security:
392
- - max-age=31536000
393
- Vary:
394
- - Accept-Encoding,Accept-Encoding
395
- Pragma:
396
- - no-cache
397
- Access-Control-Expose-Headers:
398
- - Request-Context
399
- Request-Context:
400
- - appId=cid-v1:9c05b5dd-9acf-4a59-aabb-1775785c005f
401
- X-Aspnet-Version:
402
- - 4.0.30319
403
- X-Content-Type-Options:
404
- - nosniff
405
- - nosniff
406
- Set-Cookie:
407
- - __cf_bm=aMfEkkM13bLTBRfS862tHoe2bCn3VfTEd94uFWSgCjs-1761441880-1.0.1.1-SJ18T_ZgKFOgHeZmdbCupWibt62gFUBjAuekRIIfQfCwP1.l.vOiDcp4ZG8DpCGvJAW3.EFVgUEST5oEcwR3UUt_6EHu1or.SzMvbFPilrI;
408
- path=/; expires=Sun, 26-Oct-25 01:54:40 GMT; domain=.abcdev.imiscloud.com;
409
- HttpOnly; Secure; SameSite=None
410
- body:
411
- encoding: ASCII-8BIT
412
- string: '{"$type":"Asi.Soa.Core.DataContracts.GenericEntityData, Asi.Contracts","EntityTypeName":"ABC_ASC_EDUC","PrimaryParentEntityTypeName":"Party","Identity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
413
- Asi.Contracts","EntityTypeName":"ABC_ASC_EDUC","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
414
- mscorlib]], mscorlib","$values":["6374","130478"]}},"PrimaryParentIdentity":{"$type":"Asi.Soa.Core.DataContracts.IdentityData,
415
- Asi.Contracts","EntityTypeName":"Party","IdentityElements":{"$type":"System.Collections.ObjectModel.Collection`1[[System.String,
416
- mscorlib]], mscorlib","$values":["6374"]}},"Properties":{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyDataCollection,
417
- Asi.Contracts","$values":[{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
418
- Asi.Contracts","Name":"ID","Value":"6374"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
419
- Asi.Contracts","Name":"ABC_EDUC_THRU_DATE","Value":"0001-01-01T00:00:00"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
420
- Asi.Contracts","Name":"ABC_ECertificate","Value":"E136924"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
421
- Asi.Contracts","Name":"ABC_Educ_Description","Value":"Marine Navigation"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
422
- Asi.Contracts","Name":"ABC_Educ_Effective_Date","Value":"2025-10-25T00:00:00"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
423
- Asi.Contracts","Name":"ABC_Educ_Source_System","Value":"Online Exams System
424
- - Mod2"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData, Asi.Contracts","Name":"ABC_Educ_Transaction_Date","Value":"2025-10-25T21:09:39"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
425
- Asi.Contracts","Name":"ABC_Other_Code","Value":"MN"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
426
- Asi.Contracts","Name":"ABC_Product_Code","Value":"CRS"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
427
- Asi.Contracts","Name":"ABC_TYPE","Value":"EDUC"},{"$type":"Asi.Soa.Core.DataContracts.GenericPropertyData,
428
- Asi.Contracts","Name":"Ordinal","Value":{"$type":"System.Int32","$value":130478}}]}}'
429
- recorded_at: Sun, 26 Oct 2025 01:24:40 GMT
430
- - request:
431
- method: delete
432
- uri: https://abcdev.imiscloud.com/api/ABC_ASC_Educ/~6374%7C130478
433
- body:
434
- encoding: US-ASCII
435
- string: ''
436
- headers:
437
- Accept-Encoding:
438
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
439
- Accept:
440
- - "*/*"
441
- User-Agent:
442
- - Ruby
443
- Host:
444
- - abcdev.imiscloud.com
445
- Authorization:
446
- - Bearer <BEARER_TOKEN>
447
- response:
448
- status:
449
- code: 200
450
- message: OK
451
- headers:
452
- Date:
453
- - Sun, 26 Oct 2025 01:24:40 GMT
454
- Content-Length:
455
- - '0'
456
- Connection:
457
- - keep-alive
458
- Server:
459
- - cloudflare
460
- Cf-Ray:
461
- - 994627c6da19356a-ORD
462
- Cf-Cache-Status:
463
- - DYNAMIC
464
- Cache-Control:
465
- - no-cache
466
- Expires:
467
- - "-1"
468
- Strict-Transport-Security:
469
- - max-age=31536000
470
- Pragma:
471
- - no-cache
472
- Access-Control-Expose-Headers:
473
- - Request-Context
474
- Content-Security-Policy:
475
- - frame-ancestors 'self'
476
- Request-Context:
477
- - appId=cid-v1:9c05b5dd-9acf-4a59-aabb-1775785c005f
478
- X-Aspnet-Version:
479
- - 4.0.30319
480
- X-Content-Type-Options:
481
- - nosniff
482
- - nosniff
483
- X-Frame-Options:
484
- - sameorigin
485
- Set-Cookie:
486
- - __cf_bm=CpFTZl5oGh0JtBv210KJI3X.EGhb3kr7_JoxGhASSnc-1761441880-1.0.1.1-6wUaXWy7mSmDnYx8RrWJpNVSq4HhWBL8isb7aSb1Z9bxX2QMg9.qSlynTXk9PRr5Yi4Jicdw3063PJqjHy6mk2QVc3X48YPp9PrcqYryvOQ;
487
- path=/; expires=Sun, 26-Oct-25 01:54:40 GMT; domain=.abcdev.imiscloud.com;
488
- HttpOnly; Secure; SameSite=None
489
- Vary:
490
- - Accept-Encoding
491
- body:
492
- encoding: UTF-8
493
- string: ''
494
- recorded_at: Sun, 26 Oct 2025 01:24:40 GMT
495
- recorded_with: VCR 6.3.1